Shades of Finch #797C52
Tints of Finch #797C52
RGB
CMYK
RGB Variations
Color information
#797C52 (or 0x797C52) is known color: Finch. HEX triplet: 79, 7C and 52. RGB value is (121,124,82). Sum of RGB (Red+Green+Blue) = 121+124+82=327 (43% of max value = 765). Red value is 121 (47.66% from 255 or 37.00% from 327); Green value is 124 (48.83% from 255 or 37.92% from 327); Blue value is 82 (32.42% from 255 or 25.08% from 327); Max value from RGB is 124 - color contains mainly: green. Hex color #797C52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797C52 is #8683AD. Grayscale: #767676. Windows color (decimal): -8815534 or 5405817. OLE color: 5405817.
HSL color Cylindrical-coordinate representation of color #797C52: hue angle of 64.29º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #797C52 is Cyan = 0.02, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 121 | 124 | 82 | - |
| CMYK | 0.02 | 0 | 0.34 | 0.51 |
| HSL | 64.29º | 0.2% | 0.4% | - |
| HSV(B) | 64.29º | 0.34% | 0.49% | - |
| XYZ | 16.62 | 19.09 | 10.79 | - |
| YUV | 118.32 | 107.51 | 129.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 124 | 82 | 0.02 | 0 | 0.34 | 0.51 | 64.29 | 0.2 | 0.4 |
| Hex | 79 | 7C | 52 | 2 | 0 | 22 | 33 | 40 | 14 | 28 |
| Octal | 171 | 174 | 122 | 2 | 0 | 42 | 63 | 100 | 24 | 50 |
| Binary | 1111001 | 1111100 | 1010010 | 10 | 0 | 100010 | 110011 | 1000000 | 10100 | 101000 |
Color Harmonies of #797C52
Complementary color
Monochromatic Colors of #797C52
Black with #797C52
Text Example
Text Example
White with #797C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797C52; }
p { color: rgb(121,124,82); }
H1.HeaderClassName
{
color: #797C52;
}
.AnyTagClassName
{
color: #797C52;
}
</style>
background-color css
<style>
a { background-color: #797C52; }
a { background-color: rgb(121,124,82); }
div.DivClassName
{
background-color: #797C52;
}
.BgClassName
{
background-color: #797C52;
}
</style>
border-color css
<style>
span { border-color: #797C52; }
span { border-color: rgb(121,124,82); }
td.TdClassName
{
border-color: #797C52;
}
.TagClassName
{
border-color: #797C52;
}
</style>