Shades of Finch #7D804B
Tints of Finch #7D804B
RGB
CMYK
RGB Variations
Color information
#7D804B (or 0x7D804B) is known color: Finch. HEX triplet: 7D, 80 and 4B. RGB value is (125,128,75). Sum of RGB (Red+Green+Blue) = 125+128+75=328 (43% of max value = 765). Red value is 125 (49.22% from 255 or 38.11% from 328); Green value is 128 (50.39% from 255 or 39.02% from 328); Blue value is 75 (29.69% from 255 or 22.87% from 328); Max value from RGB is 128 - color contains mainly: green. Hex color #7D804B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D804B is #827FB4. Grayscale: #797979. Windows color (decimal): -8552373 or 4948093. OLE color: 4948093.
HSL color Cylindrical-coordinate representation of color #7D804B: hue angle of 63.4º 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 #7D804B is Cyan = 0.02, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 125 | 128 | 75 | - |
| CMYK | 0.02 | 0 | 0.41 | 0.50 |
| HSL | 63.4º | 0.26% | 0.4% | - |
| HSV(B) | 63.4º | 0.41% | 0.5% | - |
| XYZ | 17.45 | 20.31 | 9.66 | - |
| YUV | 121.06 | 102.01 | 130.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 128 | 75 | 0.02 | 0 | 0.41 | 0.50 | 63.4 | 0.26 | 0.4 |
| Hex | 7D | 80 | 4B | 2 | 0 | 29 | 32 | 3F | 1A | 28 |
| Octal | 175 | 200 | 113 | 2 | 0 | 51 | 62 | 77 | 32 | 50 |
| Binary | 1111101 | 10000000 | 1001011 | 10 | 0 | 101001 | 110010 | 111111 | 11010 | 101000 |
Color Harmonies of #7D804B
Complementary color
Monochromatic Colors of #7D804B
Black with #7D804B
Text Example
Text Example
White with #7D804B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D804B; }
p { color: rgb(125,128,75); }
H1.HeaderClassName
{
color: #7D804B;
}
.AnyTagClassName
{
color: #7D804B;
}
</style>
background-color css
<style>
a { background-color: #7D804B; }
a { background-color: rgb(125,128,75); }
div.DivClassName
{
background-color: #7D804B;
}
.BgClassName
{
background-color: #7D804B;
}
</style>
border-color css
<style>
span { border-color: #7D804B; }
span { border-color: rgb(125,128,75); }
td.TdClassName
{
border-color: #7D804B;
}
.TagClassName
{
border-color: #7D804B;
}
</style>