Shades of Spanish Green #7C8576
Tints of Spanish Green #7C8576
RGB
CMYK
RGB Variations
Color information
#7C8576 (or 0x7C8576) is known color: Spanish Green. HEX triplet: 7C, 85 and 76. RGB value is (124,133,118). Sum of RGB (Red+Green+Blue) = 124+133+118=375 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.07% from 375); Green value is 133 (52.34% from 255 or 35.47% from 375); Blue value is 118 (46.48% from 255 or 31.47% from 375); Max value from RGB is 133 - color contains mainly: green. Hex color #7C8576 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C8576 is #837A89. Grayscale: #808080. Windows color (decimal): -8616586 or 7767420. OLE color: 7767420.
HSL color Cylindrical-coordinate representation of color #7C8576: hue angle of 96º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #7C8576 is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 124 | 133 | 118 | - |
| CMYK | 0.07 | 0 | 0.11 | 0.48 |
| HSL | 96º | 0.06% | 0.49% | - |
| HSV(B) | 96º | 0.11% | 0.52% | - |
| XYZ | 19.97 | 22.37 | 20.4 | - |
| YUV | 128.6 | 122.02 | 124.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 133 | 118 | 0.07 | 0 | 0.11 | 0.48 | 96 | 0.06 | 0.49 |
| Hex | 7C | 85 | 76 | 7 | 0 | B | 30 | 60 | 6 | 31 |
| Octal | 174 | 205 | 166 | 7 | 0 | 13 | 60 | 140 | 6 | 61 |
| Binary | 1111100 | 10000101 | 1110110 | 111 | 0 | 1011 | 110000 | 1100000 | 110 | 110001 |
Color Harmonies of #7C8576
Complementary color
Monochromatic Colors of #7C8576
Black with #7C8576
Text Example
Text Example
White with #7C8576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8576; }
p { color: rgb(124,133,118); }
H1.HeaderClassName
{
color: #7C8576;
}
.AnyTagClassName
{
color: #7C8576;
}
</style>
background-color css
<style>
a { background-color: #7C8576; }
a { background-color: rgb(124,133,118); }
div.DivClassName
{
background-color: #7C8576;
}
.BgClassName
{
background-color: #7C8576;
}
</style>
border-color css
<style>
span { border-color: #7C8576; }
span { border-color: rgb(124,133,118); }
td.TdClassName
{
border-color: #7C8576;
}
.TagClassName
{
border-color: #7C8576;
}
</style>