Shades of Finch #797F47
Tints of Finch #797F47
RGB
CMYK
RGB Variations
Color information
#797F47 (or 0x797F47) is known color: Finch. HEX triplet: 79, 7F and 47. RGB value is (121,127,71). Sum of RGB (Red+Green+Blue) = 121+127+71=319 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.93% from 319); Green value is 127 (50% from 255 or 39.81% from 319); Blue value is 71 (28.12% from 255 or 22.26% from 319); Max value from RGB is 127 - color contains mainly: green. Hex color #797F47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #797F47 is #8680B8. Grayscale: #777777. Windows color (decimal): -8814777 or 4685689. OLE color: 4685689.
HSL color Cylindrical-coordinate representation of color #797F47: hue angle of 66.43º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #797F47 is Cyan = 0.05, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 121 | 127 | 71 | - |
| CMYK | 0.05 | 0 | 0.44 | 0.50 |
| HSL | 66.43º | 0.28% | 0.39% | - |
| HSV(B) | 66.43º | 0.44% | 0.5% | - |
| XYZ | 16.61 | 19.7 | 8.89 | - |
| YUV | 118.82 | 101.01 | 129.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 127 | 71 | 0.05 | 0 | 0.44 | 0.50 | 66.43 | 0.28 | 0.39 |
| Hex | 79 | 7F | 47 | 5 | 0 | 2C | 32 | 42 | 1C | 27 |
| Octal | 171 | 177 | 107 | 5 | 0 | 54 | 62 | 102 | 34 | 47 |
| Binary | 1111001 | 1111111 | 1000111 | 101 | 0 | 101100 | 110010 | 1000010 | 11100 | 100111 |
Color Harmonies of #797F47
Complementary color
Monochromatic Colors of #797F47
Black with #797F47
Text Example
Text Example
White with #797F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797F47; }
p { color: rgb(121,127,71); }
H1.HeaderClassName
{
color: #797F47;
}
.AnyTagClassName
{
color: #797F47;
}
</style>
background-color css
<style>
a { background-color: #797F47; }
a { background-color: rgb(121,127,71); }
div.DivClassName
{
background-color: #797F47;
}
.BgClassName
{
background-color: #797F47;
}
</style>
border-color css
<style>
span { border-color: #797F47; }
span { border-color: rgb(121,127,71); }
td.TdClassName
{
border-color: #797F47;
}
.TagClassName
{
border-color: #797F47;
}
</style>