Shades of Spanish Green #7E827D
Tints of Spanish Green #7E827D
RGB
CMYK
RGB Variations
Color information
#7E827D (or 0x7E827D) is known color: Spanish Green. HEX triplet: 7E, 82 and 7D. RGB value is (126,130,125). Sum of RGB (Red+Green+Blue) = 126+130+125=381 (50% of max value = 765). Red value is 126 (49.61% from 255 or 33.07% from 381); Green value is 130 (51.17% from 255 or 34.12% from 381); Blue value is 125 (49.22% from 255 or 32.81% from 381); Max value from RGB is 130 - color contains mainly: green. Hex color #7E827D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E827D is #817D82. Grayscale: #808080. Windows color (decimal): -8486275 or 8225406. OLE color: 8225406.
HSL color Cylindrical-coordinate representation of color #7E827D: hue angle of 108º degrees, saturation: 0.02, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #7E827D is Cyan = 0.03, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.49.
Color convert
RGB | 126 | 130 | 125 | - |
CMYK | 0.03 | 0 | 0.04 | 0.49 |
HSL | 108º | 0.02% | 0.5% | - |
HSV(B) | 108º | 0.04% | 0.51% | - |
XYZ | 20.29 | 21.88 | 22.56 | - |
YUV | 128.23 | 126.17 | 126.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 126 | 130 | 125 | 0.03 | 0 | 0.04 | 0.49 | 108 | 0.02 | 0.5 |
Hex | 7E | 82 | 7D | 3 | 0 | 4 | 31 | 6C | 2 | 32 |
Octal | 176 | 202 | 175 | 3 | 0 | 4 | 61 | 154 | 2 | 62 |
Binary | 1111110 | 10000010 | 1111101 | 11 | 0 | 100 | 110001 | 1101100 | 10 | 110010 |
Color Harmonies of #7E827D
Complementary color
Monochromatic Colors of #7E827D
Black with #7E827D
Text Example
Text Example
White with #7E827D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E827D; }
p { color: rgb(126,130,125); }
H1.HeaderClassName
{
color: #7E827D;
}
.AnyTagClassName
{
color: #7E827D;
}
</style>
background-color css
<style>
a { background-color: #7E827D; }
a { background-color: rgb(126,130,125); }
div.DivClassName
{
background-color: #7E827D;
}
.BgClassName
{
background-color: #7E827D;
}
</style>
border-color css
<style>
span { border-color: #7E827D; }
span { border-color: rgb(126,130,125); }
td.TdClassName
{
border-color: #7E827D;
}
.TagClassName
{
border-color: #7E827D;
}
</style>