Shades of Finch #797D58
Tints of Finch #797D58
RGB
CMYK
RGB Variations
Color information
#797D58 (or 0x797D58) is known color: Finch. HEX triplet: 79, 7D and 58. RGB value is (121,125,88). Sum of RGB (Red+Green+Blue) = 121+125+88=334 (44% of max value = 765). Red value is 121 (47.66% from 255 or 36.23% from 334); Green value is 125 (49.22% from 255 or 37.43% from 334); Blue value is 88 (34.77% from 255 or 26.35% from 334); Max value from RGB is 125 - color contains mainly: green. Hex color #797D58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797D58 is #8682A7. Grayscale: #777777. Windows color (decimal): -8815272 or 5799289. OLE color: 5799289.
HSL color Cylindrical-coordinate representation of color #797D58: hue angle of 66.49º degrees, saturation: 0.17, 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 #797D58 is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 121 | 125 | 88 | - |
| CMYK | 0.03 | 0 | 0.30 | 0.51 |
| HSL | 66.49º | 0.17% | 0.42% | - |
| HSV(B) | 66.49º | 0.3% | 0.49% | - |
| XYZ | 16.98 | 19.44 | 12.09 | - |
| YUV | 119.59 | 110.17 | 129.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 125 | 88 | 0.03 | 0 | 0.30 | 0.51 | 66.49 | 0.17 | 0.42 |
| Hex | 79 | 7D | 58 | 3 | 0 | 1E | 33 | 42 | 11 | 2A |
| Octal | 171 | 175 | 130 | 3 | 0 | 36 | 63 | 102 | 21 | 52 |
| Binary | 1111001 | 1111101 | 1011000 | 11 | 0 | 11110 | 110011 | 1000010 | 10001 | 101010 |
Color Harmonies of #797D58
Complementary color
Monochromatic Colors of #797D58
Black with #797D58
Text Example
Text Example
White with #797D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797D58; }
p { color: rgb(121,125,88); }
H1.HeaderClassName
{
color: #797D58;
}
.AnyTagClassName
{
color: #797D58;
}
</style>
background-color css
<style>
a { background-color: #797D58; }
a { background-color: rgb(121,125,88); }
div.DivClassName
{
background-color: #797D58;
}
.BgClassName
{
background-color: #797D58;
}
</style>
border-color css
<style>
span { border-color: #797D58; }
span { border-color: rgb(121,125,88); }
td.TdClassName
{
border-color: #797D58;
}
.TagClassName
{
border-color: #797D58;
}
</style>