#757566
A medium, muted neutral closely aligning with Dimgray.
About #757566
Visually, #757566 is defined as a muted neutral. Designers often compare it to the standard color Dimgray. This translates to an RGB value of rgb(117, 117, 102).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 0% M, 13% Y, and 54% K. This makes it a relatively dark color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#757566
RGB117, 117, 102
HSL60.0°, 6.8%, 42.9%
CMYK0%, 0%, 13%, 54%
HSV60.0°, 12.8%, 45.9%
LAB48.8, -2.9, 8.3
XYZ16.1, 17.5, 15.1
Decimal7697766
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.67:1
Text on #FFFFFF
AA
4.49:1
Text on #000000
AA Large
4.47:1
Text on #F8FAFC
AA Large
3.82:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #757566;
}
.text-color {
color: #757566;
}
.border-color {
border: 2px solid #757566;
}