Shades of Finch #797D4C
Tints of Finch #797D4C
RGB
CMYK
RGB Variations
Color information
#797D4C (or 0x797D4C) is known color: Finch. HEX triplet: 79, 7D and 4C. RGB value is (121,125,76). Sum of RGB (Red+Green+Blue) = 121+125+76=322 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.58% from 322); Green value is 125 (49.22% from 255 or 38.82% from 322); Blue value is 76 (30.08% from 255 or 23.60% from 322); Max value from RGB is 125 - color contains mainly: green. Hex color #797D4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #797D4C is #8682B3. Grayscale: #767676. Windows color (decimal): -8815284 or 5012857. OLE color: 5012857.
HSL color Cylindrical-coordinate representation of color #797D4C: hue angle of 64.9º degrees, saturation: 0.24, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #797D4C is Cyan = 0.03, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 121 | 125 | 76 | - |
| CMYK | 0.03 | 0 | 0.39 | 0.51 |
| HSL | 64.9º | 0.24% | 0.39% | - |
| HSV(B) | 64.9º | 0.39% | 0.49% | - |
| XYZ | 16.52 | 19.25 | 9.68 | - |
| YUV | 118.22 | 104.17 | 129.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 125 | 76 | 0.03 | 0 | 0.39 | 0.51 | 64.9 | 0.24 | 0.39 |
| Hex | 79 | 7D | 4C | 3 | 0 | 27 | 33 | 41 | 18 | 27 |
| Octal | 171 | 175 | 114 | 3 | 0 | 47 | 63 | 101 | 30 | 47 |
| Binary | 1111001 | 1111101 | 1001100 | 11 | 0 | 100111 | 110011 | 1000001 | 11000 | 100111 |
Color Harmonies of #797D4C
Complementary color
Monochromatic Colors of #797D4C
Black with #797D4C
Text Example
Text Example
White with #797D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797D4C; }
p { color: rgb(121,125,76); }
H1.HeaderClassName
{
color: #797D4C;
}
.AnyTagClassName
{
color: #797D4C;
}
</style>
background-color css
<style>
a { background-color: #797D4C; }
a { background-color: rgb(121,125,76); }
div.DivClassName
{
background-color: #797D4C;
}
.BgClassName
{
background-color: #797D4C;
}
</style>
border-color css
<style>
span { border-color: #797D4C; }
span { border-color: rgb(121,125,76); }
td.TdClassName
{
border-color: #797D4C;
}
.TagClassName
{
border-color: #797D4C;
}
</style>