Shades of Finch #7E8956
Tints of Finch #7E8956
RGB
CMYK
RGB Variations
Color information
#7E8956 (or 0x7E8956) is known color: Finch. HEX triplet: 7E, 89 and 56. RGB value is (126,137,86). Sum of RGB (Red+Green+Blue) = 126+137+86=349 (46% of max value = 765). Red value is 126 (49.61% from 255 or 36.10% from 349); Green value is 137 (53.91% from 255 or 39.26% from 349); Blue value is 86 (33.98% from 255 or 24.64% from 349); Max value from RGB is 137 - color contains mainly: green. Hex color #7E8956 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E8956 is #8176A9. Grayscale: #808080. Windows color (decimal): -8484522 or 5671294. OLE color: 5671294.
HSL color Cylindrical-coordinate representation of color #7E8956: hue angle of 72.94º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7E8956 is Cyan = 0.08, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 126 | 137 | 86 | - |
| CMYK | 0.08 | 0 | 0.37 | 0.46 |
| HSL | 72.94º | 0.23% | 0.44% | - |
| HSV(B) | 72.94º | 0.37% | 0.54% | - |
| XYZ | 19.23 | 23 | 12.23 | - |
| YUV | 127.9 | 104.36 | 126.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 137 | 86 | 0.08 | 0 | 0.37 | 0.46 | 72.94 | 0.23 | 0.44 |
| Hex | 7E | 89 | 56 | 8 | 0 | 25 | 2E | 49 | 17 | 2C |
| Octal | 176 | 211 | 126 | 10 | 0 | 45 | 56 | 111 | 27 | 54 |
| Binary | 1111110 | 10001001 | 1010110 | 1000 | 0 | 100101 | 101110 | 1001001 | 10111 | 101100 |
Color Harmonies of #7E8956
Complementary color
Monochromatic Colors of #7E8956
Black with #7E8956
Text Example
Text Example
White with #7E8956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8956; }
p { color: rgb(126,137,86); }
H1.HeaderClassName
{
color: #7E8956;
}
.AnyTagClassName
{
color: #7E8956;
}
</style>
background-color css
<style>
a { background-color: #7E8956; }
a { background-color: rgb(126,137,86); }
div.DivClassName
{
background-color: #7E8956;
}
.BgClassName
{
background-color: #7E8956;
}
</style>
border-color css
<style>
span { border-color: #7E8956; }
span { border-color: rgb(126,137,86); }
td.TdClassName
{
border-color: #7E8956;
}
.TagClassName
{
border-color: #7E8956;
}
</style>