Shades of Spanish Green #7D8878
Tints of Spanish Green #7D8878
RGB
CMYK
RGB Variations
Color information
#7D8878 (or 0x7D8878) is known color: Spanish Green. HEX triplet: 7D, 88 and 78. RGB value is (125,136,120). Sum of RGB (Red+Green+Blue) = 125+136+120=381 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.81% from 381); Green value is 136 (53.52% from 255 or 35.70% from 381); Blue value is 120 (47.27% from 255 or 31.50% from 381); Max value from RGB is 136 - color contains mainly: green. Hex color #7D8878 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D8878 is #827787. Grayscale: #828282. Windows color (decimal): -8550280 or 7899261. OLE color: 7899261.
HSL color Cylindrical-coordinate representation of color #7D8878: hue angle of 101.25º 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 #7D8878 is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 125 | 136 | 120 | - |
| CMYK | 0.08 | 0 | 0.12 | 0.47 |
| HSL | 101.25º | 0.06% | 0.5% | - |
| HSV(B) | 101.25º | 0.12% | 0.53% | - |
| XYZ | 20.65 | 23.32 | 21.18 | - |
| YUV | 130.89 | 121.86 | 123.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 136 | 120 | 0.08 | 0 | 0.12 | 0.47 | 101.25 | 0.06 | 0.5 |
| Hex | 7D | 88 | 78 | 8 | 0 | C | 2F | 65 | 6 | 32 |
| Octal | 175 | 210 | 170 | 10 | 0 | 14 | 57 | 145 | 6 | 62 |
| Binary | 1111101 | 10001000 | 1111000 | 1000 | 0 | 1100 | 101111 | 1100101 | 110 | 110010 |
Color Harmonies of #7D8878
Complementary color
Monochromatic Colors of #7D8878
Black with #7D8878
Text Example
Text Example
White with #7D8878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D8878; }
p { color: rgb(125,136,120); }
H1.HeaderClassName
{
color: #7D8878;
}
.AnyTagClassName
{
color: #7D8878;
}
</style>
background-color css
<style>
a { background-color: #7D8878; }
a { background-color: rgb(125,136,120); }
div.DivClassName
{
background-color: #7D8878;
}
.BgClassName
{
background-color: #7D8878;
}
</style>
border-color css
<style>
span { border-color: #7D8878; }
span { border-color: rgb(125,136,120); }
td.TdClassName
{
border-color: #7D8878;
}
.TagClassName
{
border-color: #7D8878;
}
</style>