Shades of Spanish Green #7D8879
Tints of Spanish Green #7D8879
RGB
CMYK
RGB Variations
Color information
#7D8879 (or 0x7D8879) is known color: Spanish Green. HEX triplet: 7D, 88 and 79. RGB value is (125,136,121). Sum of RGB (Red+Green+Blue) = 125+136+121=382 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.72% from 382); Green value is 136 (53.52% from 255 or 35.60% from 382); Blue value is 121 (47.66% from 255 or 31.68% from 382); Max value from RGB is 136 - color contains mainly: green. Hex color #7D8879 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D8879 is #827786. Grayscale: #838383. Windows color (decimal): -8550279 or 7964797. OLE color: 7964797.
HSL color Cylindrical-coordinate representation of color #7D8879: hue angle of 104º degrees, saturation: 0.06, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #7D8879 is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 125 | 136 | 121 | - |
| CMYK | 0.08 | 0 | 0.11 | 0.47 |
| HSL | 104º | 0.06% | 0.5% | - |
| HSV(B) | 104º | 0.11% | 0.53% | - |
| XYZ | 20.71 | 23.35 | 21.5 | - |
| YUV | 131 | 122.36 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 136 | 121 | 0.08 | 0 | 0.11 | 0.47 | 104 | 0.06 | 0.5 |
| Hex | 7D | 88 | 79 | 8 | 0 | B | 2F | 68 | 6 | 32 |
| Octal | 175 | 210 | 171 | 10 | 0 | 13 | 57 | 150 | 6 | 62 |
| Binary | 1111101 | 10001000 | 1111001 | 1000 | 0 | 1011 | 101111 | 1101000 | 110 | 110010 |
Color Harmonies of #7D8879
Complementary color
Monochromatic Colors of #7D8879
Black with #7D8879
Text Example
Text Example
White with #7D8879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D8879; }
p { color: rgb(125,136,121); }
H1.HeaderClassName
{
color: #7D8879;
}
.AnyTagClassName
{
color: #7D8879;
}
</style>
background-color css
<style>
a { background-color: #7D8879; }
a { background-color: rgb(125,136,121); }
div.DivClassName
{
background-color: #7D8879;
}
.BgClassName
{
background-color: #7D8879;
}
</style>
border-color css
<style>
span { border-color: #7D8879; }
span { border-color: rgb(125,136,121); }
td.TdClassName
{
border-color: #7D8879;
}
.TagClassName
{
border-color: #7D8879;
}
</style>