HSL(76, 11%, 45%)

Grayish Green — Green color

Adjust Color

Color Information

Color Name

Grayish Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

N/A

CSS Class

bg-[hsl(76,11%,45%)]

Color Conversions

Format Value CSS Usage
HSL hsl(76, 11%, 45%) color: hsl(76, 11%, 45%)
HEX #797F66 color: #797F66
RGB rgb(121, 127, 102) color: rgb(121, 127, 102)
CMYK cmyk(5%, 0%, 20%, 50%)
HSV hsv(74, 20%, 50%)
HWB hwb(74 40% 50%) color: hwb(74 40% 50%)
OKLCH oklch(0.5843 0.0375 118.53) color: oklch(0.5843 0.0375 118.53)
Lab lab(52.07 -6.94 12.87) color: lab(52.07 -6.94 12.87)
LCH lch(52.07 14.62 118.34) color: lch(52.07 14.62 118.34)

Color Theory

Complementary

Triadic

Analogous

Tetradic (Square)

Split-Complementary

Accessibility (WCAG)

White text on color

Black text on color

Color on white bg

Colored text

Contrast Ratios

vs White 4.17:1
vs Black 5.04:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: black

Color Blindness Simulation

Protanopia (Red-blind)

#7C7C6C — rgb(124, 124, 108)

Deuteranopia (Green-blind)

#7B7B6E — rgb(123, 123, 110)

Tritanopia (Blue-blind)

#797172 — rgb(121, 113, 114)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(76, 11%, 45%);

text

color: hsl(76, 11%, 45%);

border

border: 2px solid hsl(76, 11%, 45%);

gradient light

background: linear-gradient(to right, hsl(76, 11%, 65%), hsl(76, 11%, 45%));

gradient dark

background: linear-gradient(to right, hsl(76, 11%, 45%), hsl(76, 11%, 25%))

hex

background-color: #797F66;

tailwind

bg-[hsl(76,11%,45%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(76, 11%, 45%, 0.4);

css variable

--color-primary: hsl(76, 11%, 45%);

Related Colors

Use Cases for Grayish Green

Success states Eco/nature brands Finance apps Health apps Confirm buttons

Frequently Asked Questions

What are all the color codes for HSL(76, 11%, 45%)?

HEX: #797F66 | RGB: rgb(121, 127, 102) | CMYK: 5%, 0%, 20%, 50% | HSV: 74°, 20%, 50%. Copy any format from the conversion table above.

What colors go well with #797F66?

The complementary color is HSL(256, 11%, 45%). For a triadic harmony, use hues 76°, 196°, and 316°. For analogous combinations, try hues 46° and 106°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(76, 11%, 45%) in CSS?

As HSL: color: hsl(76, 11%, 45%); — As HEX: color: #797F66; — As RGB: color: rgb(121, 127, 102); — Tailwind CSS: bg-[hsl(76,11%,45%)] — CSS variable: --color-primary: hsl(76, 11%, 45%);