HSL(36, 0%, 47%)
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(36,0%,47%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(36, 0%, 47%) | color: hsl(36, 0%, 47%) | |
| HEX | #787878 | color: #787878 | |
| RGB | rgb(120, 120, 120) | color: rgb(120, 120, 120) | |
| CMYK | cmyk(0%, 0%, 0%, 53%) | — | |
| HSV | hsv(0, 0%, 47%) | — | |
| HWB | hwb(0 47% 53%) | color: hwb(0 47% 53%) | |
| OKLCH | oklch(0.5727 0 89.88) | color: oklch(0.5727 0 89.88) | |
| Lab | lab(50.43 -0 0) | color: lab(50.43 -0 0) | |
| LCH | lch(50.43 0 180) | color: lch(50.43 0 180) |
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)
#787878 — rgb(120, 120, 120)
Deuteranopia (Green-blind)
#787878 — rgb(120, 120, 120)
Tritanopia (Blue-blind)
#787878 — rgb(120, 120, 120)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(36, 0%, 47%);
text
color: hsl(36, 0%, 47%);
border
border: 2px solid hsl(36, 0%, 47%);
gradient light
background: linear-gradient(to right, hsl(36, 0%, 67%), hsl(36, 0%, 47%));
gradient dark
background: linear-gradient(to right, hsl(36, 0%, 47%), hsl(36, 0%, 27%))
hex
background-color: #787878;
tailwind
bg-[hsl(36,0%,47%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(36, 0%, 47%, 0.4);
css variable
--color-primary: hsl(36, 0%, 47%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(36, 0%, 47%)?
HEX: #787878 | RGB: rgb(120, 120, 120) | CMYK: 0%, 0%, 0%, 53% | HSV: 0°, 0%, 47%. Copy any format from the conversion table above.
What colors go well with #787878?
The complementary color is HSL(216, 0%, 47%). For a triadic harmony, use hues 36°, 156°, and 276°. For analogous combinations, try hues 6° and 66°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(36, 0%, 47%) in CSS?
As HSL: color: hsl(36, 0%, 47%); — As HEX: color: #787878; — As RGB: color: rgb(120, 120, 120); — Tailwind CSS: bg-[hsl(36,0%,47%)] — CSS variable: --color-primary: hsl(36, 0%, 47%);