Shades of Spanish Green #7C8977
Tints of Spanish Green #7C8977
RGB
CMYK
RGB Variations
Color information
#7C8977 (or 0x7C8977) is known color: Spanish Green. HEX triplet: 7C, 89 and 77. RGB value is (124,137,119). Sum of RGB (Red+Green+Blue) = 124+137+119=380 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.63% from 380); Green value is 137 (53.91% from 255 or 36.05% from 380); Blue value is 119 (46.88% from 255 or 31.32% from 380); Max value from RGB is 137 - color contains mainly: green. Hex color #7C8977 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C8977 is #837688. Grayscale: #838383. Windows color (decimal): -8615561 or 7833980. OLE color: 7833980.
HSL color Cylindrical-coordinate representation of color #7C8977: hue angle of 103.33º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #7C8977 is Cyan = 0.09, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 124 | 137 | 119 | - |
| CMYK | 0.09 | 0 | 0.13 | 0.46 |
| HSL | 103.33º | 0.07% | 0.5% | - |
| HSV(B) | 103.33º | 0.13% | 0.54% | - |
| XYZ | 20.59 | 23.51 | 20.91 | - |
| YUV | 131.06 | 121.19 | 122.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 137 | 119 | 0.09 | 0 | 0.13 | 0.46 | 103.33 | 0.07 | 0.5 |
| Hex | 7C | 89 | 77 | 9 | 0 | D | 2E | 67 | 7 | 32 |
| Octal | 174 | 211 | 167 | 11 | 0 | 15 | 56 | 147 | 7 | 62 |
| Binary | 1111100 | 10001001 | 1110111 | 1001 | 0 | 1101 | 101110 | 1100111 | 111 | 110010 |
Color Harmonies of #7C8977
Complementary color
Monochromatic Colors of #7C8977
Black with #7C8977
Text Example
Text Example
White with #7C8977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8977; }
p { color: rgb(124,137,119); }
H1.HeaderClassName
{
color: #7C8977;
}
.AnyTagClassName
{
color: #7C8977;
}
</style>
background-color css
<style>
a { background-color: #7C8977; }
a { background-color: rgb(124,137,119); }
div.DivClassName
{
background-color: #7C8977;
}
.BgClassName
{
background-color: #7C8977;
}
</style>
border-color css
<style>
span { border-color: #7C8977; }
span { border-color: rgb(124,137,119); }
td.TdClassName
{
border-color: #7C8977;
}
.TagClassName
{
border-color: #7C8977;
}
</style>