Shades of Finch #798056
Tints of Finch #798056
RGB
CMYK
RGB Variations
Color information
#798056 (or 0x798056) is known color: Finch. HEX triplet: 79, 80 and 56. RGB value is (121,128,86). Sum of RGB (Red+Green+Blue) = 121+128+86=335 (44% of max value = 765). Red value is 121 (47.66% from 255 or 36.12% from 335); Green value is 128 (50.39% from 255 or 38.21% from 335); Blue value is 86 (33.98% from 255 or 25.67% from 335); Max value from RGB is 128 - color contains mainly: green. Hex color #798056 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #798056 is #867FA9. Grayscale: #797979. Windows color (decimal): -8814506 or 5668985. OLE color: 5668985.
HSL color Cylindrical-coordinate representation of color #798056: hue angle of 70º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #798056 is Cyan = 0.05, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 121 | 128 | 86 | - |
| CMYK | 0.05 | 0 | 0.33 | 0.50 |
| HSL | 70º | 0.2% | 0.42% | - |
| HSV(B) | 70º | 0.33% | 0.5% | - |
| XYZ | 17.28 | 20.18 | 11.79 | - |
| YUV | 121.12 | 108.18 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 128 | 86 | 0.05 | 0 | 0.33 | 0.50 | 70 | 0.2 | 0.42 |
| Hex | 79 | 80 | 56 | 5 | 0 | 21 | 32 | 46 | 14 | 2A |
| Octal | 171 | 200 | 126 | 5 | 0 | 41 | 62 | 106 | 24 | 52 |
| Binary | 1111001 | 10000000 | 1010110 | 101 | 0 | 100001 | 110010 | 1000110 | 10100 | 101010 |
Color Harmonies of #798056
Complementary color
Monochromatic Colors of #798056
Black with #798056
Text Example
Text Example
White with #798056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798056; }
p { color: rgb(121,128,86); }
H1.HeaderClassName
{
color: #798056;
}
.AnyTagClassName
{
color: #798056;
}
</style>
background-color css
<style>
a { background-color: #798056; }
a { background-color: rgb(121,128,86); }
div.DivClassName
{
background-color: #798056;
}
.BgClassName
{
background-color: #798056;
}
</style>
border-color css
<style>
span { border-color: #798056; }
span { border-color: rgb(121,128,86); }
td.TdClassName
{
border-color: #798056;
}
.TagClassName
{
border-color: #798056;
}
</style>