Shades of Spanish Green #7D8777
Tints of Spanish Green #7D8777
RGB
CMYK
RGB Variations
Color information
#7D8777 (or 0x7D8777) is known color: Spanish Green. HEX triplet: 7D, 87 and 77. RGB value is (125,135,119). Sum of RGB (Red+Green+Blue) = 125+135+119=379 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.98% from 379); Green value is 135 (53.12% from 255 or 35.62% from 379); Blue value is 119 (46.88% from 255 or 31.40% from 379); Max value from RGB is 135 - color contains mainly: green. Hex color #7D8777 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D8777 is #827888. Grayscale: #828282. Windows color (decimal): -8550537 or 7833469. OLE color: 7833469.
HSL color Cylindrical-coordinate representation of color #7D8777: hue angle of 97.5º 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 #7D8777 is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 125 | 135 | 119 | - |
| CMYK | 0.07 | 0 | 0.12 | 0.47 |
| HSL | 97.5º | 0.06% | 0.5% | - |
| HSV(B) | 97.5º | 0.12% | 0.53% | - |
| XYZ | 20.45 | 23.02 | 20.82 | - |
| YUV | 130.19 | 121.69 | 124.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 135 | 119 | 0.07 | 0 | 0.12 | 0.47 | 97.5 | 0.06 | 0.5 |
| Hex | 7D | 87 | 77 | 7 | 0 | C | 2F | 62 | 6 | 32 |
| Octal | 175 | 207 | 167 | 7 | 0 | 14 | 57 | 142 | 6 | 62 |
| Binary | 1111101 | 10000111 | 1110111 | 111 | 0 | 1100 | 101111 | 1100010 | 110 | 110010 |
Color Harmonies of #7D8777
Complementary color
Monochromatic Colors of #7D8777
Black with #7D8777
Text Example
Text Example
White with #7D8777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D8777; }
p { color: rgb(125,135,119); }
H1.HeaderClassName
{
color: #7D8777;
}
.AnyTagClassName
{
color: #7D8777;
}
</style>
background-color css
<style>
a { background-color: #7D8777; }
a { background-color: rgb(125,135,119); }
div.DivClassName
{
background-color: #7D8777;
}
.BgClassName
{
background-color: #7D8777;
}
</style>
border-color css
<style>
span { border-color: #7D8777; }
span { border-color: rgb(125,135,119); }
td.TdClassName
{
border-color: #7D8777;
}
.TagClassName
{
border-color: #7D8777;
}
</style>