Shades of Stack #7E9980
Tints of Stack #7E9980
RGB
CMYK
RGB Variations
Color information
#7E9980 (or 0x7E9980) is known color: Stack. HEX triplet: 7E, 99 and 80. RGB value is (126,153,128). Sum of RGB (Red+Green+Blue) = 126+153+128=407 (53% of max value = 765). Red value is 126 (49.61% from 255 or 30.96% from 407); Green value is 153 (60.16% from 255 or 37.59% from 407); Blue value is 128 (50.39% from 255 or 31.45% from 407); Max value from RGB is 153 - color contains mainly: green. Hex color #7E9980 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7E9980 is #81667F. Grayscale: #8E8E8E. Windows color (decimal): -8480384 or 8427902. OLE color: 8427902.
HSL color Cylindrical-coordinate representation of color #7E9980: hue angle of 124.44º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7E9980 is Cyan = 0.18, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 126 | 153 | 128 | - |
| CMYK | 0.18 | 0 | 0.16 | 0.4 |
| HSL | 124.44º | 0.12% | 0.55% | - |
| HSV(B) | 124.44º | 0.18% | 0.6% | - |
| XYZ | 23.89 | 28.78 | 24.72 | - |
| YUV | 142.08 | 120.05 | 116.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 153 | 128 | 0.18 | 0 | 0.16 | 0.4 | 124.44 | 0.12 | 0.55 |
| Hex | 7E | 99 | 80 | 12 | 0 | 10 | 28 | 7C | C | 37 |
| Octal | 176 | 231 | 200 | 22 | 0 | 20 | 50 | 174 | 14 | 67 |
| Binary | 1111110 | 10011001 | 10000000 | 10010 | 0 | 10000 | 101000 | 1111100 | 1100 | 110111 |
Color Harmonies of #7E9980
Complementary color
Monochromatic Colors of #7E9980
Black with #7E9980
Text Example
Text Example
White with #7E9980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E9980; }
p { color: rgb(126,153,128); }
H1.HeaderClassName
{
color: #7E9980;
}
.AnyTagClassName
{
color: #7E9980;
}
</style>
background-color css
<style>
a { background-color: #7E9980; }
a { background-color: rgb(126,153,128); }
div.DivClassName
{
background-color: #7E9980;
}
.BgClassName
{
background-color: #7E9980;
}
</style>
border-color css
<style>
span { border-color: #7E9980; }
span { border-color: rgb(126,153,128); }
td.TdClassName
{
border-color: #7E9980;
}
.TagClassName
{
border-color: #7E9980;
}
</style>