Shades of Stack #80997E
Tints of Stack #80997E
RGB
CMYK
RGB Variations
Color information
#80997E (or 0x80997E) is known color: Stack. HEX triplet: 80, 99 and 7E. RGB value is (128,153,126). Sum of RGB (Red+Green+Blue) = 128+153+126=407 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.45% from 407); Green value is 153 (60.16% from 255 or 37.59% from 407); Blue value is 126 (49.61% from 255 or 30.96% from 407); Max value from RGB is 153 - color contains mainly: green. Hex color #80997E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80997E is #7F6681. Grayscale: #8E8E8E. Windows color (decimal): -8349314 or 8296832. OLE color: 8296832.
HSL color Cylindrical-coordinate representation of color #80997E: hue angle of 115.56º 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 #80997E is Cyan = 0.16, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 128 | 153 | 126 | - |
| CMYK | 0.16 | 0 | 0.18 | 0.4 |
| HSL | 115.56º | 0.12% | 0.55% | - |
| HSV(B) | 115.56º | 0.18% | 0.6% | - |
| XYZ | 24.06 | 28.88 | 24.04 | - |
| YUV | 142.45 | 118.72 | 117.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 153 | 126 | 0.16 | 0 | 0.18 | 0.4 | 115.56 | 0.12 | 0.55 |
| Hex | 80 | 99 | 7E | 10 | 0 | 12 | 28 | 74 | C | 37 |
| Octal | 200 | 231 | 176 | 20 | 0 | 22 | 50 | 164 | 14 | 67 |
| Binary | 10000000 | 10011001 | 1111110 | 10000 | 0 | 10010 | 101000 | 1110100 | 1100 | 110111 |
Color Harmonies of #80997E
Complementary color
Monochromatic Colors of #80997E
Black with #80997E
Text Example
Text Example
White with #80997E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80997E; }
p { color: rgb(128,153,126); }
H1.HeaderClassName
{
color: #80997E;
}
.AnyTagClassName
{
color: #80997E;
}
</style>
background-color css
<style>
a { background-color: #80997E; }
a { background-color: rgb(128,153,126); }
div.DivClassName
{
background-color: #80997E;
}
.BgClassName
{
background-color: #80997E;
}
</style>
border-color css
<style>
span { border-color: #80997E; }
span { border-color: rgb(128,153,126); }
td.TdClassName
{
border-color: #80997E;
}
.TagClassName
{
border-color: #80997E;
}
</style>