Shades of Stack #7E9580
Tints of Stack #7E9580
RGB
CMYK
RGB Variations
Color information
#7E9580 (or 0x7E9580) is known color: Stack. HEX triplet: 7E, 95 and 80. RGB value is (126,149,128). Sum of RGB (Red+Green+Blue) = 126+149+128=403 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.27% from 403); Green value is 149 (58.59% from 255 or 36.97% from 403); Blue value is 128 (50.39% from 255 or 31.76% from 403); Max value from RGB is 149 - color contains mainly: green. Hex color #7E9580 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7E9580 is #816A7F. Grayscale: #8B8B8B. Windows color (decimal): -8481408 or 8426878. OLE color: 8426878.
HSL color Cylindrical-coordinate representation of color #7E9580: hue angle of 125.22º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #7E9580 is Cyan = 0.15, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 126 | 149 | 128 | - |
| CMYK | 0.15 | 0 | 0.14 | 0.42 |
| HSL | 125.22º | 0.1% | 0.54% | - |
| HSV(B) | 125.22º | 0.15% | 0.58% | - |
| XYZ | 23.25 | 27.49 | 24.5 | - |
| YUV | 139.73 | 121.38 | 118.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 149 | 128 | 0.15 | 0 | 0.14 | 0.42 | 125.22 | 0.1 | 0.54 |
| Hex | 7E | 95 | 80 | F | 0 | E | 2A | 7D | A | 36 |
| Octal | 176 | 225 | 200 | 17 | 0 | 16 | 52 | 175 | 12 | 66 |
| Binary | 1111110 | 10010101 | 10000000 | 1111 | 0 | 1110 | 101010 | 1111101 | 1010 | 110110 |
Color Harmonies of #7E9580
Complementary color
Monochromatic Colors of #7E9580
Black with #7E9580
Text Example
Text Example
White with #7E9580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E9580; }
p { color: rgb(126,149,128); }
H1.HeaderClassName
{
color: #7E9580;
}
.AnyTagClassName
{
color: #7E9580;
}
</style>
background-color css
<style>
a { background-color: #7E9580; }
a { background-color: rgb(126,149,128); }
div.DivClassName
{
background-color: #7E9580;
}
.BgClassName
{
background-color: #7E9580;
}
</style>
border-color css
<style>
span { border-color: #7E9580; }
span { border-color: rgb(126,149,128); }
td.TdClassName
{
border-color: #7E9580;
}
.TagClassName
{
border-color: #7E9580;
}
</style>