Shades of Spanish Green #7D837A
Tints of Spanish Green #7D837A
RGB
CMYK
RGB Variations
Color information
#7D837A (or 0x7D837A) is known color: Spanish Green. HEX triplet: 7D, 83 and 7A. RGB value is (125,131,122). Sum of RGB (Red+Green+Blue) = 125+131+122=378 (50% of max value = 765). Red value is 125 (49.22% from 255 or 33.07% from 378); Green value is 131 (51.56% from 255 or 34.66% from 378); Blue value is 122 (48.05% from 255 or 32.28% from 378); Max value from RGB is 131 - color contains mainly: green. Hex color #7D837A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D837A is #827C85. Grayscale: #808080. Windows color (decimal): -8551558 or 8029053. OLE color: 8029053.
HSL color Cylindrical-coordinate representation of color #7D837A: hue angle of 100º degrees, saturation: 0.04, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #7D837A is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 125 | 131 | 122 | - |
| CMYK | 0.05 | 0 | 0.07 | 0.49 |
| HSL | 100º | 0.04% | 0.5% | - |
| HSV(B) | 100º | 0.07% | 0.51% | - |
| XYZ | 20.09 | 22 | 21.6 | - |
| YUV | 128.18 | 124.51 | 125.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 131 | 122 | 0.05 | 0 | 0.07 | 0.49 | 100 | 0.04 | 0.5 |
| Hex | 7D | 83 | 7A | 5 | 0 | 7 | 31 | 64 | 4 | 32 |
| Octal | 175 | 203 | 172 | 5 | 0 | 7 | 61 | 144 | 4 | 62 |
| Binary | 1111101 | 10000011 | 1111010 | 101 | 0 | 111 | 110001 | 1100100 | 100 | 110010 |
Color Harmonies of #7D837A
Complementary color
Monochromatic Colors of #7D837A
Black with #7D837A
Text Example
Text Example
White with #7D837A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D837A; }
p { color: rgb(125,131,122); }
H1.HeaderClassName
{
color: #7D837A;
}
.AnyTagClassName
{
color: #7D837A;
}
</style>
background-color css
<style>
a { background-color: #7D837A; }
a { background-color: rgb(125,131,122); }
div.DivClassName
{
background-color: #7D837A;
}
.BgClassName
{
background-color: #7D837A;
}
</style>
border-color css
<style>
span { border-color: #7D837A; }
span { border-color: rgb(125,131,122); }
td.TdClassName
{
border-color: #7D837A;
}
.TagClassName
{
border-color: #7D837A;
}
</style>