Shades of Finch #7E8661
Tints of Finch #7E8661
RGB
CMYK
RGB Variations
Color information
#7E8661 (or 0x7E8661) is known color: Finch. HEX triplet: 7E, 86 and 61. RGB value is (126,134,97). Sum of RGB (Red+Green+Blue) = 126+134+97=357 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.29% from 357); Green value is 134 (52.73% from 255 or 37.54% from 357); Blue value is 97 (38.28% from 255 or 27.17% from 357); Max value from RGB is 134 - color contains mainly: green. Hex color #7E8661 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E8661 is #81799E. Grayscale: #7F7F7F. Windows color (decimal): -8485279 or 6391422. OLE color: 6391422.
HSL color Cylindrical-coordinate representation of color #7E8661: hue angle of 72.97º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7E8661 is Cyan = 0.06, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 126 | 134 | 97 | - |
| CMYK | 0.06 | 0 | 0.28 | 0.47 |
| HSL | 72.97º | 0.16% | 0.45% | - |
| HSV(B) | 72.97º | 0.28% | 0.53% | - |
| XYZ | 19.29 | 22.35 | 14.61 | - |
| YUV | 127.39 | 110.85 | 127.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 134 | 97 | 0.06 | 0 | 0.28 | 0.47 | 72.97 | 0.16 | 0.45 |
| Hex | 7E | 86 | 61 | 6 | 0 | 1C | 2F | 49 | 10 | 2D |
| Octal | 176 | 206 | 141 | 6 | 0 | 34 | 57 | 111 | 20 | 55 |
| Binary | 1111110 | 10000110 | 1100001 | 110 | 0 | 11100 | 101111 | 1001001 | 10000 | 101101 |
Color Harmonies of #7E8661
Complementary color
Monochromatic Colors of #7E8661
Black with #7E8661
Text Example
Text Example
White with #7E8661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8661; }
p { color: rgb(126,134,97); }
H1.HeaderClassName
{
color: #7E8661;
}
.AnyTagClassName
{
color: #7E8661;
}
</style>
background-color css
<style>
a { background-color: #7E8661; }
a { background-color: rgb(126,134,97); }
div.DivClassName
{
background-color: #7E8661;
}
.BgClassName
{
background-color: #7E8661;
}
</style>
border-color css
<style>
span { border-color: #7E8661; }
span { border-color: rgb(126,134,97); }
td.TdClassName
{
border-color: #7E8661;
}
.TagClassName
{
border-color: #7E8661;
}
</style>