Shades of Spanish Green #7D9077
Tints of Spanish Green #7D9077
RGB
CMYK
RGB Variations
Color information
#7D9077 (or 0x7D9077) is known color: Spanish Green. HEX triplet: 7D, 90 and 77. RGB value is (125,144,119). Sum of RGB (Red+Green+Blue) = 125+144+119=388 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.22% from 388); Green value is 144 (56.64% from 255 or 37.11% from 388); Blue value is 119 (46.88% from 255 or 30.67% from 388); Max value from RGB is 144 - color contains mainly: green. Hex color #7D9077 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D9077 is #826F88. Grayscale: #878787. Windows color (decimal): -8548233 or 7835773. OLE color: 7835773.
HSL color Cylindrical-coordinate representation of color #7D9077: hue angle of 105.6º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7D9077 is Cyan = 0.13, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 125 | 144 | 119 | - |
| CMYK | 0.13 | 0 | 0.17 | 0.44 |
| HSL | 105.6º | 0.1% | 0.52% | - |
| HSV(B) | 105.6º | 0.17% | 0.56% | - |
| XYZ | 21.76 | 25.64 | 21.25 | - |
| YUV | 135.47 | 118.71 | 120.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 144 | 119 | 0.13 | 0 | 0.17 | 0.44 | 105.6 | 0.1 | 0.52 |
| Hex | 7D | 90 | 77 | D | 0 | 11 | 2C | 6A | A | 34 |
| Octal | 175 | 220 | 167 | 15 | 0 | 21 | 54 | 152 | 12 | 64 |
| Binary | 1111101 | 10010000 | 1110111 | 1101 | 0 | 10001 | 101100 | 1101010 | 1010 | 110100 |
Color Harmonies of #7D9077
Complementary color
Monochromatic Colors of #7D9077
Black with #7D9077
Text Example
Text Example
White with #7D9077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D9077; }
p { color: rgb(125,144,119); }
H1.HeaderClassName
{
color: #7D9077;
}
.AnyTagClassName
{
color: #7D9077;
}
</style>
background-color css
<style>
a { background-color: #7D9077; }
a { background-color: rgb(125,144,119); }
div.DivClassName
{
background-color: #7D9077;
}
.BgClassName
{
background-color: #7D9077;
}
</style>
border-color css
<style>
span { border-color: #7D9077; }
span { border-color: rgb(125,144,119); }
td.TdClassName
{
border-color: #7D9077;
}
.TagClassName
{
border-color: #7D9077;
}
</style>