Shades of Spanish Green #7E847A
Tints of Spanish Green #7E847A
RGB
CMYK
RGB Variations
Color information
#7E847A (or 0x7E847A) is known color: Spanish Green. HEX triplet: 7E, 84 and 7A. RGB value is (126,132,122). Sum of RGB (Red+Green+Blue) = 126+132+122=380 (50% of max value = 765). Red value is 126 (49.61% from 255 or 33.16% from 380); Green value is 132 (51.95% from 255 or 34.74% from 380); Blue value is 122 (48.05% from 255 or 32.11% from 380); Max value from RGB is 132 - color contains mainly: green. Hex color #7E847A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E847A is #817B85. Grayscale: #818181. Windows color (decimal): -8485766 or 8029310. OLE color: 8029310.
HSL color Cylindrical-coordinate representation of color #7E847A: hue angle of 96º degrees, saturation: 0.04, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #7E847A is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 126 | 132 | 122 | - |
| CMYK | 0.05 | 0 | 0.08 | 0.48 |
| HSL | 96º | 0.04% | 0.5% | - |
| HSV(B) | 96º | 0.08% | 0.52% | - |
| XYZ | 20.37 | 22.34 | 21.65 | - |
| YUV | 129.07 | 124.01 | 125.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 132 | 122 | 0.05 | 0 | 0.08 | 0.48 | 96 | 0.04 | 0.5 |
| Hex | 7E | 84 | 7A | 5 | 0 | 8 | 30 | 60 | 4 | 32 |
| Octal | 176 | 204 | 172 | 5 | 0 | 10 | 60 | 140 | 4 | 62 |
| Binary | 1111110 | 10000100 | 1111010 | 101 | 0 | 1000 | 110000 | 1100000 | 100 | 110010 |
Color Harmonies of #7E847A
Complementary color
Monochromatic Colors of #7E847A
Black with #7E847A
Text Example
Text Example
White with #7E847A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E847A; }
p { color: rgb(126,132,122); }
H1.HeaderClassName
{
color: #7E847A;
}
.AnyTagClassName
{
color: #7E847A;
}
</style>
background-color css
<style>
a { background-color: #7E847A; }
a { background-color: rgb(126,132,122); }
div.DivClassName
{
background-color: #7E847A;
}
.BgClassName
{
background-color: #7E847A;
}
</style>
border-color css
<style>
span { border-color: #7E847A; }
span { border-color: rgb(126,132,122); }
td.TdClassName
{
border-color: #7E847A;
}
.TagClassName
{
border-color: #7E847A;
}
</style>