Shades of Finch #7E8056
Tints of Finch #7E8056
RGB
CMYK
RGB Variations
Color information
#7E8056 (or 0x7E8056) is known color: Finch. HEX triplet: 7E, 80 and 56. RGB value is (126,128,86). Sum of RGB (Red+Green+Blue) = 126+128+86=340 (45% of max value = 765). Red value is 126 (49.61% from 255 or 37.06% from 340); Green value is 128 (50.39% from 255 or 37.65% from 340); Blue value is 86 (33.98% from 255 or 25.29% from 340); Max value from RGB is 128 - color contains mainly: green. Hex color #7E8056 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E8056 is #817FA9. Grayscale: #7A7A7A. Windows color (decimal): -8486826 or 5668990. OLE color: 5668990.
HSL color Cylindrical-coordinate representation of color #7E8056: hue angle of 62.86º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7E8056 is Cyan = 0.02, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 126 | 128 | 86 | - |
| CMYK | 0.02 | 0 | 0.33 | 0.50 |
| HSL | 62.86º | 0.2% | 0.42% | - |
| HSV(B) | 62.86º | 0.33% | 0.5% | - |
| XYZ | 18 | 20.55 | 11.82 | - |
| YUV | 122.61 | 107.34 | 130.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 128 | 86 | 0.02 | 0 | 0.33 | 0.50 | 62.86 | 0.2 | 0.42 |
| Hex | 7E | 80 | 56 | 2 | 0 | 21 | 32 | 3F | 14 | 2A |
| Octal | 176 | 200 | 126 | 2 | 0 | 41 | 62 | 77 | 24 | 52 |
| Binary | 1111110 | 10000000 | 1010110 | 10 | 0 | 100001 | 110010 | 111111 | 10100 | 101010 |
Color Harmonies of #7E8056
Complementary color
Monochromatic Colors of #7E8056
Black with #7E8056
Text Example
Text Example
White with #7E8056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8056; }
p { color: rgb(126,128,86); }
H1.HeaderClassName
{
color: #7E8056;
}
.AnyTagClassName
{
color: #7E8056;
}
</style>
background-color css
<style>
a { background-color: #7E8056; }
a { background-color: rgb(126,128,86); }
div.DivClassName
{
background-color: #7E8056;
}
.BgClassName
{
background-color: #7E8056;
}
</style>
border-color css
<style>
span { border-color: #7E8056; }
span { border-color: rgb(126,128,86); }
td.TdClassName
{
border-color: #7E8056;
}
.TagClassName
{
border-color: #7E8056;
}
</style>