Shades of Slate Grey #78808E
Tints of Slate Grey #78808E
RGB
CMYK
RGB Variations
Color information
#78808E (or 0x78808E) is known color: Slate Grey. HEX triplet: 78, 80 and 8E. RGB value is (120,128,142). Sum of RGB (Red+Green+Blue) = 120+128+142=390 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.77% from 390); Green value is 128 (50.39% from 255 or 32.82% from 390); Blue value is 142 (55.86% from 255 or 36.41% from 390); Max value from RGB is 142 - color contains mainly: blue. Hex color #78808E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78808E is #877F71. Grayscale: #7F7F7F. Windows color (decimal): -8879986 or 9339000. OLE color: 9339000.
HSL color Cylindrical-coordinate representation of color #78808E: hue angle of 218.18º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #78808E is Cyan = 0.15, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 120 | 128 | 142 | - |
| CMYK | 0.15 | 0.10 | 0 | 0.44 |
| HSL | 218.18º | 0.09% | 0.51% | - |
| HSV(B) | 218.18º | 0.15% | 0.56% | - |
| XYZ | 20.35 | 21.38 | 28.65 | - |
| YUV | 127.2 | 136.35 | 122.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 128 | 142 | 0.15 | 0.10 | 0 | 0.44 | 218.18 | 0.09 | 0.51 |
| Hex | 78 | 80 | 8E | F | A | 0 | 2C | DA | 9 | 33 |
| Octal | 170 | 200 | 216 | 17 | 12 | 0 | 54 | 332 | 11 | 63 |
| Binary | 1111000 | 10000000 | 10001110 | 1111 | 1010 | 0 | 101100 | 11011010 | 1001 | 110011 |
Color Harmonies of #78808E
Complementary color
Monochromatic Colors of #78808E
Black with #78808E
Text Example
Text Example
White with #78808E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78808E; }
p { color: rgb(120,128,142); }
H1.HeaderClassName
{
color: #78808E;
}
.AnyTagClassName
{
color: #78808E;
}
</style>
background-color css
<style>
a { background-color: #78808E; }
a { background-color: rgb(120,128,142); }
div.DivClassName
{
background-color: #78808E;
}
.BgClassName
{
background-color: #78808E;
}
</style>
border-color css
<style>
span { border-color: #78808E; }
span { border-color: rgb(120,128,142); }
td.TdClassName
{
border-color: #78808E;
}
.TagClassName
{
border-color: #78808E;
}
</style>