Shades of Finch #797A51
Tints of Finch #797A51
RGB
CMYK
RGB Variations
Color information
#797A51 (or 0x797A51) is known color: Finch. HEX triplet: 79, 7A and 51. RGB value is (121,122,81). Sum of RGB (Red+Green+Blue) = 121+122+81=324 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.35% from 324); Green value is 122 (48.05% from 255 or 37.65% from 324); Blue value is 81 (32.03% from 255 or 25% from 324); Max value from RGB is 122 - color contains mainly: green. Hex color #797A51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797A51 is #8685AE. Grayscale: #757575. Windows color (decimal): -8816047 or 5339769. OLE color: 5339769.
HSL color Cylindrical-coordinate representation of color #797A51: hue angle of 61.46º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #797A51 is Cyan = 0.01, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 121 | 122 | 81 | - |
| CMYK | 0.01 | 0 | 0.34 | 0.52 |
| HSL | 61.46º | 0.2% | 0.4% | - |
| HSV(B) | 61.46º | 0.34% | 0.48% | - |
| XYZ | 16.33 | 18.58 | 10.51 | - |
| YUV | 117.03 | 107.67 | 130.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 122 | 81 | 0.01 | 0 | 0.34 | 0.52 | 61.46 | 0.2 | 0.4 |
| Hex | 79 | 7A | 51 | 1 | 0 | 22 | 34 | 3D | 14 | 28 |
| Octal | 171 | 172 | 121 | 1 | 0 | 42 | 64 | 75 | 24 | 50 |
| Binary | 1111001 | 1111010 | 1010001 | 1 | 0 | 100010 | 110100 | 111101 | 10100 | 101000 |
Color Harmonies of #797A51
Complementary color
Monochromatic Colors of #797A51
Black with #797A51
Text Example
Text Example
White with #797A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797A51; }
p { color: rgb(121,122,81); }
H1.HeaderClassName
{
color: #797A51;
}
.AnyTagClassName
{
color: #797A51;
}
</style>
background-color css
<style>
a { background-color: #797A51; }
a { background-color: rgb(121,122,81); }
div.DivClassName
{
background-color: #797A51;
}
.BgClassName
{
background-color: #797A51;
}
</style>
border-color css
<style>
span { border-color: #797A51; }
span { border-color: rgb(121,122,81); }
td.TdClassName
{
border-color: #797A51;
}
.TagClassName
{
border-color: #797A51;
}
</style>