HSL(52, 3%, 45%)
Grayish Gray — Gray color
Adjust Color
Color Information
Color Name
Grayish Gray
Color Family
Gray
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(52,3%,45%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(52, 3%, 45%) | color: hsl(52, 3%, 45%) | |
| HEX | #76756F | color: #76756F | |
| RGB | rgb(118, 117, 111) | color: rgb(118, 117, 111) | |
| CMYK | cmyk(0%, 1%, 6%, 54%) | — | |
| HSV | hsv(51, 6%, 46%) | — | |
| HWB | hwb(51 43% 54%) | color: hwb(51 43% 54%) | |
| OKLCH | oklch(0.5614 0.0092 98.99) | color: oklch(0.5614 0.0092 98.99) | |
| Lab | lab(49.16 -0.8 3.44) | color: lab(49.16 -0.8 3.44) | |
| LCH | lch(49.16 3.53 103.09) | color: lch(49.16 3.53 103.09) |
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)
#767670 — rgb(118, 118, 112)
Deuteranopia (Green-blind)
#767671 — rgb(118, 118, 113)
Tritanopia (Blue-blind)
#767272 — rgb(118, 114, 114)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(52, 3%, 45%);
text
color: hsl(52, 3%, 45%);
border
border: 2px solid hsl(52, 3%, 45%);
gradient light
background: linear-gradient(to right, hsl(52, 3%, 65%), hsl(52, 3%, 45%));
gradient dark
background: linear-gradient(to right, hsl(52, 3%, 45%), hsl(52, 3%, 25%))
hex
background-color: #76756F;
tailwind
bg-[hsl(52,3%,45%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(52, 3%, 45%, 0.4);
css variable
--color-primary: hsl(52, 3%, 45%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(52, 3%, 45%)?
HEX: #76756F | RGB: rgb(118, 117, 111) | CMYK: 0%, 1%, 6%, 54% | HSV: 51°, 6%, 46%. Copy any format from the conversion table above.
What colors go well with #76756F?
The complementary color is HSL(232, 3%, 45%). For a triadic harmony, use hues 52°, 172°, and 292°. For analogous combinations, try hues 22° and 82°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(52, 3%, 45%) in CSS?
As HSL: color: hsl(52, 3%, 45%); — As HEX: color: #76756F; — As RGB: color: rgb(118, 117, 111); — Tailwind CSS: bg-[hsl(52,3%,45%)] — CSS variable: --color-primary: hsl(52, 3%, 45%);