Shades of Finch #797E4E
Tints of Finch #797E4E
RGB
CMYK
RGB Variations
Color information
#797E4E (or 0x797E4E) is known color: Finch. HEX triplet: 79, 7E and 4E. RGB value is (121,126,78). Sum of RGB (Red+Green+Blue) = 121+126+78=325 (43% of max value = 765). Red value is 121 (47.66% from 255 or 37.23% from 325); Green value is 126 (49.61% from 255 or 38.77% from 325); Blue value is 78 (30.86% from 255 or 24% from 325); Max value from RGB is 126 - color contains mainly: green. Hex color #797E4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797E4E is #8681B1. Grayscale: #777777. Windows color (decimal): -8815026 or 5144185. OLE color: 5144185.
HSL color Cylindrical-coordinate representation of color #797E4E: hue angle of 66.25º degrees, saturation: 0.24, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #797E4E is Cyan = 0.04, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 121 | 126 | 78 | - |
| CMYK | 0.04 | 0 | 0.38 | 0.51 |
| HSL | 66.25º | 0.24% | 0.4% | - |
| HSV(B) | 66.25º | 0.38% | 0.49% | - |
| XYZ | 16.72 | 19.54 | 10.1 | - |
| YUV | 119.03 | 104.84 | 129.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 126 | 78 | 0.04 | 0 | 0.38 | 0.51 | 66.25 | 0.24 | 0.4 |
| Hex | 79 | 7E | 4E | 4 | 0 | 26 | 33 | 42 | 18 | 28 |
| Octal | 171 | 176 | 116 | 4 | 0 | 46 | 63 | 102 | 30 | 50 |
| Binary | 1111001 | 1111110 | 1001110 | 100 | 0 | 100110 | 110011 | 1000010 | 11000 | 101000 |
Color Harmonies of #797E4E
Complementary color
Monochromatic Colors of #797E4E
Black with #797E4E
Text Example
Text Example
White with #797E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797E4E; }
p { color: rgb(121,126,78); }
H1.HeaderClassName
{
color: #797E4E;
}
.AnyTagClassName
{
color: #797E4E;
}
</style>
background-color css
<style>
a { background-color: #797E4E; }
a { background-color: rgb(121,126,78); }
div.DivClassName
{
background-color: #797E4E;
}
.BgClassName
{
background-color: #797E4E;
}
</style>
border-color css
<style>
span { border-color: #797E4E; }
span { border-color: rgb(121,126,78); }
td.TdClassName
{
border-color: #797E4E;
}
.TagClassName
{
border-color: #797E4E;
}
</style>