Dim Gray (Neutral)
#75736C
RGB: 117, 115, 108
Color OverviewHEX #75736C

#75736C Color Code Information

In the RGB color space, #75736C is composed of 46% red, 45% green, and 42% blue. In the HSL color space, it has a hue of 47°, saturation of 4%, and lightness of 44%.

HEX
#75736C
RGB
117, 115, 108
HSL
47°, 4%, 44%
HSV
47°, 8%, 46%
CMYK
0%, 2%, 8%, 54%
Name Match
Dim Gray
Closest Standard

Shades of #75736C (Darker Variations)

Shades are created by progressively mixing the base color with black.

Tints of #75736C (Lighter Variations)

Tints are created by progressively mixing the base color with pure white.

Tones of #75736C (Muted Variations)

Tones are created by mixing the base color with true neutral gray.

Color Harmonies for #75736C

Calculated color schemes based on classic color wheel angles for graphic and web design.

WCAG Accessibility Contrast Ratios

Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.

Sample Text on #75736C Background
Contrast Ratio against Pure White (#FFFFFF):4.75 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #75736C Background
Contrast Ratio against Pure Black (#000000):4.43 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #75736C;
}

.element {
  color: #75736C;
  background-color: #75736C;
  border-color: #75736C;
}
Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values -->
<div className="bg-[#75736C] text-[#75736C] border-[#75736C]">
  Content styled with #75736C
</div>