Shades of Slate Grey #78808D
Tints of Slate Grey #78808D
RGB
CMYK
RGB Variations
Color information
#78808D (or 0x78808D) is known color: Slate Grey. HEX triplet: 78, 80 and 8D. RGB value is (120,128,141). Sum of RGB (Red+Green+Blue) = 120+128+141=389 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.85% from 389); Green value is 128 (50.39% from 255 or 32.90% from 389); Blue value is 141 (55.47% from 255 or 36.25% from 389); Max value from RGB is 141 - color contains mainly: blue. Hex color #78808D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78808D is #877F72. Grayscale: #7F7F7F. Windows color (decimal): -8879987 or 9273464. OLE color: 9273464.
HSL color Cylindrical-coordinate representation of color #78808D: hue angle of 217.14º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #78808D is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 120 | 128 | 141 | - |
| CMYK | 0.15 | 0.09 | 0 | 0.45 |
| HSL | 217.14º | 0.08% | 0.51% | - |
| HSV(B) | 217.14º | 0.15% | 0.55% | - |
| XYZ | 20.27 | 21.35 | 28.25 | - |
| YUV | 127.09 | 135.85 | 122.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 128 | 141 | 0.15 | 0.09 | 0 | 0.45 | 217.14 | 0.08 | 0.51 |
| Hex | 78 | 80 | 8D | F | 9 | 0 | 2D | D9 | 8 | 33 |
| Octal | 170 | 200 | 215 | 17 | 11 | 0 | 55 | 331 | 10 | 63 |
| Binary | 1111000 | 10000000 | 10001101 | 1111 | 1001 | 0 | 101101 | 11011001 | 1000 | 110011 |
Color Harmonies of #78808D
Complementary color
Monochromatic Colors of #78808D
Black with #78808D
Text Example
Text Example
White with #78808D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78808D; }
p { color: rgb(120,128,141); }
H1.HeaderClassName
{
color: #78808D;
}
.AnyTagClassName
{
color: #78808D;
}
</style>
background-color css
<style>
a { background-color: #78808D; }
a { background-color: rgb(120,128,141); }
div.DivClassName
{
background-color: #78808D;
}
.BgClassName
{
background-color: #78808D;
}
</style>
border-color css
<style>
span { border-color: #78808D; }
span { border-color: rgb(120,128,141); }
td.TdClassName
{
border-color: #78808D;
}
.TagClassName
{
border-color: #78808D;
}
</style>