Shades of Finch #797A47
Tints of Finch #797A47
RGB
CMYK
RGB Variations
Color information
#797A47 (or 0x797A47) is known color: Finch. HEX triplet: 79, 7A and 47. RGB value is (121,122,71). Sum of RGB (Red+Green+Blue) = 121+122+71=314 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.54% from 314); Green value is 122 (48.05% from 255 or 38.85% from 314); Blue value is 71 (28.12% from 255 or 22.61% from 314); Max value from RGB is 122 - color contains mainly: green. Hex color #797A47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #797A47 is #8685B8. Grayscale: #747474. Windows color (decimal): -8816057 or 4684409. OLE color: 4684409.
HSL color Cylindrical-coordinate representation of color #797A47: hue angle of 61.18º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #797A47 is Cyan = 0.01, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 121 | 122 | 71 | - |
| CMYK | 0.01 | 0 | 0.42 | 0.52 |
| HSL | 61.18º | 0.26% | 0.38% | - |
| HSV(B) | 61.18º | 0.42% | 0.48% | - |
| XYZ | 15.98 | 18.44 | 8.68 | - |
| YUV | 115.89 | 102.67 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 122 | 71 | 0.01 | 0 | 0.42 | 0.52 | 61.18 | 0.26 | 0.38 |
| Hex | 79 | 7A | 47 | 1 | 0 | 2A | 34 | 3D | 1A | 26 |
| Octal | 171 | 172 | 107 | 1 | 0 | 52 | 64 | 75 | 32 | 46 |
| Binary | 1111001 | 1111010 | 1000111 | 1 | 0 | 101010 | 110100 | 111101 | 11010 | 100110 |
Color Harmonies of #797A47
Complementary color
Monochromatic Colors of #797A47
Black with #797A47
Text Example
Text Example
White with #797A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797A47; }
p { color: rgb(121,122,71); }
H1.HeaderClassName
{
color: #797A47;
}
.AnyTagClassName
{
color: #797A47;
}
</style>
background-color css
<style>
a { background-color: #797A47; }
a { background-color: rgb(121,122,71); }
div.DivClassName
{
background-color: #797A47;
}
.BgClassName
{
background-color: #797A47;
}
</style>
border-color css
<style>
span { border-color: #797A47; }
span { border-color: rgb(121,122,71); }
td.TdClassName
{
border-color: #797A47;
}
.TagClassName
{
border-color: #797A47;
}
</style>