Shades of Spanish Green #7C8878
Tints of Spanish Green #7C8878
RGB
CMYK
RGB Variations
Color information
#7C8878 (or 0x7C8878) is known color: Spanish Green. HEX triplet: 7C, 88 and 78. RGB value is (124,136,120). Sum of RGB (Red+Green+Blue) = 124+136+120=380 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.63% from 380); Green value is 136 (53.52% from 255 or 35.79% from 380); Blue value is 120 (47.27% from 255 or 31.58% from 380); Max value from RGB is 136 - color contains mainly: green. Hex color #7C8878 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C8878 is #837787. Grayscale: #828282. Windows color (decimal): -8615816 or 7899260. OLE color: 7899260.
HSL color Cylindrical-coordinate representation of color #7C8878: hue angle of 105º degrees, saturation: 0.06, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #7C8878 is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 124 | 136 | 120 | - |
| CMYK | 0.09 | 0 | 0.12 | 0.47 |
| HSL | 105º | 0.06% | 0.5% | - |
| HSV(B) | 105º | 0.12% | 0.53% | - |
| XYZ | 20.51 | 23.25 | 21.18 | - |
| YUV | 130.59 | 122.02 | 123.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 136 | 120 | 0.09 | 0 | 0.12 | 0.47 | 105 | 0.06 | 0.5 |
| Hex | 7C | 88 | 78 | 9 | 0 | C | 2F | 69 | 6 | 32 |
| Octal | 174 | 210 | 170 | 11 | 0 | 14 | 57 | 151 | 6 | 62 |
| Binary | 1111100 | 10001000 | 1111000 | 1001 | 0 | 1100 | 101111 | 1101001 | 110 | 110010 |
Color Harmonies of #7C8878
Complementary color
Monochromatic Colors of #7C8878
Black with #7C8878
Text Example
Text Example
White with #7C8878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8878; }
p { color: rgb(124,136,120); }
H1.HeaderClassName
{
color: #7C8878;
}
.AnyTagClassName
{
color: #7C8878;
}
</style>
background-color css
<style>
a { background-color: #7C8878; }
a { background-color: rgb(124,136,120); }
div.DivClassName
{
background-color: #7C8878;
}
.BgClassName
{
background-color: #7C8878;
}
</style>
border-color css
<style>
span { border-color: #7C8878; }
span { border-color: rgb(124,136,120); }
td.TdClassName
{
border-color: #7C8878;
}
.TagClassName
{
border-color: #7C8878;
}
</style>