Shades of Slate Grey #707A96
Tints of Slate Grey #707A96
RGB
CMYK
RGB Variations
Color information
#707A96 (or 0x707A96) is known color: Slate Grey. HEX triplet: 70, 7A and 96. RGB value is (112,122,150). Sum of RGB (Red+Green+Blue) = 112+122+150=384 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.17% from 384); Green value is 122 (48.05% from 255 or 31.77% from 384); Blue value is 150 (58.98% from 255 or 39.06% from 384); Max value from RGB is 150 - color contains mainly: blue. Hex color #707A96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707A96 is #8F8569. Grayscale: #7A7A7A. Windows color (decimal): -9405802 or 9861744. OLE color: 9861744.
HSL color Cylindrical-coordinate representation of color #707A96: hue angle of 224.21º 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 #707A96 is Cyan = 0.25, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 112 | 122 | 150 | - |
| CMYK | 0.25 | 0.19 | 0 | 0.41 |
| HSL | 224.21º | 0.15% | 0.51% | - |
| HSV(B) | 224.21º | 0.25% | 0.59% | - |
| XYZ | 19.15 | 19.57 | 31.62 | - |
| YUV | 122.2 | 143.69 | 120.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 122 | 150 | 0.25 | 0.19 | 0 | 0.41 | 224.21 | 0.15 | 0.51 |
| Hex | 70 | 7A | 96 | 19 | 13 | 0 | 29 | E0 | F | 33 |
| Octal | 160 | 172 | 226 | 31 | 23 | 0 | 51 | 340 | 17 | 63 |
| Binary | 1110000 | 1111010 | 10010110 | 11001 | 10011 | 0 | 101001 | 11100000 | 1111 | 110011 |
Color Harmonies of #707A96
Complementary color
Monochromatic Colors of #707A96
Black with #707A96
Text Example
Text Example
White with #707A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707A96; }
p { color: rgb(112,122,150); }
H1.HeaderClassName
{
color: #707A96;
}
.AnyTagClassName
{
color: #707A96;
}
</style>
background-color css
<style>
a { background-color: #707A96; }
a { background-color: rgb(112,122,150); }
div.DivClassName
{
background-color: #707A96;
}
.BgClassName
{
background-color: #707A96;
}
</style>
border-color css
<style>
span { border-color: #707A96; }
span { border-color: rgb(112,122,150); }
td.TdClassName
{
border-color: #707A96;
}
.TagClassName
{
border-color: #707A96;
}
</style>