Shades of Spanish Green #7E837D
Tints of Spanish Green #7E837D
RGB
CMYK
RGB Variations
Color information
#7E837D (or 0x7E837D) is known color: Spanish Green. HEX triplet: 7E, 83 and 7D. RGB value is (126,131,125). Sum of RGB (Red+Green+Blue) = 126+131+125=382 (50% of max value = 765). Red value is 126 (49.61% from 255 or 32.98% from 382); Green value is 131 (51.56% from 255 or 34.29% from 382); Blue value is 125 (49.22% from 255 or 32.72% from 382); Max value from RGB is 131 - color contains mainly: green. Hex color #7E837D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E837D is #817C82. Grayscale: #808080. Windows color (decimal): -8486019 or 8225662. OLE color: 8225662.
HSL color Cylindrical-coordinate representation of color #7E837D: hue angle of 110º degrees, saturation: 0.02, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #7E837D is Cyan = 0.04, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 126 | 131 | 125 | - |
| CMYK | 0.04 | 0 | 0.05 | 0.49 |
| HSL | 110º | 0.02% | 0.5% | - |
| HSV(B) | 110º | 0.05% | 0.51% | - |
| XYZ | 20.42 | 22.15 | 22.6 | - |
| YUV | 128.82 | 125.84 | 125.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 131 | 125 | 0.04 | 0 | 0.05 | 0.49 | 110 | 0.02 | 0.5 |
| Hex | 7E | 83 | 7D | 4 | 0 | 5 | 31 | 6E | 2 | 32 |
| Octal | 176 | 203 | 175 | 4 | 0 | 5 | 61 | 156 | 2 | 62 |
| Binary | 1111110 | 10000011 | 1111101 | 100 | 0 | 101 | 110001 | 1101110 | 10 | 110010 |
Color Harmonies of #7E837D
Complementary color
Monochromatic Colors of #7E837D
Black with #7E837D
Text Example
Text Example
White with #7E837D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E837D; }
p { color: rgb(126,131,125); }
H1.HeaderClassName
{
color: #7E837D;
}
.AnyTagClassName
{
color: #7E837D;
}
</style>
background-color css
<style>
a { background-color: #7E837D; }
a { background-color: rgb(126,131,125); }
div.DivClassName
{
background-color: #7E837D;
}
.BgClassName
{
background-color: #7E837D;
}
</style>
border-color css
<style>
span { border-color: #7E837D; }
span { border-color: rgb(126,131,125); }
td.TdClassName
{
border-color: #7E837D;
}
.TagClassName
{
border-color: #7E837D;
}
</style>