Shades of Slate Grey #757F91
Tints of Slate Grey #757F91
RGB
CMYK
RGB Variations
Color information
#757F91 (or 0x757F91) is known color: Slate Grey. HEX triplet: 75, 7F and 91. RGB value is (117,127,145). Sum of RGB (Red+Green+Blue) = 117+127+145=389 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.08% from 389); Green value is 127 (50% from 255 or 32.65% from 389); Blue value is 145 (57.03% from 255 or 37.28% from 389); Max value from RGB is 145 - color contains mainly: blue. Hex color #757F91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757F91 is #8A806E. Grayscale: #7D7D7D. Windows color (decimal): -9076847 or 9535349. OLE color: 9535349.
HSL color Cylindrical-coordinate representation of color #757F91: hue angle of 218.57º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #757F91 is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 117 | 127 | 145 | - |
| CMYK | 0.19 | 0.12 | 0 | 0.43 |
| HSL | 218.57º | 0.11% | 0.51% | - |
| HSV(B) | 218.57º | 0.19% | 0.57% | - |
| XYZ | 20.04 | 21 | 29.79 | - |
| YUV | 126.06 | 138.69 | 121.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 127 | 145 | 0.19 | 0.12 | 0 | 0.43 | 218.57 | 0.11 | 0.51 |
| Hex | 75 | 7F | 91 | 13 | C | 0 | 2B | DB | B | 33 |
| Octal | 165 | 177 | 221 | 23 | 14 | 0 | 53 | 333 | 13 | 63 |
| Binary | 1110101 | 1111111 | 10010001 | 10011 | 1100 | 0 | 101011 | 11011011 | 1011 | 110011 |
Color Harmonies of #757F91
Complementary color
Monochromatic Colors of #757F91
Black with #757F91
Text Example
Text Example
White with #757F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757F91; }
p { color: rgb(117,127,145); }
H1.HeaderClassName
{
color: #757F91;
}
.AnyTagClassName
{
color: #757F91;
}
</style>
background-color css
<style>
a { background-color: #757F91; }
a { background-color: rgb(117,127,145); }
div.DivClassName
{
background-color: #757F91;
}
.BgClassName
{
background-color: #757F91;
}
</style>
border-color css
<style>
span { border-color: #757F91; }
span { border-color: rgb(117,127,145); }
td.TdClassName
{
border-color: #757F91;
}
.TagClassName
{
border-color: #757F91;
}
</style>