Shades of Finch #797D57
Tints of Finch #797D57
RGB
CMYK
RGB Variations
Color information
#797D57 (or 0x797D57) is known color: Finch. HEX triplet: 79, 7D and 57. RGB value is (121,125,87). Sum of RGB (Red+Green+Blue) = 121+125+87=333 (44% of max value = 765). Red value is 121 (47.66% from 255 or 36.34% from 333); Green value is 125 (49.22% from 255 or 37.54% from 333); Blue value is 87 (34.38% from 255 or 26.13% from 333); Max value from RGB is 125 - color contains mainly: green. Hex color #797D57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797D57 is #8682A8. Grayscale: #777777. Windows color (decimal): -8815273 or 5733753. OLE color: 5733753.
HSL color Cylindrical-coordinate representation of color #797D57: hue angle of 66.32º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #797D57 is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 121 | 125 | 87 | - |
| CMYK | 0.03 | 0 | 0.30 | 0.51 |
| HSL | 66.32º | 0.18% | 0.42% | - |
| HSV(B) | 66.32º | 0.3% | 0.49% | - |
| XYZ | 16.94 | 19.42 | 11.87 | - |
| YUV | 119.47 | 109.67 | 129.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 125 | 87 | 0.03 | 0 | 0.30 | 0.51 | 66.32 | 0.18 | 0.42 |
| Hex | 79 | 7D | 57 | 3 | 0 | 1E | 33 | 42 | 12 | 2A |
| Octal | 171 | 175 | 127 | 3 | 0 | 36 | 63 | 102 | 22 | 52 |
| Binary | 1111001 | 1111101 | 1010111 | 11 | 0 | 11110 | 110011 | 1000010 | 10010 | 101010 |
Color Harmonies of #797D57
Complementary color
Monochromatic Colors of #797D57
Black with #797D57
Text Example
Text Example
White with #797D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797D57; }
p { color: rgb(121,125,87); }
H1.HeaderClassName
{
color: #797D57;
}
.AnyTagClassName
{
color: #797D57;
}
</style>
background-color css
<style>
a { background-color: #797D57; }
a { background-color: rgb(121,125,87); }
div.DivClassName
{
background-color: #797D57;
}
.BgClassName
{
background-color: #797D57;
}
</style>
border-color css
<style>
span { border-color: #797D57; }
span { border-color: rgb(121,125,87); }
td.TdClassName
{
border-color: #797D57;
}
.TagClassName
{
border-color: #797D57;
}
</style>