Shades of Finch #7E8A57
Tints of Finch #7E8A57
RGB
CMYK
RGB Variations
Color information
#7E8A57 (or 0x7E8A57) is known color: Finch. HEX triplet: 7E, 8A and 57. RGB value is (126,138,87). Sum of RGB (Red+Green+Blue) = 126+138+87=351 (46% of max value = 765). Red value is 126 (49.61% from 255 or 35.90% from 351); Green value is 138 (54.30% from 255 or 39.32% from 351); Blue value is 87 (34.38% from 255 or 24.79% from 351); Max value from RGB is 138 - color contains mainly: green. Hex color #7E8A57 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E8A57 is #8175A8. Grayscale: #808080. Windows color (decimal): -8484265 or 5737086. OLE color: 5737086.
HSL color Cylindrical-coordinate representation of color #7E8A57: hue angle of 74.12º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7E8A57 is Cyan = 0.09, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 126 | 138 | 87 | - |
| CMYK | 0.09 | 0 | 0.37 | 0.46 |
| HSL | 74.12º | 0.23% | 0.44% | - |
| HSV(B) | 74.12º | 0.37% | 0.54% | - |
| XYZ | 19.41 | 23.3 | 12.49 | - |
| YUV | 128.6 | 104.52 | 126.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 138 | 87 | 0.09 | 0 | 0.37 | 0.46 | 74.12 | 0.23 | 0.44 |
| Hex | 7E | 8A | 57 | 9 | 0 | 25 | 2E | 4A | 17 | 2C |
| Octal | 176 | 212 | 127 | 11 | 0 | 45 | 56 | 112 | 27 | 54 |
| Binary | 1111110 | 10001010 | 1010111 | 1001 | 0 | 100101 | 101110 | 1001010 | 10111 | 101100 |
Color Harmonies of #7E8A57
Complementary color
Monochromatic Colors of #7E8A57
Black with #7E8A57
Text Example
Text Example
White with #7E8A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8A57; }
p { color: rgb(126,138,87); }
H1.HeaderClassName
{
color: #7E8A57;
}
.AnyTagClassName
{
color: #7E8A57;
}
</style>
background-color css
<style>
a { background-color: #7E8A57; }
a { background-color: rgb(126,138,87); }
div.DivClassName
{
background-color: #7E8A57;
}
.BgClassName
{
background-color: #7E8A57;
}
</style>
border-color css
<style>
span { border-color: #7E8A57; }
span { border-color: rgb(126,138,87); }
td.TdClassName
{
border-color: #7E8A57;
}
.TagClassName
{
border-color: #7E8A57;
}
</style>