Shades of Finch #797E53
Tints of Finch #797E53
RGB
CMYK
RGB Variations
Color information
#797E53 (or 0x797E53) is known color: Finch. HEX triplet: 79, 7E and 53. RGB value is (121,126,83). Sum of RGB (Red+Green+Blue) = 121+126+83=330 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.67% from 330); Green value is 126 (49.61% from 255 or 38.18% from 330); Blue value is 83 (32.81% from 255 or 25.15% from 330); Max value from RGB is 126 - color contains mainly: green. Hex color #797E53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797E53 is #8681AC. Grayscale: #777777. Windows color (decimal): -8815021 or 5471865. OLE color: 5471865.
HSL color Cylindrical-coordinate representation of color #797E53: hue angle of 66.98º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #797E53 is Cyan = 0.04, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 121 | 126 | 83 | - |
| CMYK | 0.04 | 0 | 0.34 | 0.51 |
| HSL | 66.98º | 0.21% | 0.41% | - |
| HSV(B) | 66.98º | 0.34% | 0.49% | - |
| XYZ | 16.91 | 19.61 | 11.08 | - |
| YUV | 119.6 | 107.34 | 129 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 126 | 83 | 0.04 | 0 | 0.34 | 0.51 | 66.98 | 0.21 | 0.41 |
| Hex | 79 | 7E | 53 | 4 | 0 | 22 | 33 | 43 | 15 | 29 |
| Octal | 171 | 176 | 123 | 4 | 0 | 42 | 63 | 103 | 25 | 51 |
| Binary | 1111001 | 1111110 | 1010011 | 100 | 0 | 100010 | 110011 | 1000011 | 10101 | 101001 |
Color Harmonies of #797E53
Complementary color
Monochromatic Colors of #797E53
Black with #797E53
Text Example
Text Example
White with #797E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797E53; }
p { color: rgb(121,126,83); }
H1.HeaderClassName
{
color: #797E53;
}
.AnyTagClassName
{
color: #797E53;
}
</style>
background-color css
<style>
a { background-color: #797E53; }
a { background-color: rgb(121,126,83); }
div.DivClassName
{
background-color: #797E53;
}
.BgClassName
{
background-color: #797E53;
}
</style>
border-color css
<style>
span { border-color: #797E53; }
span { border-color: rgb(121,126,83); }
td.TdClassName
{
border-color: #797E53;
}
.TagClassName
{
border-color: #797E53;
}
</style>