Shades of Finch #798256
Tints of Finch #798256
RGB
CMYK
RGB Variations
Color information
#798256 (or 0x798256) is known color: Finch. HEX triplet: 79, 82 and 56. RGB value is (121,130,86). Sum of RGB (Red+Green+Blue) = 121+130+86=337 (44% of max value = 765). Red value is 121 (47.66% from 255 or 35.91% from 337); Green value is 130 (51.17% from 255 or 38.58% from 337); Blue value is 86 (33.98% from 255 or 25.52% from 337); Max value from RGB is 130 - color contains mainly: green. Hex color #798256 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #798256 is #867DA9. Grayscale: #7A7A7A. Windows color (decimal): -8813994 or 5669497. OLE color: 5669497.
HSL color Cylindrical-coordinate representation of color #798256: hue angle of 72.27º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #798256 is Cyan = 0.07, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 121 | 130 | 86 | - |
| CMYK | 0.07 | 0 | 0.34 | 0.49 |
| HSL | 72.27º | 0.2% | 0.42% | - |
| HSV(B) | 72.27º | 0.34% | 0.51% | - |
| XYZ | 17.55 | 20.7 | 11.88 | - |
| YUV | 122.29 | 107.52 | 127.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 130 | 86 | 0.07 | 0 | 0.34 | 0.49 | 72.27 | 0.2 | 0.42 |
| Hex | 79 | 82 | 56 | 7 | 0 | 22 | 31 | 48 | 14 | 2A |
| Octal | 171 | 202 | 126 | 7 | 0 | 42 | 61 | 110 | 24 | 52 |
| Binary | 1111001 | 10000010 | 1010110 | 111 | 0 | 100010 | 110001 | 1001000 | 10100 | 101010 |
Color Harmonies of #798256
Complementary color
Monochromatic Colors of #798256
Black with #798256
Text Example
Text Example
White with #798256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798256; }
p { color: rgb(121,130,86); }
H1.HeaderClassName
{
color: #798256;
}
.AnyTagClassName
{
color: #798256;
}
</style>
background-color css
<style>
a { background-color: #798256; }
a { background-color: rgb(121,130,86); }
div.DivClassName
{
background-color: #798256;
}
.BgClassName
{
background-color: #798256;
}
</style>
border-color css
<style>
span { border-color: #798256; }
span { border-color: rgb(121,130,86); }
td.TdClassName
{
border-color: #798256;
}
.TagClassName
{
border-color: #798256;
}
</style>