Shades of Finch #7E8247
Tints of Finch #7E8247
RGB
CMYK
RGB Variations
Color information
#7E8247 (or 0x7E8247) is known color: Finch. HEX triplet: 7E, 82 and 47. RGB value is (126,130,71). Sum of RGB (Red+Green+Blue) = 126+130+71=327 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.53% from 327); Green value is 130 (51.17% from 255 or 39.76% from 327); Blue value is 71 (28.12% from 255 or 21.71% from 327); Max value from RGB is 130 - color contains mainly: green. Hex color #7E8247 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E8247 is #817DB8. Grayscale: #7A7A7A. Windows color (decimal): -8486329 or 4686462. OLE color: 4686462.
HSL color Cylindrical-coordinate representation of color #7E8247: hue angle of 64.07º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7E8247 is Cyan = 0.03, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 126 | 130 | 71 | - |
| CMYK | 0.03 | 0 | 0.45 | 0.49 |
| HSL | 64.07º | 0.29% | 0.39% | - |
| HSV(B) | 64.07º | 0.45% | 0.51% | - |
| XYZ | 17.72 | 20.86 | 9.05 | - |
| YUV | 122.08 | 99.17 | 130.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 130 | 71 | 0.03 | 0 | 0.45 | 0.49 | 64.07 | 0.29 | 0.39 |
| Hex | 7E | 82 | 47 | 3 | 0 | 2D | 31 | 40 | 1D | 27 |
| Octal | 176 | 202 | 107 | 3 | 0 | 55 | 61 | 100 | 35 | 47 |
| Binary | 1111110 | 10000010 | 1000111 | 11 | 0 | 101101 | 110001 | 1000000 | 11101 | 100111 |
Color Harmonies of #7E8247
Complementary color
Monochromatic Colors of #7E8247
Black with #7E8247
Text Example
Text Example
White with #7E8247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8247; }
p { color: rgb(126,130,71); }
H1.HeaderClassName
{
color: #7E8247;
}
.AnyTagClassName
{
color: #7E8247;
}
</style>
background-color css
<style>
a { background-color: #7E8247; }
a { background-color: rgb(126,130,71); }
div.DivClassName
{
background-color: #7E8247;
}
.BgClassName
{
background-color: #7E8247;
}
</style>
border-color css
<style>
span { border-color: #7E8247; }
span { border-color: rgb(126,130,71); }
td.TdClassName
{
border-color: #7E8247;
}
.TagClassName
{
border-color: #7E8247;
}
</style>