Shades of Slate Grey #707E92
Tints of Slate Grey #707E92
RGB
CMYK
RGB Variations
Color information
#707E92 (or 0x707E92) is known color: Slate Grey. HEX triplet: 70, 7E and 92. RGB value is (112,126,146). Sum of RGB (Red+Green+Blue) = 112+126+146=384 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.17% from 384); Green value is 126 (49.61% from 255 or 32.81% from 384); Blue value is 146 (57.42% from 255 or 38.02% from 384); Max value from RGB is 146 - color contains mainly: blue. Hex color #707E92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707E92 is #8F816D. Grayscale: #7C7C7C. Windows color (decimal): -9404782 or 9600624. OLE color: 9600624.
HSL color Cylindrical-coordinate representation of color #707E92: hue angle of 215.29º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #707E92 is Cyan = 0.23, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 112 | 126 | 146 | - |
| CMYK | 0.23 | 0.14 | 0 | 0.43 |
| HSL | 215.29º | 0.13% | 0.51% | - |
| HSV(B) | 215.29º | 0.23% | 0.57% | - |
| XYZ | 19.33 | 20.44 | 30.12 | - |
| YUV | 124.09 | 140.36 | 119.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 126 | 146 | 0.23 | 0.14 | 0 | 0.43 | 215.29 | 0.13 | 0.51 |
| Hex | 70 | 7E | 92 | 17 | E | 0 | 2B | D7 | D | 33 |
| Octal | 160 | 176 | 222 | 27 | 16 | 0 | 53 | 327 | 15 | 63 |
| Binary | 1110000 | 1111110 | 10010010 | 10111 | 1110 | 0 | 101011 | 11010111 | 1101 | 110011 |
Color Harmonies of #707E92
Complementary color
Monochromatic Colors of #707E92
Black with #707E92
Text Example
Text Example
White with #707E92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707E92; }
p { color: rgb(112,126,146); }
H1.HeaderClassName
{
color: #707E92;
}
.AnyTagClassName
{
color: #707E92;
}
</style>
background-color css
<style>
a { background-color: #707E92; }
a { background-color: rgb(112,126,146); }
div.DivClassName
{
background-color: #707E92;
}
.BgClassName
{
background-color: #707E92;
}
</style>
border-color css
<style>
span { border-color: #707E92; }
span { border-color: rgb(112,126,146); }
td.TdClassName
{
border-color: #707E92;
}
.TagClassName
{
border-color: #707E92;
}
</style>