Shades of Slate Grey #70808C
Tints of Slate Grey #70808C
RGB
CMYK
RGB Variations
Color information
#70808C (or 0x70808C) is known color: Slate Grey. HEX triplet: 70, 80 and 8C. RGB value is (112,128,140). Sum of RGB (Red+Green+Blue) = 112+128+140=380 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.47% from 380); Green value is 128 (50.39% from 255 or 33.68% from 380); Blue value is 140 (55.08% from 255 or 36.84% from 380); Max value from RGB is 140 - color contains mainly: blue. Hex color #70808C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70808C is #8F7F73. Grayscale: #7C7C7C. Windows color (decimal): -9404276 or 9207920. OLE color: 9207920.
HSL color Cylindrical-coordinate representation of color #70808C: hue angle of 205.71º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #70808C is Cyan = 0.20, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 112 | 128 | 140 | - |
| CMYK | 0.20 | 0.09 | 0 | 0.45 |
| HSL | 205.71º | 0.11% | 0.49% | - |
| HSV(B) | 205.71º | 0.2% | 0.55% | - |
| XYZ | 19.13 | 20.78 | 27.81 | - |
| YUV | 124.58 | 136.7 | 119.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 128 | 140 | 0.20 | 0.09 | 0 | 0.45 | 205.71 | 0.11 | 0.49 |
| Hex | 70 | 80 | 8C | 14 | 9 | 0 | 2D | CE | B | 31 |
| Octal | 160 | 200 | 214 | 24 | 11 | 0 | 55 | 316 | 13 | 61 |
| Binary | 1110000 | 10000000 | 10001100 | 10100 | 1001 | 0 | 101101 | 11001110 | 1011 | 110001 |
Color Harmonies of #70808C
Complementary color
Monochromatic Colors of #70808C
Black with #70808C
Text Example
Text Example
White with #70808C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70808C; }
p { color: rgb(112,128,140); }
H1.HeaderClassName
{
color: #70808C;
}
.AnyTagClassName
{
color: #70808C;
}
</style>
background-color css
<style>
a { background-color: #70808C; }
a { background-color: rgb(112,128,140); }
div.DivClassName
{
background-color: #70808C;
}
.BgClassName
{
background-color: #70808C;
}
</style>
border-color css
<style>
span { border-color: #70808C; }
span { border-color: rgb(112,128,140); }
td.TdClassName
{
border-color: #70808C;
}
.TagClassName
{
border-color: #70808C;
}
</style>