Shades of Finch #7E804E
Tints of Finch #7E804E
RGB
CMYK
RGB Variations
Color information
#7E804E (or 0x7E804E) is known color: Finch. HEX triplet: 7E, 80 and 4E. RGB value is (126,128,78). Sum of RGB (Red+Green+Blue) = 126+128+78=332 (43% of max value = 765). Red value is 126 (49.61% from 255 or 37.95% from 332); Green value is 128 (50.39% from 255 or 38.55% from 332); Blue value is 78 (30.86% from 255 or 23.49% from 332); Max value from RGB is 128 - color contains mainly: green. Hex color #7E804E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E804E is #817FB1. Grayscale: #797979. Windows color (decimal): -8486834 or 5144702. OLE color: 5144702.
HSL color Cylindrical-coordinate representation of color #7E804E: hue angle of 62.4º degrees, saturation: 0.24, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7E804E is Cyan = 0.02, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 126 | 128 | 78 | - |
| CMYK | 0.02 | 0 | 0.39 | 0.50 |
| HSL | 62.4º | 0.24% | 0.4% | - |
| HSV(B) | 62.4º | 0.39% | 0.5% | - |
| XYZ | 17.7 | 20.42 | 10.22 | - |
| YUV | 121.7 | 103.34 | 131.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 128 | 78 | 0.02 | 0 | 0.39 | 0.50 | 62.4 | 0.24 | 0.4 |
| Hex | 7E | 80 | 4E | 2 | 0 | 27 | 32 | 3E | 18 | 28 |
| Octal | 176 | 200 | 116 | 2 | 0 | 47 | 62 | 76 | 30 | 50 |
| Binary | 1111110 | 10000000 | 1001110 | 10 | 0 | 100111 | 110010 | 111110 | 11000 | 101000 |
Color Harmonies of #7E804E
Complementary color
Monochromatic Colors of #7E804E
Black with #7E804E
Text Example
Text Example
White with #7E804E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E804E; }
p { color: rgb(126,128,78); }
H1.HeaderClassName
{
color: #7E804E;
}
.AnyTagClassName
{
color: #7E804E;
}
</style>
background-color css
<style>
a { background-color: #7E804E; }
a { background-color: rgb(126,128,78); }
div.DivClassName
{
background-color: #7E804E;
}
.BgClassName
{
background-color: #7E804E;
}
</style>
border-color css
<style>
span { border-color: #7E804E; }
span { border-color: rgb(126,128,78); }
td.TdClassName
{
border-color: #7E804E;
}
.TagClassName
{
border-color: #7E804E;
}
</style>