Shades of Slate Grey #78828E
Tints of Slate Grey #78828E
RGB
CMYK
RGB Variations
Color information
#78828E (or 0x78828E) is known color: Slate Grey. HEX triplet: 78, 82 and 8E. RGB value is (120,130,142). Sum of RGB (Red+Green+Blue) = 120+130+142=392 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.61% from 392); Green value is 130 (51.17% from 255 or 33.16% from 392); Blue value is 142 (55.86% from 255 or 36.22% from 392); Max value from RGB is 142 - color contains mainly: blue. Hex color #78828E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78828E is #877D71. Grayscale: #808080. Windows color (decimal): -8879474 or 9339512. OLE color: 9339512.
HSL color Cylindrical-coordinate representation of color #78828E: hue angle of 212.73º 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 #78828E is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 120 | 130 | 142 | - |
| CMYK | 0.15 | 0.08 | 0 | 0.44 |
| HSL | 212.73º | 0.09% | 0.51% | - |
| HSV(B) | 212.73º | 0.15% | 0.56% | - |
| XYZ | 20.61 | 21.91 | 28.73 | - |
| YUV | 128.38 | 135.69 | 122.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 130 | 142 | 0.15 | 0.08 | 0 | 0.44 | 212.73 | 0.09 | 0.51 |
| Hex | 78 | 82 | 8E | F | 8 | 0 | 2C | D5 | 9 | 33 |
| Octal | 170 | 202 | 216 | 17 | 10 | 0 | 54 | 325 | 11 | 63 |
| Binary | 1111000 | 10000010 | 10001110 | 1111 | 1000 | 0 | 101100 | 11010101 | 1001 | 110011 |
Color Harmonies of #78828E
Complementary color
Monochromatic Colors of #78828E
Black with #78828E
Text Example
Text Example
White with #78828E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78828E; }
p { color: rgb(120,130,142); }
H1.HeaderClassName
{
color: #78828E;
}
.AnyTagClassName
{
color: #78828E;
}
</style>
background-color css
<style>
a { background-color: #78828E; }
a { background-color: rgb(120,130,142); }
div.DivClassName
{
background-color: #78828E;
}
.BgClassName
{
background-color: #78828E;
}
</style>
border-color css
<style>
span { border-color: #78828E; }
span { border-color: rgb(120,130,142); }
td.TdClassName
{
border-color: #78828E;
}
.TagClassName
{
border-color: #78828E;
}
</style>