Shades of Slate Grey #707F91
Tints of Slate Grey #707F91
RGB
CMYK
RGB Variations
Color information
#707F91 (or 0x707F91) is known color: Slate Grey. HEX triplet: 70, 7F and 91. RGB value is (112,127,145). Sum of RGB (Red+Green+Blue) = 112+127+145=384 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.17% from 384); Green value is 127 (50% from 255 or 33.07% from 384); Blue value is 145 (57.03% from 255 or 37.76% from 384); Max value from RGB is 145 - color contains mainly: blue. Hex color #707F91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707F91 is #8F806E. Grayscale: #7C7C7C. Windows color (decimal): -9404527 or 9535344. OLE color: 9535344.
HSL color Cylindrical-coordinate representation of color #707F91: hue angle of 212.73º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #707F91 is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 112 | 127 | 145 | - |
| CMYK | 0.23 | 0.12 | 0 | 0.43 |
| HSL | 212.73º | 0.13% | 0.5% | - |
| HSV(B) | 212.73º | 0.23% | 0.57% | - |
| XYZ | 19.38 | 20.67 | 29.76 | - |
| YUV | 124.57 | 139.53 | 119.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 127 | 145 | 0.23 | 0.12 | 0 | 0.43 | 212.73 | 0.13 | 0.5 |
| Hex | 70 | 7F | 91 | 17 | C | 0 | 2B | D5 | D | 32 |
| Octal | 160 | 177 | 221 | 27 | 14 | 0 | 53 | 325 | 15 | 62 |
| Binary | 1110000 | 1111111 | 10010001 | 10111 | 1100 | 0 | 101011 | 11010101 | 1101 | 110010 |
Color Harmonies of #707F91
Complementary color
Monochromatic Colors of #707F91
Black with #707F91
Text Example
Text Example
White with #707F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707F91; }
p { color: rgb(112,127,145); }
H1.HeaderClassName
{
color: #707F91;
}
.AnyTagClassName
{
color: #707F91;
}
</style>
background-color css
<style>
a { background-color: #707F91; }
a { background-color: rgb(112,127,145); }
div.DivClassName
{
background-color: #707F91;
}
.BgClassName
{
background-color: #707F91;
}
</style>
border-color css
<style>
span { border-color: #707F91; }
span { border-color: rgb(112,127,145); }
td.TdClassName
{
border-color: #707F91;
}
.TagClassName
{
border-color: #707F91;
}
</style>