Dim Gray (Neutral)
#74695D
RGB: 116, 105, 93
Color OverviewHEX #74695D

#74695D Color Code Information

In the RGB color space, #74695D is composed of 45% red, 41% green, and 36% blue. In the HSL color space, it has a hue of 31°, saturation of 11%, and lightness of 41%.

HEX
#74695D
RGB
116, 105, 93
HSL
31°, 11%, 41%
HSV
31°, 20%, 45%
CMYK
0%, 9%, 20%, 55%
Name Match
Dim Gray
Closest Standard

Shades of #74695D (Darker Variations)

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

Tints of #74695D (Lighter Variations)

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

Tones of #74695D (Muted Variations)

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

Color Harmonies for #74695D

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 #74695D Background
Contrast Ratio against Pure White (#FFFFFF):5.36 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #74695D Background
Contrast Ratio against Pure Black (#000000):3.92 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #74695D;
}

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