Shades of Slate Grey #707E96
Tints of Slate Grey #707E96
RGB
CMYK
RGB Variations
Color information
#707E96 (or 0x707E96) is known color: Slate Grey. HEX triplet: 70, 7E and 96. RGB value is (112,126,150). Sum of RGB (Red+Green+Blue) = 112+126+150=388 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.87% from 388); Green value is 126 (49.61% from 255 or 32.47% from 388); Blue value is 150 (58.98% from 255 or 38.66% from 388); Max value from RGB is 150 - color contains mainly: blue. Hex color #707E96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707E96 is #8F8169. Grayscale: #7C7C7C. Windows color (decimal): -9404778 or 9862768. OLE color: 9862768.
HSL color Cylindrical-coordinate representation of color #707E96: hue angle of 217.89º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #707E96 is Cyan = 0.25, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 112 | 126 | 150 | - |
| CMYK | 0.25 | 0.16 | 0 | 0.41 |
| HSL | 217.89º | 0.15% | 0.51% | - |
| HSV(B) | 217.89º | 0.25% | 0.59% | - |
| XYZ | 19.65 | 20.57 | 31.79 | - |
| YUV | 124.55 | 142.36 | 119.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 126 | 150 | 0.25 | 0.16 | 0 | 0.41 | 217.89 | 0.15 | 0.51 |
| Hex | 70 | 7E | 96 | 19 | 10 | 0 | 29 | DA | F | 33 |
| Octal | 160 | 176 | 226 | 31 | 20 | 0 | 51 | 332 | 17 | 63 |
| Binary | 1110000 | 1111110 | 10010110 | 11001 | 10000 | 0 | 101001 | 11011010 | 1111 | 110011 |
Color Harmonies of #707E96
Complementary color
Monochromatic Colors of #707E96
Black with #707E96
Text Example
Text Example
White with #707E96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707E96; }
p { color: rgb(112,126,150); }
H1.HeaderClassName
{
color: #707E96;
}
.AnyTagClassName
{
color: #707E96;
}
</style>
background-color css
<style>
a { background-color: #707E96; }
a { background-color: rgb(112,126,150); }
div.DivClassName
{
background-color: #707E96;
}
.BgClassName
{
background-color: #707E96;
}
</style>
border-color css
<style>
span { border-color: #707E96; }
span { border-color: rgb(112,126,150); }
td.TdClassName
{
border-color: #707E96;
}
.TagClassName
{
border-color: #707E96;
}
</style>