Shades of Spanish Green #7E847B
Tints of Spanish Green #7E847B
RGB
CMYK
RGB Variations
Color information
#7E847B (or 0x7E847B) is known color: Spanish Green. HEX triplet: 7E, 84 and 7B. RGB value is (126,132,123). Sum of RGB (Red+Green+Blue) = 126+132+123=381 (50% of max value = 765). Red value is 126 (49.61% from 255 or 33.07% from 381); Green value is 132 (51.95% from 255 or 34.65% from 381); Blue value is 123 (48.44% from 255 or 32.28% from 381); Max value from RGB is 132 - color contains mainly: green. Hex color #7E847B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E847B is #817B84. Grayscale: #818181. Windows color (decimal): -8485765 or 8094846. OLE color: 8094846.
HSL color Cylindrical-coordinate representation of color #7E847B: hue angle of 100º degrees, saturation: 0.04, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #7E847B is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 126 | 132 | 123 | - |
| CMYK | 0.05 | 0 | 0.07 | 0.48 |
| HSL | 100º | 0.04% | 0.5% | - |
| HSV(B) | 100º | 0.07% | 0.52% | - |
| XYZ | 20.43 | 22.37 | 21.98 | - |
| YUV | 129.18 | 124.51 | 125.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 132 | 123 | 0.05 | 0 | 0.07 | 0.48 | 100 | 0.04 | 0.5 |
| Hex | 7E | 84 | 7B | 5 | 0 | 7 | 30 | 64 | 4 | 32 |
| Octal | 176 | 204 | 173 | 5 | 0 | 7 | 60 | 144 | 4 | 62 |
| Binary | 1111110 | 10000100 | 1111011 | 101 | 0 | 111 | 110000 | 1100100 | 100 | 110010 |
Color Harmonies of #7E847B
Complementary color
Monochromatic Colors of #7E847B
Black with #7E847B
Text Example
Text Example
White with #7E847B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E847B; }
p { color: rgb(126,132,123); }
H1.HeaderClassName
{
color: #7E847B;
}
.AnyTagClassName
{
color: #7E847B;
}
</style>
background-color css
<style>
a { background-color: #7E847B; }
a { background-color: rgb(126,132,123); }
div.DivClassName
{
background-color: #7E847B;
}
.BgClassName
{
background-color: #7E847B;
}
</style>
border-color css
<style>
span { border-color: #7E847B; }
span { border-color: rgb(126,132,123); }
td.TdClassName
{
border-color: #7E847B;
}
.TagClassName
{
border-color: #7E847B;
}
</style>