Shades of Finch #7E8759
Tints of Finch #7E8759
RGB
CMYK
RGB Variations
Color information
#7E8759 (or 0x7E8759) is known color: Finch. HEX triplet: 7E, 87 and 59. RGB value is (126,135,89). Sum of RGB (Red+Green+Blue) = 126+135+89=350 (46% of max value = 765). Red value is 126 (49.61% from 255 or 36% from 350); Green value is 135 (53.12% from 255 or 38.57% from 350); Blue value is 89 (35.16% from 255 or 25.43% from 350); Max value from RGB is 135 - color contains mainly: green. Hex color #7E8759 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E8759 is #8178A6. Grayscale: #7F7F7F. Windows color (decimal): -8485031 or 5867390. OLE color: 5867390.
HSL color Cylindrical-coordinate representation of color #7E8759: hue angle of 71.74º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7E8759 is Cyan = 0.07, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 126 | 135 | 89 | - |
| CMYK | 0.07 | 0 | 0.34 | 0.47 |
| HSL | 71.74º | 0.21% | 0.44% | - |
| HSV(B) | 71.74º | 0.34% | 0.53% | - |
| XYZ | 19.07 | 22.48 | 12.79 | - |
| YUV | 127.07 | 106.52 | 127.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 135 | 89 | 0.07 | 0 | 0.34 | 0.47 | 71.74 | 0.21 | 0.44 |
| Hex | 7E | 87 | 59 | 7 | 0 | 22 | 2F | 48 | 15 | 2C |
| Octal | 176 | 207 | 131 | 7 | 0 | 42 | 57 | 110 | 25 | 54 |
| Binary | 1111110 | 10000111 | 1011001 | 111 | 0 | 100010 | 101111 | 1001000 | 10101 | 101100 |
Color Harmonies of #7E8759
Complementary color
Monochromatic Colors of #7E8759
Black with #7E8759
Text Example
Text Example
White with #7E8759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8759; }
p { color: rgb(126,135,89); }
H1.HeaderClassName
{
color: #7E8759;
}
.AnyTagClassName
{
color: #7E8759;
}
</style>
background-color css
<style>
a { background-color: #7E8759; }
a { background-color: rgb(126,135,89); }
div.DivClassName
{
background-color: #7E8759;
}
.BgClassName
{
background-color: #7E8759;
}
</style>
border-color css
<style>
span { border-color: #7E8759; }
span { border-color: rgb(126,135,89); }
td.TdClassName
{
border-color: #7E8759;
}
.TagClassName
{
border-color: #7E8759;
}
</style>