Shades of Slate Grey #70808E
Tints of Slate Grey #70808E
RGB
CMYK
RGB Variations
Color information
#70808E (or 0x70808E) is known color: Slate Grey. HEX triplet: 70, 80 and 8E. RGB value is (112,128,142). Sum of RGB (Red+Green+Blue) = 112+128+142=382 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.32% from 382); Green value is 128 (50.39% from 255 or 33.51% from 382); Blue value is 142 (55.86% from 255 or 37.17% from 382); Max value from RGB is 142 - color contains mainly: blue. Hex color #70808E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70808E is #8F7F71. Grayscale: #7C7C7C. Windows color (decimal): -9404274 or 9338992. OLE color: 9338992.
HSL color Cylindrical-coordinate representation of color #70808E: hue angle of 208º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #70808E is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 112 | 128 | 142 | - |
| CMYK | 0.21 | 0.10 | 0 | 0.44 |
| HSL | 208º | 0.12% | 0.5% | - |
| HSV(B) | 208º | 0.21% | 0.56% | - |
| XYZ | 19.28 | 20.84 | 28.6 | - |
| YUV | 124.81 | 137.7 | 118.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 128 | 142 | 0.21 | 0.10 | 0 | 0.44 | 208 | 0.12 | 0.5 |
| Hex | 70 | 80 | 8E | 15 | A | 0 | 2C | D0 | C | 32 |
| Octal | 160 | 200 | 216 | 25 | 12 | 0 | 54 | 320 | 14 | 62 |
| Binary | 1110000 | 10000000 | 10001110 | 10101 | 1010 | 0 | 101100 | 11010000 | 1100 | 110010 |
Color Harmonies of #70808E
Complementary color
Monochromatic Colors of #70808E
Black with #70808E
Text Example
Text Example
White with #70808E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70808E; }
p { color: rgb(112,128,142); }
H1.HeaderClassName
{
color: #70808E;
}
.AnyTagClassName
{
color: #70808E;
}
</style>
background-color css
<style>
a { background-color: #70808E; }
a { background-color: rgb(112,128,142); }
div.DivClassName
{
background-color: #70808E;
}
.BgClassName
{
background-color: #70808E;
}
</style>
border-color css
<style>
span { border-color: #70808E; }
span { border-color: rgb(112,128,142); }
td.TdClassName
{
border-color: #70808E;
}
.TagClassName
{
border-color: #70808E;
}
</style>