Shades of Finch #7E894D
Tints of Finch #7E894D
RGB
CMYK
RGB Variations
Color information
#7E894D (or 0x7E894D) is known color: Finch. HEX triplet: 7E, 89 and 4D. RGB value is (126,137,77). Sum of RGB (Red+Green+Blue) = 126+137+77=340 (45% of max value = 765). Red value is 126 (49.61% from 255 or 37.06% from 340); Green value is 137 (53.91% from 255 or 40.29% from 340); Blue value is 77 (30.47% from 255 or 22.65% from 340); Max value from RGB is 137 - color contains mainly: green. Hex color #7E894D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E894D is #8176B2. Grayscale: #7F7F7F. Windows color (decimal): -8484531 or 5081470. OLE color: 5081470.
HSL color Cylindrical-coordinate representation of color #7E894D: hue angle of 71º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7E894D is Cyan = 0.08, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 126 | 137 | 77 | - |
| CMYK | 0.08 | 0 | 0.44 | 0.46 |
| HSL | 71º | 0.28% | 0.42% | - |
| HSV(B) | 71º | 0.44% | 0.54% | - |
| XYZ | 18.89 | 22.86 | 10.44 | - |
| YUV | 126.87 | 99.86 | 127.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 137 | 77 | 0.08 | 0 | 0.44 | 0.46 | 71 | 0.28 | 0.42 |
| Hex | 7E | 89 | 4D | 8 | 0 | 2C | 2E | 47 | 1C | 2A |
| Octal | 176 | 211 | 115 | 10 | 0 | 54 | 56 | 107 | 34 | 52 |
| Binary | 1111110 | 10001001 | 1001101 | 1000 | 0 | 101100 | 101110 | 1000111 | 11100 | 101010 |
Color Harmonies of #7E894D
Complementary color
Monochromatic Colors of #7E894D
Black with #7E894D
Text Example
Text Example
White with #7E894D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E894D; }
p { color: rgb(126,137,77); }
H1.HeaderClassName
{
color: #7E894D;
}
.AnyTagClassName
{
color: #7E894D;
}
</style>
background-color css
<style>
a { background-color: #7E894D; }
a { background-color: rgb(126,137,77); }
div.DivClassName
{
background-color: #7E894D;
}
.BgClassName
{
background-color: #7E894D;
}
</style>
border-color css
<style>
span { border-color: #7E894D; }
span { border-color: rgb(126,137,77); }
td.TdClassName
{
border-color: #7E894D;
}
.TagClassName
{
border-color: #7E894D;
}
</style>