Shades of Grey #797878
Tints of Grey #797878
RGB
CMYK
RGB Variations
Color information
#797878 (or 0x797878) is known color: Grey. HEX triplet: 79, 78 and 78. RGB value is (121,120,120). Sum of RGB (Red+Green+Blue) = 121+120+120=361 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.52% from 361); Green value is 120 (47.27% from 255 or 33.24% from 361); Blue value is 120 (47.27% from 255 or 33.24% from 361); Max value from RGB is 121 - color contains mainly: red. Hex color #797878 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797878 is #868787. Grayscale: #787878. Windows color (decimal): -8816520 or 7895161. OLE color: 7895161.
HSL color Cylindrical-coordinate representation of color #797878: hue angle of 0º degrees, saturation: 0, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #797878 is Cyan = 0, Magento = 0.01, Yellow = 0.01 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 120 | 120 | - |
| CMYK | 0 | 0.01 | 0.01 | 0.53 |
| HSL | 0º | 0% | 0.47% | - |
| HSV(B) | 0º | 0.01% | 0.47% | - |
| XYZ | 17.99 | 18.85 | 20.46 | - |
| YUV | 120.3 | 127.83 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 120 | 120 | 0 | 0.01 | 0.01 | 0.53 | 0 | 0 | 0.47 |
| Hex | 79 | 78 | 78 | 0 | 1 | 1 | 35 | 0 | 0 | 2F |
| Octal | 171 | 170 | 170 | 0 | 1 | 1 | 65 | 0 | 0 | 57 |
| Binary | 1111001 | 1111000 | 1111000 | 0 | 1 | 1 | 110101 | 0 | 0 | 101111 |
Color Harmonies of #797878
Complementary color
Monochromatic Colors of #797878
Black with #797878
Text Example
Text Example
White with #797878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797878; }
p { color: rgb(121,120,120); }
H1.HeaderClassName
{
color: #797878;
}
.AnyTagClassName
{
color: #797878;
}
</style>
background-color css
<style>
a { background-color: #797878; }
a { background-color: rgb(121,120,120); }
div.DivClassName
{
background-color: #797878;
}
.BgClassName
{
background-color: #797878;
}
</style>
border-color css
<style>
span { border-color: #797878; }
span { border-color: rgb(121,120,120); }
td.TdClassName
{
border-color: #797878;
}
.TagClassName
{
border-color: #797878;
}
</style>