Shades of Finch #798064
Tints of Finch #798064
RGB
CMYK
RGB Variations
Color information
#798064 (or 0x798064) is known color: Finch. HEX triplet: 79, 80 and 64. RGB value is (121,128,100). Sum of RGB (Red+Green+Blue) = 121+128+100=349 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.67% from 349); Green value is 128 (50.39% from 255 or 36.68% from 349); Blue value is 100 (39.45% from 255 or 28.65% from 349); Max value from RGB is 128 - color contains mainly: green. Hex color #798064 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #798064 is #867F9B. Grayscale: #7A7A7A. Windows color (decimal): -8814492 or 6586489. OLE color: 6586489.
HSL color Cylindrical-coordinate representation of color #798064: hue angle of 75º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #798064 is Cyan = 0.05, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 121 | 128 | 100 | - |
| CMYK | 0.05 | 0 | 0.22 | 0.50 |
| HSL | 75º | 0.12% | 0.45% | - |
| HSV(B) | 75º | 0.22% | 0.5% | - |
| XYZ | 17.9 | 20.42 | 15.06 | - |
| YUV | 122.72 | 115.18 | 126.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 128 | 100 | 0.05 | 0 | 0.22 | 0.50 | 75 | 0.12 | 0.45 |
| Hex | 79 | 80 | 64 | 5 | 0 | 16 | 32 | 4B | C | 2D |
| Octal | 171 | 200 | 144 | 5 | 0 | 26 | 62 | 113 | 14 | 55 |
| Binary | 1111001 | 10000000 | 1100100 | 101 | 0 | 10110 | 110010 | 1001011 | 1100 | 101101 |
Color Harmonies of #798064
Complementary color
Monochromatic Colors of #798064
Black with #798064
Text Example
Text Example
White with #798064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798064; }
p { color: rgb(121,128,100); }
H1.HeaderClassName
{
color: #798064;
}
.AnyTagClassName
{
color: #798064;
}
</style>
background-color css
<style>
a { background-color: #798064; }
a { background-color: rgb(121,128,100); }
div.DivClassName
{
background-color: #798064;
}
.BgClassName
{
background-color: #798064;
}
</style>
border-color css
<style>
span { border-color: #798064; }
span { border-color: rgb(121,128,100); }
td.TdClassName
{
border-color: #798064;
}
.TagClassName
{
border-color: #798064;
}
</style>