Shades of Finch #7E8657
Tints of Finch #7E8657
RGB
CMYK
RGB Variations
Color information
#7E8657 (or 0x7E8657) is known color: Finch. HEX triplet: 7E, 86 and 57. RGB value is (126,134,87). Sum of RGB (Red+Green+Blue) = 126+134+87=347 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.31% from 347); Green value is 134 (52.73% from 255 or 38.62% from 347); Blue value is 87 (34.38% from 255 or 25.07% from 347); Max value from RGB is 134 - color contains mainly: green. Hex color #7E8657 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E8657 is #8179A8. Grayscale: #7E7E7E. Windows color (decimal): -8485289 or 5736062. OLE color: 5736062.
HSL color Cylindrical-coordinate representation of color #7E8657: hue angle of 70.21º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7E8657 is Cyan = 0.06, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 126 | 134 | 87 | - |
| CMYK | 0.06 | 0 | 0.35 | 0.47 |
| HSL | 70.21º | 0.21% | 0.43% | - |
| HSV(B) | 70.21º | 0.35% | 0.53% | - |
| XYZ | 18.85 | 22.17 | 12.3 | - |
| YUV | 126.25 | 105.85 | 127.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 134 | 87 | 0.06 | 0 | 0.35 | 0.47 | 70.21 | 0.21 | 0.43 |
| Hex | 7E | 86 | 57 | 6 | 0 | 23 | 2F | 46 | 15 | 2B |
| Octal | 176 | 206 | 127 | 6 | 0 | 43 | 57 | 106 | 25 | 53 |
| Binary | 1111110 | 10000110 | 1010111 | 110 | 0 | 100011 | 101111 | 1000110 | 10101 | 101011 |
Color Harmonies of #7E8657
Complementary color
Monochromatic Colors of #7E8657
Black with #7E8657
Text Example
Text Example
White with #7E8657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8657; }
p { color: rgb(126,134,87); }
H1.HeaderClassName
{
color: #7E8657;
}
.AnyTagClassName
{
color: #7E8657;
}
</style>
background-color css
<style>
a { background-color: #7E8657; }
a { background-color: rgb(126,134,87); }
div.DivClassName
{
background-color: #7E8657;
}
.BgClassName
{
background-color: #7E8657;
}
</style>
border-color css
<style>
span { border-color: #7E8657; }
span { border-color: rgb(126,134,87); }
td.TdClassName
{
border-color: #7E8657;
}
.TagClassName
{
border-color: #7E8657;
}
</style>