Shades of Spanish Green #7C8876
Tints of Spanish Green #7C8876
RGB
CMYK
RGB Variations
Color information
#7C8876 (or 0x7C8876) is known color: Spanish Green. HEX triplet: 7C, 88 and 76. RGB value is (124,136,118). Sum of RGB (Red+Green+Blue) = 124+136+118=378 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.80% from 378); Green value is 136 (53.52% from 255 or 35.98% from 378); Blue value is 118 (46.48% from 255 or 31.22% from 378); Max value from RGB is 136 - color contains mainly: green. Hex color #7C8876 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C8876 is #837789. Grayscale: #828282. Windows color (decimal): -8615818 or 7768188. OLE color: 7768188.
HSL color Cylindrical-coordinate representation of color #7C8876: hue angle of 100º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #7C8876 is Cyan = 0.09, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 124 | 136 | 118 | - |
| CMYK | 0.09 | 0 | 0.13 | 0.47 |
| HSL | 100º | 0.07% | 0.5% | - |
| HSV(B) | 100º | 0.13% | 0.53% | - |
| XYZ | 20.39 | 23.2 | 20.54 | - |
| YUV | 130.36 | 121.02 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 136 | 118 | 0.09 | 0 | 0.13 | 0.47 | 100 | 0.07 | 0.5 |
| Hex | 7C | 88 | 76 | 9 | 0 | D | 2F | 64 | 7 | 32 |
| Octal | 174 | 210 | 166 | 11 | 0 | 15 | 57 | 144 | 7 | 62 |
| Binary | 1111100 | 10001000 | 1110110 | 1001 | 0 | 1101 | 101111 | 1100100 | 111 | 110010 |
Color Harmonies of #7C8876
Complementary color
Monochromatic Colors of #7C8876
Black with #7C8876
Text Example
Text Example
White with #7C8876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8876; }
p { color: rgb(124,136,118); }
H1.HeaderClassName
{
color: #7C8876;
}
.AnyTagClassName
{
color: #7C8876;
}
</style>
background-color css
<style>
a { background-color: #7C8876; }
a { background-color: rgb(124,136,118); }
div.DivClassName
{
background-color: #7C8876;
}
.BgClassName
{
background-color: #7C8876;
}
</style>
border-color css
<style>
span { border-color: #7C8876; }
span { border-color: rgb(124,136,118); }
td.TdClassName
{
border-color: #7C8876;
}
.TagClassName
{
border-color: #7C8876;
}
</style>