Shades of Slate Grey #79808C
Tints of Slate Grey #79808C
RGB
CMYK
RGB Variations
Color information
#79808C (or 0x79808C) is known color: Slate Grey. HEX triplet: 79, 80 and 8C. RGB value is (121,128,140). Sum of RGB (Red+Green+Blue) = 121+128+140=389 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.11% from 389); Green value is 128 (50.39% from 255 or 32.90% 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 #79808C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79808C is #867F73. Grayscale: #7F7F7F. Windows color (decimal): -8814452 or 9207929. OLE color: 9207929.
HSL color Cylindrical-coordinate representation of color #79808C: hue angle of 217.89º 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 #79808C is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 121 | 128 | 140 | - |
| CMYK | 0.14 | 0.09 | 0 | 0.45 |
| HSL | 217.89º | 0.08% | 0.51% | - |
| HSV(B) | 217.89º | 0.14% | 0.55% | - |
| XYZ | 20.34 | 21.4 | 27.87 | - |
| YUV | 127.28 | 135.18 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 128 | 140 | 0.14 | 0.09 | 0 | 0.45 | 217.89 | 0.08 | 0.51 |
| Hex | 79 | 80 | 8C | E | 9 | 0 | 2D | DA | 8 | 33 |
| Octal | 171 | 200 | 214 | 16 | 11 | 0 | 55 | 332 | 10 | 63 |
| Binary | 1111001 | 10000000 | 10001100 | 1110 | 1001 | 0 | 101101 | 11011010 | 1000 | 110011 |
Color Harmonies of #79808C
Complementary color
Monochromatic Colors of #79808C
Black with #79808C
Text Example
Text Example
White with #79808C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79808C; }
p { color: rgb(121,128,140); }
H1.HeaderClassName
{
color: #79808C;
}
.AnyTagClassName
{
color: #79808C;
}
</style>
background-color css
<style>
a { background-color: #79808C; }
a { background-color: rgb(121,128,140); }
div.DivClassName
{
background-color: #79808C;
}
.BgClassName
{
background-color: #79808C;
}
</style>
border-color css
<style>
span { border-color: #79808C; }
span { border-color: rgb(121,128,140); }
td.TdClassName
{
border-color: #79808C;
}
.TagClassName
{
border-color: #79808C;
}
</style>