Shades of Slate Grey #70808D
Tints of Slate Grey #70808D
RGB
CMYK
RGB Variations
Color information
#70808D (or 0x70808D) is known color: Slate Grey. HEX triplet: 70, 80 and 8D. RGB value is (112,128,141). Sum of RGB (Red+Green+Blue) = 112+128+141=381 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.40% from 381); Green value is 128 (50.39% from 255 or 33.60% from 381); Blue value is 141 (55.47% from 255 or 37.01% from 381); Max value from RGB is 141 - color contains mainly: blue. Hex color #70808D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70808D is #8F7F72. Grayscale: #7C7C7C. Windows color (decimal): -9404275 or 9273456. OLE color: 9273456.
HSL color Cylindrical-coordinate representation of color #70808D: hue angle of 206.9º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #70808D is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 112 | 128 | 141 | - |
| CMYK | 0.21 | 0.09 | 0 | 0.45 |
| HSL | 206.9º | 0.11% | 0.5% | - |
| HSV(B) | 206.9º | 0.21% | 0.55% | - |
| XYZ | 19.21 | 20.81 | 28.2 | - |
| YUV | 124.7 | 137.2 | 118.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 128 | 141 | 0.21 | 0.09 | 0 | 0.45 | 206.9 | 0.11 | 0.5 |
| Hex | 70 | 80 | 8D | 15 | 9 | 0 | 2D | CF | B | 32 |
| Octal | 160 | 200 | 215 | 25 | 11 | 0 | 55 | 317 | 13 | 62 |
| Binary | 1110000 | 10000000 | 10001101 | 10101 | 1001 | 0 | 101101 | 11001111 | 1011 | 110010 |
Color Harmonies of #70808D
Complementary color
Monochromatic Colors of #70808D
Black with #70808D
Text Example
Text Example
White with #70808D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70808D; }
p { color: rgb(112,128,141); }
H1.HeaderClassName
{
color: #70808D;
}
.AnyTagClassName
{
color: #70808D;
}
</style>
background-color css
<style>
a { background-color: #70808D; }
a { background-color: rgb(112,128,141); }
div.DivClassName
{
background-color: #70808D;
}
.BgClassName
{
background-color: #70808D;
}
</style>
border-color css
<style>
span { border-color: #70808D; }
span { border-color: rgb(112,128,141); }
td.TdClassName
{
border-color: #70808D;
}
.TagClassName
{
border-color: #70808D;
}
</style>