Shades of Spanish Green #7E8878
Tints of Spanish Green #7E8878
RGB
CMYK
RGB Variations
Color information
#7E8878 (or 0x7E8878) is known color: Spanish Green. HEX triplet: 7E, 88 and 78. RGB value is (126,136,120). Sum of RGB (Red+Green+Blue) = 126+136+120=382 (50% of max value = 765). Red value is 126 (49.61% from 255 or 32.98% from 382); Green value is 136 (53.52% from 255 or 35.60% from 382); Blue value is 120 (47.27% from 255 or 31.41% from 382); Max value from RGB is 136 - color contains mainly: green. Hex color #7E8878 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E8878 is #817787. Grayscale: #838383. Windows color (decimal): -8484744 or 7899262. OLE color: 7899262.
HSL color Cylindrical-coordinate representation of color #7E8878: hue angle of 97.5º degrees, saturation: 0.06, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #7E8878 is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 126 | 136 | 120 | - |
| CMYK | 0.07 | 0 | 0.12 | 0.47 |
| HSL | 97.5º | 0.06% | 0.5% | - |
| HSV(B) | 97.5º | 0.12% | 0.53% | - |
| XYZ | 20.8 | 23.4 | 21.19 | - |
| YUV | 131.19 | 121.69 | 124.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 136 | 120 | 0.07 | 0 | 0.12 | 0.47 | 97.5 | 0.06 | 0.5 |
| Hex | 7E | 88 | 78 | 7 | 0 | C | 2F | 62 | 6 | 32 |
| Octal | 176 | 210 | 170 | 7 | 0 | 14 | 57 | 142 | 6 | 62 |
| Binary | 1111110 | 10001000 | 1111000 | 111 | 0 | 1100 | 101111 | 1100010 | 110 | 110010 |
Color Harmonies of #7E8878
Complementary color
Monochromatic Colors of #7E8878
Black with #7E8878
Text Example
Text Example
White with #7E8878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8878; }
p { color: rgb(126,136,120); }
H1.HeaderClassName
{
color: #7E8878;
}
.AnyTagClassName
{
color: #7E8878;
}
</style>
background-color css
<style>
a { background-color: #7E8878; }
a { background-color: rgb(126,136,120); }
div.DivClassName
{
background-color: #7E8878;
}
.BgClassName
{
background-color: #7E8878;
}
</style>
border-color css
<style>
span { border-color: #7E8878; }
span { border-color: rgb(126,136,120); }
td.TdClassName
{
border-color: #7E8878;
}
.TagClassName
{
border-color: #7E8878;
}
</style>