Shades of Concord #797877
Tints of Concord #797877
RGB
CMYK
RGB Variations
Color information
#797877 (or 0x797877) is known color: Concord. HEX triplet: 79, 78 and 77. RGB value is (121,120,119). Sum of RGB (Red+Green+Blue) = 121+120+119=360 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.61% from 360); Green value is 120 (47.27% from 255 or 33.33% from 360); Blue value is 119 (46.88% from 255 or 33.06% from 360); Max value from RGB is 121 - color contains mainly: red. Hex color #797877 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797877 is #868788. Grayscale: #787878. Windows color (decimal): -8816521 or 7829625. OLE color: 7829625.
HSL color Cylindrical-coordinate representation of color #797877: hue angle of 30º degrees, saturation: 0.01, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #797877 is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 120 | 119 | - |
| CMYK | 0 | 0.01 | 0.02 | 0.53 |
| HSL | 30º | 0.01% | 0.47% | - |
| HSV(B) | 30º | 0.02% | 0.47% | - |
| XYZ | 17.93 | 18.83 | 20.14 | - |
| YUV | 120.19 | 127.33 | 128.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 120 | 119 | 0 | 0.01 | 0.02 | 0.53 | 30 | 0.01 | 0.47 |
| Hex | 79 | 78 | 77 | 0 | 1 | 2 | 35 | 1E | 1 | 2F |
| Octal | 171 | 170 | 167 | 0 | 1 | 2 | 65 | 36 | 1 | 57 |
| Binary | 1111001 | 1111000 | 1110111 | 0 | 1 | 10 | 110101 | 11110 | 1 | 101111 |
Color Harmonies of #797877
Complementary color
Monochromatic Colors of #797877
Black with #797877
Text Example
Text Example
White with #797877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797877; }
p { color: rgb(121,120,119); }
H1.HeaderClassName
{
color: #797877;
}
.AnyTagClassName
{
color: #797877;
}
</style>
background-color css
<style>
a { background-color: #797877; }
a { background-color: rgb(121,120,119); }
div.DivClassName
{
background-color: #797877;
}
.BgClassName
{
background-color: #797877;
}
</style>
border-color css
<style>
span { border-color: #797877; }
span { border-color: rgb(121,120,119); }
td.TdClassName
{
border-color: #797877;
}
.TagClassName
{
border-color: #797877;
}
</style>