HSL(38, 3%, 44%)
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(38,3%,44%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(38, 3%, 44%) | color: hsl(38, 3%, 44%) | |
| HEX | #74716D | color: #74716D | |
| RGB | rgb(116, 113, 109) | color: rgb(116, 113, 109) | |
| CMYK | cmyk(0%, 3%, 6%, 55%) | — | |
| HSV | hsv(34, 6%, 45%) | — | |
| HWB | hwb(34 42% 55%) | color: hwb(34 42% 55%) | |
| OKLCH | oklch(0.55 0.0072 75.37) | color: oklch(0.55 0.0072 75.37) | |
| Lab | lab(47.79 0.37 2.63) | color: lab(47.79 0.37 2.63) | |
| LCH | lch(47.79 2.66 81.99) | color: lch(47.79 2.66 81.99) |
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)
#73736E — rgb(115, 115, 110)
Deuteranopia (Green-blind)
#73736E — rgb(115, 115, 110)
Tritanopia (Blue-blind)
#746F6F — rgb(116, 111, 111)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(38, 3%, 44%);
text
color: hsl(38, 3%, 44%);
border
border: 2px solid hsl(38, 3%, 44%);
gradient light
background: linear-gradient(to right, hsl(38, 3%, 64%), hsl(38, 3%, 44%));
gradient dark
background: linear-gradient(to right, hsl(38, 3%, 44%), hsl(38, 3%, 24%))
hex
background-color: #74716D;
tailwind
bg-[hsl(38,3%,44%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(38, 3%, 44%, 0.4);
css variable
--color-primary: hsl(38, 3%, 44%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(38, 3%, 44%)?
HEX: #74716D | RGB: rgb(116, 113, 109) | CMYK: 0%, 3%, 6%, 55% | HSV: 34°, 6%, 45%. Copy any format from the conversion table above.
What colors go well with #74716D?
The complementary color is HSL(218, 3%, 44%). For a triadic harmony, use hues 38°, 158°, and 278°. For analogous combinations, try hues 8° and 68°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(38, 3%, 44%) in CSS?
As HSL: color: hsl(38, 3%, 44%); — As HEX: color: #74716D; — As RGB: color: rgb(116, 113, 109); — Tailwind CSS: bg-[hsl(38,3%,44%)] — CSS variable: --color-primary: hsl(38, 3%, 44%);