Shades of Finch #797A64
Tints of Finch #797A64
RGB
CMYK
RGB Variations
Color information
#797A64 (or 0x797A64) is known color: Finch. HEX triplet: 79, 7A and 64. RGB value is (121,122,100). Sum of RGB (Red+Green+Blue) = 121+122+100=343 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.28% from 343); Green value is 122 (48.05% from 255 or 35.57% from 343); Blue value is 100 (39.45% from 255 or 29.15% from 343); Max value from RGB is 122 - color contains mainly: green. Hex color #797A64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797A64 is #86859B. Grayscale: #777777. Windows color (decimal): -8816028 or 6584953. OLE color: 6584953.
HSL color Cylindrical-coordinate representation of color #797A64: hue angle of 62.73º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #797A64 is Cyan = 0.01, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 121 | 122 | 100 | - |
| CMYK | 0.01 | 0 | 0.18 | 0.52 |
| HSL | 62.73º | 0.1% | 0.44% | - |
| HSV(B) | 62.73º | 0.18% | 0.48% | - |
| XYZ | 17.14 | 18.9 | 14.8 | - |
| YUV | 119.19 | 117.17 | 129.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 122 | 100 | 0.01 | 0 | 0.18 | 0.52 | 62.73 | 0.1 | 0.44 |
| Hex | 79 | 7A | 64 | 1 | 0 | 12 | 34 | 3F | A | 2C |
| Octal | 171 | 172 | 144 | 1 | 0 | 22 | 64 | 77 | 12 | 54 |
| Binary | 1111001 | 1111010 | 1100100 | 1 | 0 | 10010 | 110100 | 111111 | 1010 | 101100 |
Color Harmonies of #797A64
Complementary color
Monochromatic Colors of #797A64
Black with #797A64
Text Example
Text Example
White with #797A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797A64; }
p { color: rgb(121,122,100); }
H1.HeaderClassName
{
color: #797A64;
}
.AnyTagClassName
{
color: #797A64;
}
</style>
background-color css
<style>
a { background-color: #797A64; }
a { background-color: rgb(121,122,100); }
div.DivClassName
{
background-color: #797A64;
}
.BgClassName
{
background-color: #797A64;
}
</style>
border-color css
<style>
span { border-color: #797A64; }
span { border-color: rgb(121,122,100); }
td.TdClassName
{
border-color: #797A64;
}
.TagClassName
{
border-color: #797A64;
}
</style>