Shades of Finch #797E56
Tints of Finch #797E56
RGB
CMYK
RGB Variations
Color information
#797E56 (or 0x797E56) is known color: Finch. HEX triplet: 79, 7E and 56. RGB value is (121,126,86). Sum of RGB (Red+Green+Blue) = 121+126+86=333 (44% of max value = 765). Red value is 121 (47.66% from 255 or 36.34% from 333); Green value is 126 (49.61% from 255 or 37.84% from 333); Blue value is 86 (33.98% from 255 or 25.83% from 333); Max value from RGB is 126 - color contains mainly: green. Hex color #797E56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797E56 is #8681A9. Grayscale: #787878. Windows color (decimal): -8815018 or 5668473. OLE color: 5668473.
HSL color Cylindrical-coordinate representation of color #797E56: hue angle of 67.5º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #797E56 is Cyan = 0.04, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 121 | 126 | 86 | - |
| CMYK | 0.04 | 0 | 0.32 | 0.51 |
| HSL | 67.5º | 0.19% | 0.42% | - |
| HSV(B) | 67.5º | 0.32% | 0.49% | - |
| XYZ | 17.03 | 19.66 | 11.7 | - |
| YUV | 119.95 | 108.84 | 128.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 126 | 86 | 0.04 | 0 | 0.32 | 0.51 | 67.5 | 0.19 | 0.42 |
| Hex | 79 | 7E | 56 | 4 | 0 | 20 | 33 | 44 | 13 | 2A |
| Octal | 171 | 176 | 126 | 4 | 0 | 40 | 63 | 104 | 23 | 52 |
| Binary | 1111001 | 1111110 | 1010110 | 100 | 0 | 100000 | 110011 | 1000100 | 10011 | 101010 |
Color Harmonies of #797E56
Complementary color
Monochromatic Colors of #797E56
Black with #797E56
Text Example
Text Example
White with #797E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797E56; }
p { color: rgb(121,126,86); }
H1.HeaderClassName
{
color: #797E56;
}
.AnyTagClassName
{
color: #797E56;
}
</style>
background-color css
<style>
a { background-color: #797E56; }
a { background-color: rgb(121,126,86); }
div.DivClassName
{
background-color: #797E56;
}
.BgClassName
{
background-color: #797E56;
}
</style>
border-color css
<style>
span { border-color: #797E56; }
span { border-color: rgb(121,126,86); }
td.TdClassName
{
border-color: #797E56;
}
.TagClassName
{
border-color: #797E56;
}
</style>