Shades of Finch #7E845A
Tints of Finch #7E845A
RGB
CMYK
RGB Variations
Color information
#7E845A (or 0x7E845A) is known color: Finch. HEX triplet: 7E, 84 and 5A. RGB value is (126,132,90). Sum of RGB (Red+Green+Blue) = 126+132+90=348 (46% of max value = 765). Red value is 126 (49.61% from 255 or 36.21% from 348); Green value is 132 (51.95% from 255 or 37.93% from 348); Blue value is 90 (35.55% from 255 or 25.86% from 348); Max value from RGB is 132 - color contains mainly: green. Hex color #7E845A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E845A is #817BA5. Grayscale: #7D7D7D. Windows color (decimal): -8485798 or 5932158. OLE color: 5932158.
HSL color Cylindrical-coordinate representation of color #7E845A: hue angle of 68.57º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7E845A is Cyan = 0.05, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 126 | 132 | 90 | - |
| CMYK | 0.05 | 0 | 0.32 | 0.48 |
| HSL | 68.57º | 0.19% | 0.44% | - |
| HSV(B) | 68.57º | 0.32% | 0.52% | - |
| XYZ | 18.7 | 21.68 | 12.87 | - |
| YUV | 125.42 | 108.01 | 128.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 132 | 90 | 0.05 | 0 | 0.32 | 0.48 | 68.57 | 0.19 | 0.44 |
| Hex | 7E | 84 | 5A | 5 | 0 | 20 | 30 | 45 | 13 | 2C |
| Octal | 176 | 204 | 132 | 5 | 0 | 40 | 60 | 105 | 23 | 54 |
| Binary | 1111110 | 10000100 | 1011010 | 101 | 0 | 100000 | 110000 | 1000101 | 10011 | 101100 |
Color Harmonies of #7E845A
Complementary color
Monochromatic Colors of #7E845A
Black with #7E845A
Text Example
Text Example
White with #7E845A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E845A; }
p { color: rgb(126,132,90); }
H1.HeaderClassName
{
color: #7E845A;
}
.AnyTagClassName
{
color: #7E845A;
}
</style>
background-color css
<style>
a { background-color: #7E845A; }
a { background-color: rgb(126,132,90); }
div.DivClassName
{
background-color: #7E845A;
}
.BgClassName
{
background-color: #7E845A;
}
</style>
border-color css
<style>
span { border-color: #7E845A; }
span { border-color: rgb(126,132,90); }
td.TdClassName
{
border-color: #7E845A;
}
.TagClassName
{
border-color: #7E845A;
}
</style>