Shades of Finch #798061
Tints of Finch #798061
RGB
CMYK
RGB Variations
Color information
#798061 (or 0x798061) is known color: Finch. HEX triplet: 79, 80 and 61. RGB value is (121,128,97). Sum of RGB (Red+Green+Blue) = 121+128+97=346 (45% of max value = 765). Red value is 121 (47.66% from 255 or 34.97% from 346); Green value is 128 (50.39% from 255 or 36.99% from 346); Blue value is 97 (38.28% from 255 or 28.03% from 346); Max value from RGB is 128 - color contains mainly: green. Hex color #798061 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #798061 is #867F9E. Grayscale: #7A7A7A. Windows color (decimal): -8814495 or 6389881. OLE color: 6389881.
HSL color Cylindrical-coordinate representation of color #798061: hue angle of 73.55º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #798061 is Cyan = 0.05, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 121 | 128 | 97 | - |
| CMYK | 0.05 | 0 | 0.24 | 0.50 |
| HSL | 73.55º | 0.14% | 0.44% | - |
| HSV(B) | 73.55º | 0.24% | 0.5% | - |
| XYZ | 17.76 | 20.37 | 14.3 | - |
| YUV | 122.37 | 113.68 | 127.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 128 | 97 | 0.05 | 0 | 0.24 | 0.50 | 73.55 | 0.14 | 0.44 |
| Hex | 79 | 80 | 61 | 5 | 0 | 18 | 32 | 4A | E | 2C |
| Octal | 171 | 200 | 141 | 5 | 0 | 30 | 62 | 112 | 16 | 54 |
| Binary | 1111001 | 10000000 | 1100001 | 101 | 0 | 11000 | 110010 | 1001010 | 1110 | 101100 |
Color Harmonies of #798061
Complementary color
Monochromatic Colors of #798061
Black with #798061
Text Example
Text Example
White with #798061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798061; }
p { color: rgb(121,128,97); }
H1.HeaderClassName
{
color: #798061;
}
.AnyTagClassName
{
color: #798061;
}
</style>
background-color css
<style>
a { background-color: #798061; }
a { background-color: rgb(121,128,97); }
div.DivClassName
{
background-color: #798061;
}
.BgClassName
{
background-color: #798061;
}
</style>
border-color css
<style>
span { border-color: #798061; }
span { border-color: rgb(121,128,97); }
td.TdClassName
{
border-color: #798061;
}
.TagClassName
{
border-color: #798061;
}
</style>