Shades of Finch #797A60
Tints of Finch #797A60
RGB
CMYK
RGB Variations
Color information
#797A60 (or 0x797A60) is known color: Finch. HEX triplet: 79, 7A and 60. RGB value is (121,122,96). Sum of RGB (Red+Green+Blue) = 121+122+96=339 (44% of max value = 765). Red value is 121 (47.66% from 255 or 35.69% from 339); Green value is 122 (48.05% from 255 or 35.99% from 339); Blue value is 96 (37.89% from 255 or 28.32% from 339); Max value from RGB is 122 - color contains mainly: green. Hex color #797A60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797A60 is #86859F. Grayscale: #767676. Windows color (decimal): -8816032 or 6322809. OLE color: 6322809.
HSL color Cylindrical-coordinate representation of color #797A60: hue angle of 62.31º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #797A60 is Cyan = 0.01, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 121 | 122 | 96 | - |
| CMYK | 0.01 | 0 | 0.21 | 0.52 |
| HSL | 62.31º | 0.12% | 0.43% | - |
| HSV(B) | 62.31º | 0.21% | 0.48% | - |
| XYZ | 16.96 | 18.83 | 13.81 | - |
| YUV | 118.74 | 115.17 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 122 | 96 | 0.01 | 0 | 0.21 | 0.52 | 62.31 | 0.12 | 0.43 |
| Hex | 79 | 7A | 60 | 1 | 0 | 15 | 34 | 3E | C | 2B |
| Octal | 171 | 172 | 140 | 1 | 0 | 25 | 64 | 76 | 14 | 53 |
| Binary | 1111001 | 1111010 | 1100000 | 1 | 0 | 10101 | 110100 | 111110 | 1100 | 101011 |
Color Harmonies of #797A60
Complementary color
Monochromatic Colors of #797A60
Black with #797A60
Text Example
Text Example
White with #797A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797A60; }
p { color: rgb(121,122,96); }
H1.HeaderClassName
{
color: #797A60;
}
.AnyTagClassName
{
color: #797A60;
}
</style>
background-color css
<style>
a { background-color: #797A60; }
a { background-color: rgb(121,122,96); }
div.DivClassName
{
background-color: #797A60;
}
.BgClassName
{
background-color: #797A60;
}
</style>
border-color css
<style>
span { border-color: #797A60; }
span { border-color: rgb(121,122,96); }
td.TdClassName
{
border-color: #797A60;
}
.TagClassName
{
border-color: #797A60;
}
</style>