Shades of Spanish Green #7C8579
Tints of Spanish Green #7C8579
RGB
CMYK
RGB Variations
Color information
#7C8579 (or 0x7C8579) is known color: Spanish Green. HEX triplet: 7C, 85 and 79. RGB value is (124,133,121). Sum of RGB (Red+Green+Blue) = 124+133+121=378 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.80% from 378); Green value is 133 (52.34% from 255 or 35.19% from 378); Blue value is 121 (47.66% from 255 or 32.01% from 378); Max value from RGB is 133 - color contains mainly: green. Hex color #7C8579 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C8579 is #837A86. Grayscale: #808080. Windows color (decimal): -8616583 or 7964028. OLE color: 7964028.
HSL color Cylindrical-coordinate representation of color #7C8579: hue angle of 105º degrees, saturation: 0.05, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #7C8579 is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 124 | 133 | 121 | - |
| CMYK | 0.07 | 0 | 0.09 | 0.48 |
| HSL | 105º | 0.05% | 0.5% | - |
| HSV(B) | 105º | 0.09% | 0.52% | - |
| XYZ | 20.15 | 22.44 | 21.36 | - |
| YUV | 128.94 | 123.52 | 124.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 133 | 121 | 0.07 | 0 | 0.09 | 0.48 | 105 | 0.05 | 0.5 |
| Hex | 7C | 85 | 79 | 7 | 0 | 9 | 30 | 69 | 5 | 32 |
| Octal | 174 | 205 | 171 | 7 | 0 | 11 | 60 | 151 | 5 | 62 |
| Binary | 1111100 | 10000101 | 1111001 | 111 | 0 | 1001 | 110000 | 1101001 | 101 | 110010 |
Color Harmonies of #7C8579
Complementary color
Monochromatic Colors of #7C8579
Black with #7C8579
Text Example
Text Example
White with #7C8579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8579; }
p { color: rgb(124,133,121); }
H1.HeaderClassName
{
color: #7C8579;
}
.AnyTagClassName
{
color: #7C8579;
}
</style>
background-color css
<style>
a { background-color: #7C8579; }
a { background-color: rgb(124,133,121); }
div.DivClassName
{
background-color: #7C8579;
}
.BgClassName
{
background-color: #7C8579;
}
</style>
border-color css
<style>
span { border-color: #7C8579; }
span { border-color: rgb(124,133,121); }
td.TdClassName
{
border-color: #7C8579;
}
.TagClassName
{
border-color: #7C8579;
}
</style>