Shades of Spanish Green #7A8578
Tints of Spanish Green #7A8578
RGB
CMYK
RGB Variations
Color information
#7A8578 (or 0x7A8578) is known color: Spanish Green. HEX triplet: 7A, 85 and 78. RGB value is (122,133,120). Sum of RGB (Red+Green+Blue) = 122+133+120=375 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.53% from 375); Green value is 133 (52.34% from 255 or 35.47% from 375); Blue value is 120 (47.27% from 255 or 32% from 375); Max value from RGB is 133 - color contains mainly: green. Hex color #7A8578 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A8578 is #857A87. Grayscale: #808080. Windows color (decimal): -8747656 or 7898490. OLE color: 7898490.
HSL color Cylindrical-coordinate representation of color #7A8578: hue angle of 110.77º degrees, saturation: 0.05, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #7A8578 is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.48.
Color convert
RGB | 122 | 133 | 120 | - |
CMYK | 0.08 | 0 | 0.10 | 0.48 |
HSL | 110.77º | 0.05% | 0.5% | - |
HSV(B) | 110.77º | 0.1% | 0.52% | - |
XYZ | 19.8 | 22.27 | 21.02 | - |
YUV | 128.23 | 123.36 | 123.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 122 | 133 | 120 | 0.08 | 0 | 0.10 | 0.48 | 110.77 | 0.05 | 0.5 |
Hex | 7A | 85 | 78 | 8 | 0 | A | 30 | 6F | 5 | 32 |
Octal | 172 | 205 | 170 | 10 | 0 | 12 | 60 | 157 | 5 | 62 |
Binary | 1111010 | 10000101 | 1111000 | 1000 | 0 | 1010 | 110000 | 1101111 | 101 | 110010 |
Color Harmonies of #7A8578
Complementary color
Monochromatic Colors of #7A8578
Black with #7A8578
Text Example
Text Example
White with #7A8578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8578; }
p { color: rgb(122,133,120); }
H1.HeaderClassName
{
color: #7A8578;
}
.AnyTagClassName
{
color: #7A8578;
}
</style>
background-color css
<style>
a { background-color: #7A8578; }
a { background-color: rgb(122,133,120); }
div.DivClassName
{
background-color: #7A8578;
}
.BgClassName
{
background-color: #7A8578;
}
</style>
border-color css
<style>
span { border-color: #7A8578; }
span { border-color: rgb(122,133,120); }
td.TdClassName
{
border-color: #7A8578;
}
.TagClassName
{
border-color: #7A8578;
}
</style>