Shades of Finch #797B56
Tints of Finch #797B56
RGB
CMYK
RGB Variations
Color information
#797B56 (or 0x797B56) is known color: Finch. HEX triplet: 79, 7B and 56. RGB value is (121,123,86). Sum of RGB (Red+Green+Blue) = 121+123+86=330 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.67% from 330); Green value is 123 (48.44% from 255 or 37.27% from 330); Blue value is 86 (33.98% from 255 or 26.06% from 330); Max value from RGB is 123 - color contains mainly: green. Hex color #797B56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797B56 is #8684A9. Grayscale: #767676. Windows color (decimal): -8815786 or 5667705. OLE color: 5667705.
HSL color Cylindrical-coordinate representation of color #797B56: hue angle of 63.24º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #797B56 is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 121 | 123 | 86 | - |
| CMYK | 0.02 | 0 | 0.30 | 0.52 |
| HSL | 63.24º | 0.18% | 0.41% | - |
| HSV(B) | 63.24º | 0.3% | 0.48% | - |
| XYZ | 16.65 | 18.9 | 11.58 | - |
| YUV | 118.18 | 109.84 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 123 | 86 | 0.02 | 0 | 0.30 | 0.52 | 63.24 | 0.18 | 0.41 |
| Hex | 79 | 7B | 56 | 2 | 0 | 1E | 34 | 3F | 12 | 29 |
| Octal | 171 | 173 | 126 | 2 | 0 | 36 | 64 | 77 | 22 | 51 |
| Binary | 1111001 | 1111011 | 1010110 | 10 | 0 | 11110 | 110100 | 111111 | 10010 | 101001 |
Color Harmonies of #797B56
Complementary color
Monochromatic Colors of #797B56
Black with #797B56
Text Example
Text Example
White with #797B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797B56; }
p { color: rgb(121,123,86); }
H1.HeaderClassName
{
color: #797B56;
}
.AnyTagClassName
{
color: #797B56;
}
</style>
background-color css
<style>
a { background-color: #797B56; }
a { background-color: rgb(121,123,86); }
div.DivClassName
{
background-color: #797B56;
}
.BgClassName
{
background-color: #797B56;
}
</style>
border-color css
<style>
span { border-color: #797B56; }
span { border-color: rgb(121,123,86); }
td.TdClassName
{
border-color: #797B56;
}
.TagClassName
{
border-color: #797B56;
}
</style>