Shades of Finch #7E8757
Tints of Finch #7E8757
RGB
CMYK
RGB Variations
Color information
#7E8757 (or 0x7E8757) is known color: Finch. HEX triplet: 7E, 87 and 57. RGB value is (126,135,87). Sum of RGB (Red+Green+Blue) = 126+135+87=348 (46% of max value = 765). Red value is 126 (49.61% from 255 or 36.21% from 348); Green value is 135 (53.12% from 255 or 38.79% from 348); Blue value is 87 (34.38% from 255 or 25% from 348); Max value from RGB is 135 - color contains mainly: green. Hex color #7E8757 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E8757 is #8178A8. Grayscale: #7F7F7F. Windows color (decimal): -8485033 or 5736318. OLE color: 5736318.
HSL color Cylindrical-coordinate representation of color #7E8757: hue angle of 71.25º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7E8757 is Cyan = 0.07, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 126 | 135 | 87 | - |
| CMYK | 0.07 | 0 | 0.36 | 0.47 |
| HSL | 71.25º | 0.22% | 0.44% | - |
| HSV(B) | 71.25º | 0.36% | 0.53% | - |
| XYZ | 18.99 | 22.45 | 12.35 | - |
| YUV | 126.84 | 105.52 | 127.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 135 | 87 | 0.07 | 0 | 0.36 | 0.47 | 71.25 | 0.22 | 0.44 |
| Hex | 7E | 87 | 57 | 7 | 0 | 24 | 2F | 47 | 16 | 2C |
| Octal | 176 | 207 | 127 | 7 | 0 | 44 | 57 | 107 | 26 | 54 |
| Binary | 1111110 | 10000111 | 1010111 | 111 | 0 | 100100 | 101111 | 1000111 | 10110 | 101100 |
Color Harmonies of #7E8757
Complementary color
Monochromatic Colors of #7E8757
Black with #7E8757
Text Example
Text Example
White with #7E8757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8757; }
p { color: rgb(126,135,87); }
H1.HeaderClassName
{
color: #7E8757;
}
.AnyTagClassName
{
color: #7E8757;
}
</style>
background-color css
<style>
a { background-color: #7E8757; }
a { background-color: rgb(126,135,87); }
div.DivClassName
{
background-color: #7E8757;
}
.BgClassName
{
background-color: #7E8757;
}
</style>
border-color css
<style>
span { border-color: #7E8757; }
span { border-color: rgb(126,135,87); }
td.TdClassName
{
border-color: #7E8757;
}
.TagClassName
{
border-color: #7E8757;
}
</style>