Shades of Slate Grey #78818C
Tints of Slate Grey #78818C
RGB
CMYK
RGB Variations
Color information
#78818C (or 0x78818C) is known color: Slate Grey. HEX triplet: 78, 81 and 8C. RGB value is (120,129,140). Sum of RGB (Red+Green+Blue) = 120+129+140=389 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.85% from 389); Green value is 129 (50.78% from 255 or 33.16% from 389); Blue value is 140 (55.08% from 255 or 35.99% from 389); Max value from RGB is 140 - color contains mainly: blue. Hex color #78818C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78818C is #877E73. Grayscale: #7F7F7F. Windows color (decimal): -8879732 or 9208184. OLE color: 9208184.
HSL color Cylindrical-coordinate representation of color #78818C: hue angle of 213º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #78818C is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 120 | 129 | 140 | - |
| CMYK | 0.14 | 0.08 | 0 | 0.45 |
| HSL | 213º | 0.08% | 0.51% | - |
| HSV(B) | 213º | 0.14% | 0.55% | - |
| XYZ | 20.33 | 21.59 | 27.91 | - |
| YUV | 127.56 | 135.02 | 122.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 129 | 140 | 0.14 | 0.08 | 0 | 0.45 | 213 | 0.08 | 0.51 |
| Hex | 78 | 81 | 8C | E | 8 | 0 | 2D | D5 | 8 | 33 |
| Octal | 170 | 201 | 214 | 16 | 10 | 0 | 55 | 325 | 10 | 63 |
| Binary | 1111000 | 10000001 | 10001100 | 1110 | 1000 | 0 | 101101 | 11010101 | 1000 | 110011 |
Color Harmonies of #78818C
Complementary color
Monochromatic Colors of #78818C
Black with #78818C
Text Example
Text Example
White with #78818C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78818C; }
p { color: rgb(120,129,140); }
H1.HeaderClassName
{
color: #78818C;
}
.AnyTagClassName
{
color: #78818C;
}
</style>
background-color css
<style>
a { background-color: #78818C; }
a { background-color: rgb(120,129,140); }
div.DivClassName
{
background-color: #78818C;
}
.BgClassName
{
background-color: #78818C;
}
</style>
border-color css
<style>
span { border-color: #78818C; }
span { border-color: rgb(120,129,140); }
td.TdClassName
{
border-color: #78818C;
}
.TagClassName
{
border-color: #78818C;
}
</style>