#75755F
A medium, muted yellow closely aligning with Dimgray.
About #75755F
The precise color #75755F is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Dimgray. In the RGB color space, it consists of 117 red, 117 green, and 95 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 0% M, 19% Y, and 54% K. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#75755F
RGB117, 117, 95
HSL60.0°, 10.4%, 41.6%
CMYK0%, 0%, 19%, 54%
HSV60.0°, 18.8%, 45.9%
LAB48.7, -4.1, 12.2
XYZ15.8, 17.3, 13.3
Decimal7697759
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.70:1
Text on #FFFFFF
AA
4.47:1
Text on #000000
AA Large
4.49:1
Text on #F8FAFC
AA Large
3.80:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #75755F;
}
.text-color {
color: #75755F;
}
.border-color {
border: 2px solid #75755F;
}