Shades of Slate Grey #757F8C
Tints of Slate Grey #757F8C
RGB
CMYK
RGB Variations
Color information
#757F8C (or 0x757F8C) is known color: Slate Grey. HEX triplet: 75, 7F and 8C. RGB value is (117,127,140). Sum of RGB (Red+Green+Blue) = 117+127+140=384 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.47% from 384); Green value is 127 (50% from 255 or 33.07% from 384); Blue value is 140 (55.08% from 255 or 36.46% from 384); Max value from RGB is 140 - color contains mainly: blue. Hex color #757F8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757F8C is #8A8073. Grayscale: #7D7D7D. Windows color (decimal): -9076852 or 9207669. OLE color: 9207669.
HSL color Cylindrical-coordinate representation of color #757F8C: hue angle of 213.91º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #757F8C is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 117 | 127 | 140 | - |
| CMYK | 0.16 | 0.09 | 0 | 0.45 |
| HSL | 213.91º | 0.09% | 0.5% | - |
| HSV(B) | 213.91º | 0.16% | 0.55% | - |
| XYZ | 19.66 | 20.85 | 27.8 | - |
| YUV | 125.49 | 136.19 | 121.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 127 | 140 | 0.16 | 0.09 | 0 | 0.45 | 213.91 | 0.09 | 0.5 |
| Hex | 75 | 7F | 8C | 10 | 9 | 0 | 2D | D6 | 9 | 32 |
| Octal | 165 | 177 | 214 | 20 | 11 | 0 | 55 | 326 | 11 | 62 |
| Binary | 1110101 | 1111111 | 10001100 | 10000 | 1001 | 0 | 101101 | 11010110 | 1001 | 110010 |
Color Harmonies of #757F8C
Complementary color
Monochromatic Colors of #757F8C
Black with #757F8C
Text Example
Text Example
White with #757F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757F8C; }
p { color: rgb(117,127,140); }
H1.HeaderClassName
{
color: #757F8C;
}
.AnyTagClassName
{
color: #757F8C;
}
</style>
background-color css
<style>
a { background-color: #757F8C; }
a { background-color: rgb(117,127,140); }
div.DivClassName
{
background-color: #757F8C;
}
.BgClassName
{
background-color: #757F8C;
}
</style>
border-color css
<style>
span { border-color: #757F8C; }
span { border-color: rgb(117,127,140); }
td.TdClassName
{
border-color: #757F8C;
}
.TagClassName
{
border-color: #757F8C;
}
</style>