Shades of Spanish Green #7E887B
Tints of Spanish Green #7E887B
RGB
CMYK
RGB Variations
Color information
#7E887B (or 0x7E887B) is known color: Spanish Green. HEX triplet: 7E, 88 and 7B. RGB value is (126,136,123). Sum of RGB (Red+Green+Blue) = 126+136+123=385 (50% of max value = 765). Red value is 126 (49.61% from 255 or 32.73% from 385); Green value is 136 (53.52% from 255 or 35.32% from 385); Blue value is 123 (48.44% from 255 or 31.95% from 385); Max value from RGB is 136 - color contains mainly: green. Hex color #7E887B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E887B is #817784. Grayscale: #838383. Windows color (decimal): -8484741 or 8095870. OLE color: 8095870.
HSL color Cylindrical-coordinate representation of color #7E887B: hue angle of 106.15º degrees, saturation: 0.05, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #7E887B is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 126 | 136 | 123 | - |
| CMYK | 0.07 | 0 | 0.10 | 0.47 |
| HSL | 106.15º | 0.05% | 0.51% | - |
| HSV(B) | 106.15º | 0.1% | 0.53% | - |
| XYZ | 20.98 | 23.47 | 22.16 | - |
| YUV | 131.53 | 123.19 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 136 | 123 | 0.07 | 0 | 0.10 | 0.47 | 106.15 | 0.05 | 0.51 |
| Hex | 7E | 88 | 7B | 7 | 0 | A | 2F | 6A | 5 | 33 |
| Octal | 176 | 210 | 173 | 7 | 0 | 12 | 57 | 152 | 5 | 63 |
| Binary | 1111110 | 10001000 | 1111011 | 111 | 0 | 1010 | 101111 | 1101010 | 101 | 110011 |
Color Harmonies of #7E887B
Complementary color
Monochromatic Colors of #7E887B
Black with #7E887B
Text Example
Text Example
White with #7E887B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E887B; }
p { color: rgb(126,136,123); }
H1.HeaderClassName
{
color: #7E887B;
}
.AnyTagClassName
{
color: #7E887B;
}
</style>
background-color css
<style>
a { background-color: #7E887B; }
a { background-color: rgb(126,136,123); }
div.DivClassName
{
background-color: #7E887B;
}
.BgClassName
{
background-color: #7E887B;
}
</style>
border-color css
<style>
span { border-color: #7E887B; }
span { border-color: rgb(126,136,123); }
td.TdClassName
{
border-color: #7E887B;
}
.TagClassName
{
border-color: #7E887B;
}
</style>