Shades of Spanish Green #7A8774
Tints of Spanish Green #7A8774
RGB
CMYK
RGB Variations
Color information
#7A8774 (or 0x7A8774) is known color: Spanish Green. HEX triplet: 7A, 87 and 74. RGB value is (122,135,116). Sum of RGB (Red+Green+Blue) = 122+135+116=373 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.71% from 373); Green value is 135 (53.12% from 255 or 36.19% from 373); Blue value is 116 (45.70% from 255 or 31.10% from 373); Max value from RGB is 135 - color contains mainly: green. Hex color #7A8774 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A8774 is #85788B. Grayscale: #818181. Windows color (decimal): -8747148 or 7636858. OLE color: 7636858.
HSL color Cylindrical-coordinate representation of color #7A8774: hue angle of 101.05º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #7A8774 is Cyan = 0.10, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 122 | 135 | 116 | - |
| CMYK | 0.10 | 0 | 0.14 | 0.47 |
| HSL | 101.05º | 0.08% | 0.49% | - |
| HSV(B) | 101.05º | 0.14% | 0.53% | - |
| XYZ | 19.84 | 22.73 | 19.86 | - |
| YUV | 128.95 | 120.69 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 135 | 116 | 0.10 | 0 | 0.14 | 0.47 | 101.05 | 0.08 | 0.49 |
| Hex | 7A | 87 | 74 | A | 0 | E | 2F | 65 | 8 | 31 |
| Octal | 172 | 207 | 164 | 12 | 0 | 16 | 57 | 145 | 10 | 61 |
| Binary | 1111010 | 10000111 | 1110100 | 1010 | 0 | 1110 | 101111 | 1100101 | 1000 | 110001 |
Color Harmonies of #7A8774
Complementary color
Monochromatic Colors of #7A8774
Black with #7A8774
Text Example
Text Example
White with #7A8774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8774; }
p { color: rgb(122,135,116); }
H1.HeaderClassName
{
color: #7A8774;
}
.AnyTagClassName
{
color: #7A8774;
}
</style>
background-color css
<style>
a { background-color: #7A8774; }
a { background-color: rgb(122,135,116); }
div.DivClassName
{
background-color: #7A8774;
}
.BgClassName
{
background-color: #7A8774;
}
</style>
border-color css
<style>
span { border-color: #7A8774; }
span { border-color: rgb(122,135,116); }
td.TdClassName
{
border-color: #7A8774;
}
.TagClassName
{
border-color: #7A8774;
}
</style>