HSL(110, 5%, 50%)
Grayish Gray — Gray color
Adjust Color
Color Information
Color Name
Grayish Gray
Color Family
Gray
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(110,5%,50%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(110, 5%, 50%) | color: hsl(110, 5%, 50%) | |
| HEX | #7B8679 | color: #7B8679 | |
| RGB | rgb(123, 134, 121) | color: rgb(123, 134, 121) | |
| CMYK | cmyk(8%, 0%, 10%, 47%) | — | |
| HSV | hsv(111, 10%, 53%) | — | |
| HWB | hwb(111 48% 47%) | color: hwb(111 48% 47%) | |
| OKLCH | oklch(0.6071 0.0232 140.86) | color: oklch(0.6071 0.0232 140.86) | |
| Lab | lab(54.7 -6.64 5.63) | color: lab(54.7 -6.64 5.63) | |
| LCH | lch(54.7 8.71 139.71) | color: lch(54.7 8.71 139.71) |
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: black
Color Blindness Simulation
Protanopia (Red-blind)
#80807C — rgb(128, 128, 124)
Deuteranopia (Green-blind)
#7F7E7D — rgb(127, 126, 125)
Tritanopia (Blue-blind)
#7C7F7F — rgb(124, 127, 127)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(110, 5%, 50%);
text
color: hsl(110, 5%, 50%);
border
border: 2px solid hsl(110, 5%, 50%);
gradient light
background: linear-gradient(to right, hsl(110, 5%, 70%), hsl(110, 5%, 50%));
gradient dark
background: linear-gradient(to right, hsl(110, 5%, 50%), hsl(110, 5%, 30%))
hex
background-color: #7B8679;
tailwind
bg-[hsl(110,5%,50%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(110, 5%, 50%, 0.4);
css variable
--color-primary: hsl(110, 5%, 50%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(110, 5%, 50%)?
HEX: #7B8679 | RGB: rgb(123, 134, 121) | CMYK: 8%, 0%, 10%, 47% | HSV: 111°, 10%, 53%. Copy any format from the conversion table above.
What colors go well with #7B8679?
The complementary color is HSL(290, 5%, 50%). For a triadic harmony, use hues 110°, 230°, and 350°. For analogous combinations, try hues 80° and 140°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(110, 5%, 50%) in CSS?
As HSL: color: hsl(110, 5%, 50%); — As HEX: color: #7B8679; — As RGB: color: rgb(123, 134, 121); — Tailwind CSS: bg-[hsl(110,5%,50%)] — CSS variable: --color-primary: hsl(110, 5%, 50%);