HSL(82, 6%, 44%)

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(82,6%,44%)]

Color Conversions

Format Value CSS Usage
HSL hsl(82, 6%, 44%) color: hsl(82, 6%, 44%)
HEX #727769 color: #727769
RGB rgb(114, 119, 105) color: rgb(114, 119, 105)
CMYK cmyk(4%, 0%, 12%, 53%)
HSV hsv(81, 12%, 47%)
HWB hwb(81 41% 53%) color: hwb(81 41% 53%)
OKLCH oklch(0.5607 0.0219 123.13) color: oklch(0.5607 0.0219 123.13)
Lab lab(49.24 -4.64 7.06) color: lab(49.24 -4.64 7.06)
LCH lch(49.24 8.45 123.31) color: lch(49.24 8.45 123.31)

Color Theory

Complementary

Triadic

Analogous

Tetradic (Square)

Split-Complementary

Accessibility (WCAG)

White text on color

Black text on color

Color on white bg

Colored text

Contrast Ratios

vs White 4.61:1
vs Black 4.56:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: PASS ✓

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#74746C — rgb(116, 116, 108)

Deuteranopia (Green-blind)

#74746D — rgb(116, 116, 109)

Tritanopia (Blue-blind)

#726F70 — rgb(114, 111, 112)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(82, 6%, 44%);

text

color: hsl(82, 6%, 44%);

border

border: 2px solid hsl(82, 6%, 44%);

gradient light

background: linear-gradient(to right, hsl(82, 6%, 64%), hsl(82, 6%, 44%));

gradient dark

background: linear-gradient(to right, hsl(82, 6%, 44%), hsl(82, 6%, 24%))

hex

background-color: #727769;

tailwind

bg-[hsl(82,6%,44%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(82, 6%, 44%, 0.4);

css variable

--color-primary: hsl(82, 6%, 44%);

Related Colors

Use Cases for Grayish Gray

Neutral backgrounds Body text Borders Secondary buttons Disabled states

Frequently Asked Questions

What are all the color codes for HSL(82, 6%, 44%)?

HEX: #727769 | RGB: rgb(114, 119, 105) | CMYK: 4%, 0%, 12%, 53% | HSV: 81°, 12%, 47%. Copy any format from the conversion table above.

What colors go well with #727769?

The complementary color is HSL(262, 6%, 44%). For a triadic harmony, use hues 82°, 202°, and 322°. For analogous combinations, try hues 52° and 112°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(82, 6%, 44%) in CSS?

As HSL: color: hsl(82, 6%, 44%); — As HEX: color: #727769; — As RGB: color: rgb(114, 119, 105); — Tailwind CSS: bg-[hsl(82,6%,44%)] — CSS variable: --color-primary: hsl(82, 6%, 44%);