Shades of Finch #797F58
Tints of Finch #797F58
RGB
CMYK
RGB Variations
Color information
#797F58 (or 0x797F58) is known color: Finch. HEX triplet: 79, 7F and 58. RGB value is (121,127,88). Sum of RGB (Red+Green+Blue) = 121+127+88=336 (44% of max value = 765). Red value is 121 (47.66% from 255 or 36.01% from 336); Green value is 127 (50% from 255 or 37.80% from 336); Blue value is 88 (34.77% from 255 or 26.19% from 336); Max value from RGB is 127 - color contains mainly: green. Hex color #797F58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797F58 is #8680A7. Grayscale: #787878. Windows color (decimal): -8814760 or 5799801. OLE color: 5799801.
HSL color Cylindrical-coordinate representation of color #797F58: hue angle of 69.23º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #797F58 is Cyan = 0.05, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 121 | 127 | 88 | - |
| CMYK | 0.05 | 0 | 0.31 | 0.50 |
| HSL | 69.23º | 0.18% | 0.42% | - |
| HSV(B) | 69.23º | 0.31% | 0.5% | - |
| XYZ | 17.24 | 19.95 | 12.17 | - |
| YUV | 120.76 | 109.51 | 128.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 127 | 88 | 0.05 | 0 | 0.31 | 0.50 | 69.23 | 0.18 | 0.42 |
| Hex | 79 | 7F | 58 | 5 | 0 | 1F | 32 | 45 | 12 | 2A |
| Octal | 171 | 177 | 130 | 5 | 0 | 37 | 62 | 105 | 22 | 52 |
| Binary | 1111001 | 1111111 | 1011000 | 101 | 0 | 11111 | 110010 | 1000101 | 10010 | 101010 |
Color Harmonies of #797F58
Complementary color
Monochromatic Colors of #797F58
Black with #797F58
Text Example
Text Example
White with #797F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797F58; }
p { color: rgb(121,127,88); }
H1.HeaderClassName
{
color: #797F58;
}
.AnyTagClassName
{
color: #797F58;
}
</style>
background-color css
<style>
a { background-color: #797F58; }
a { background-color: rgb(121,127,88); }
div.DivClassName
{
background-color: #797F58;
}
.BgClassName
{
background-color: #797F58;
}
</style>
border-color css
<style>
span { border-color: #797F58; }
span { border-color: rgb(121,127,88); }
td.TdClassName
{
border-color: #797F58;
}
.TagClassName
{
border-color: #797F58;
}
</style>