Shades of Finch #7E804B
Tints of Finch #7E804B
RGB
CMYK
RGB Variations
Color information
#7E804B (or 0x7E804B) is known color: Finch. HEX triplet: 7E, 80 and 4B. RGB value is (126,128,75). Sum of RGB (Red+Green+Blue) = 126+128+75=329 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.30% from 329); Green value is 128 (50.39% from 255 or 38.91% from 329); Blue value is 75 (29.69% from 255 or 22.80% from 329); Max value from RGB is 128 - color contains mainly: green. Hex color #7E804B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E804B is #817FB4. Grayscale: #797979. Windows color (decimal): -8486837 or 4948094. OLE color: 4948094.
HSL color Cylindrical-coordinate representation of color #7E804B: hue angle of 62.26º degrees, saturation: 0.26, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7E804B is Cyan = 0.02, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 126 | 128 | 75 | - |
| CMYK | 0.02 | 0 | 0.41 | 0.50 |
| HSL | 62.26º | 0.26% | 0.4% | - |
| HSV(B) | 62.26º | 0.41% | 0.5% | - |
| XYZ | 17.59 | 20.38 | 9.66 | - |
| YUV | 121.36 | 101.84 | 131.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 128 | 75 | 0.02 | 0 | 0.41 | 0.50 | 62.26 | 0.26 | 0.4 |
| Hex | 7E | 80 | 4B | 2 | 0 | 29 | 32 | 3E | 1A | 28 |
| Octal | 176 | 200 | 113 | 2 | 0 | 51 | 62 | 76 | 32 | 50 |
| Binary | 1111110 | 10000000 | 1001011 | 10 | 0 | 101001 | 110010 | 111110 | 11010 | 101000 |
Color Harmonies of #7E804B
Complementary color
Monochromatic Colors of #7E804B
Black with #7E804B
Text Example
Text Example
White with #7E804B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E804B; }
p { color: rgb(126,128,75); }
H1.HeaderClassName
{
color: #7E804B;
}
.AnyTagClassName
{
color: #7E804B;
}
</style>
background-color css
<style>
a { background-color: #7E804B; }
a { background-color: rgb(126,128,75); }
div.DivClassName
{
background-color: #7E804B;
}
.BgClassName
{
background-color: #7E804B;
}
</style>
border-color css
<style>
span { border-color: #7E804B; }
span { border-color: rgb(126,128,75); }
td.TdClassName
{
border-color: #7E804B;
}
.TagClassName
{
border-color: #7E804B;
}
</style>