Shades of Spanish Green #7C8676
Tints of Spanish Green #7C8676
RGB
CMYK
RGB Variations
Color information
#7C8676 (or 0x7C8676) is known color: Spanish Green. HEX triplet: 7C, 86 and 76. RGB value is (124,134,118). Sum of RGB (Red+Green+Blue) = 124+134+118=376 (49% of max value = 765). Red value is 124 (48.83% from 255 or 32.98% from 376); Green value is 134 (52.73% from 255 or 35.64% from 376); Blue value is 118 (46.48% from 255 or 31.38% from 376); Max value from RGB is 134 - color contains mainly: green. Hex color #7C8676 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C8676 is #837989. Grayscale: #818181. Windows color (decimal): -8616330 or 7767676. OLE color: 7767676.
HSL color Cylindrical-coordinate representation of color #7C8676: hue angle of 97.5º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #7C8676 is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 124 | 134 | 118 | - |
| CMYK | 0.07 | 0 | 0.12 | 0.47 |
| HSL | 97.5º | 0.06% | 0.49% | - |
| HSV(B) | 97.5º | 0.12% | 0.53% | - |
| XYZ | 20.11 | 22.64 | 20.45 | - |
| YUV | 129.19 | 121.69 | 124.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 134 | 118 | 0.07 | 0 | 0.12 | 0.47 | 97.5 | 0.06 | 0.49 |
| Hex | 7C | 86 | 76 | 7 | 0 | C | 2F | 62 | 6 | 31 |
| Octal | 174 | 206 | 166 | 7 | 0 | 14 | 57 | 142 | 6 | 61 |
| Binary | 1111100 | 10000110 | 1110110 | 111 | 0 | 1100 | 101111 | 1100010 | 110 | 110001 |
Color Harmonies of #7C8676
Complementary color
Monochromatic Colors of #7C8676
Black with #7C8676
Text Example
Text Example
White with #7C8676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8676; }
p { color: rgb(124,134,118); }
H1.HeaderClassName
{
color: #7C8676;
}
.AnyTagClassName
{
color: #7C8676;
}
</style>
background-color css
<style>
a { background-color: #7C8676; }
a { background-color: rgb(124,134,118); }
div.DivClassName
{
background-color: #7C8676;
}
.BgClassName
{
background-color: #7C8676;
}
</style>
border-color css
<style>
span { border-color: #7C8676; }
span { border-color: rgb(124,134,118); }
td.TdClassName
{
border-color: #7C8676;
}
.TagClassName
{
border-color: #7C8676;
}
</style>