Shades of Spanish Green #7C8578
Tints of Spanish Green #7C8578
RGB
CMYK
RGB Variations
Color information
#7C8578 (or 0x7C8578) is known color: Spanish Green. HEX triplet: 7C, 85 and 78. RGB value is (124,133,120). Sum of RGB (Red+Green+Blue) = 124+133+120=377 (49% of max value = 765). Red value is 124 (48.83% from 255 or 32.89% from 377); Green value is 133 (52.34% from 255 or 35.28% from 377); Blue value is 120 (47.27% from 255 or 31.83% from 377); Max value from RGB is 133 - color contains mainly: green. Hex color #7C8578 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C8578 is #837A87. Grayscale: #808080. Windows color (decimal): -8616584 or 7898492. OLE color: 7898492.
HSL color Cylindrical-coordinate representation of color #7C8578: hue angle of 101.54º degrees, saturation: 0.05, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #7C8578 is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 124 | 133 | 120 | - |
| CMYK | 0.07 | 0 | 0.10 | 0.48 |
| HSL | 101.54º | 0.05% | 0.5% | - |
| HSV(B) | 101.54º | 0.1% | 0.52% | - |
| XYZ | 20.09 | 22.42 | 21.04 | - |
| YUV | 128.83 | 123.02 | 124.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 133 | 120 | 0.07 | 0 | 0.10 | 0.48 | 101.54 | 0.05 | 0.5 |
| Hex | 7C | 85 | 78 | 7 | 0 | A | 30 | 66 | 5 | 32 |
| Octal | 174 | 205 | 170 | 7 | 0 | 12 | 60 | 146 | 5 | 62 |
| Binary | 1111100 | 10000101 | 1111000 | 111 | 0 | 1010 | 110000 | 1100110 | 101 | 110010 |
Color Harmonies of #7C8578
Complementary color
Monochromatic Colors of #7C8578
Black with #7C8578
Text Example
Text Example
White with #7C8578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8578; }
p { color: rgb(124,133,120); }
H1.HeaderClassName
{
color: #7C8578;
}
.AnyTagClassName
{
color: #7C8578;
}
</style>
background-color css
<style>
a { background-color: #7C8578; }
a { background-color: rgb(124,133,120); }
div.DivClassName
{
background-color: #7C8578;
}
.BgClassName
{
background-color: #7C8578;
}
</style>
border-color css
<style>
span { border-color: #7C8578; }
span { border-color: rgb(124,133,120); }
td.TdClassName
{
border-color: #7C8578;
}
.TagClassName
{
border-color: #7C8578;
}
</style>