HSL(77, 12%, 42%)
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(77,12%,42%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(77, 12%, 42%) | color: hsl(77, 12%, 42%) | |
| HEX | #71785E | color: #71785E | |
| RGB | rgb(113, 120, 94) | color: rgb(113, 120, 94) | |
| CMYK | cmyk(6%, 0%, 22%, 53%) | — | |
| HSV | hsv(76, 22%, 47%) | — | |
| HWB | hwb(76 37% 53%) | color: hwb(76 37% 53%) | |
| OKLCH | oklch(0.5593 0.0396 119.93) | color: oklch(0.5593 0.0396 119.93) | |
| Lab | lab(49.19 -7.56 13.43) | color: lab(49.19 -7.56 13.43) | |
| LCH | lch(49.19 15.41 119.38) | color: lch(49.19 15.41 119.38) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: white
Color Blindness Simulation
Protanopia (Red-blind)
#747464 — rgb(116, 116, 100)
Deuteranopia (Green-blind)
#747366 — rgb(116, 115, 102)
Tritanopia (Blue-blind)
#71696A — rgb(113, 105, 106)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(77, 12%, 42%);
text
color: hsl(77, 12%, 42%);
border
border: 2px solid hsl(77, 12%, 42%);
gradient light
background: linear-gradient(to right, hsl(77, 12%, 62%), hsl(77, 12%, 42%));
gradient dark
background: linear-gradient(to right, hsl(77, 12%, 42%), hsl(77, 12%, 22%))
hex
background-color: #71785E;
tailwind
bg-[hsl(77,12%,42%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(77, 12%, 42%, 0.4);
css variable
--color-primary: hsl(77, 12%, 42%);
Related Colors
Use Cases for Grayish Green
Frequently Asked Questions
What are all the color codes for HSL(77, 12%, 42%)?
HEX: #71785E | RGB: rgb(113, 120, 94) | CMYK: 6%, 0%, 22%, 53% | HSV: 76°, 22%, 47%. Copy any format from the conversion table above.
What colors go well with #71785E?
The complementary color is HSL(257, 12%, 42%). For a triadic harmony, use hues 77°, 197°, and 317°. For analogous combinations, try hues 47° and 107°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(77, 12%, 42%) in CSS?
As HSL: color: hsl(77, 12%, 42%); — As HEX: color: #71785E; — As RGB: color: rgb(113, 120, 94); — Tailwind CSS: bg-[hsl(77,12%,42%)] — CSS variable: --color-primary: hsl(77, 12%, 42%);