Shades of Stack #80957E
Tints of Stack #80957E
RGB
CMYK
RGB Variations
Color information
#80957E (or 0x80957E) is known color: Stack. HEX triplet: 80, 95 and 7E. RGB value is (128,149,126). Sum of RGB (Red+Green+Blue) = 128+149+126=403 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.76% from 403); Green value is 149 (58.59% from 255 or 36.97% from 403); Blue value is 126 (49.61% from 255 or 31.27% from 403); Max value from RGB is 149 - color contains mainly: green. Hex color #80957E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80957E is #7F6A81. Grayscale: #8C8C8C. Windows color (decimal): -8350338 or 8295808. OLE color: 8295808.
HSL color Cylindrical-coordinate representation of color #80957E: hue angle of 114.78º 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 #80957E is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 128 | 149 | 126 | - |
| CMYK | 0.14 | 0 | 0.15 | 0.42 |
| HSL | 114.78º | 0.1% | 0.54% | - |
| HSV(B) | 114.78º | 0.15% | 0.58% | - |
| XYZ | 23.42 | 27.59 | 23.83 | - |
| YUV | 140.1 | 120.04 | 119.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 149 | 126 | 0.14 | 0 | 0.15 | 0.42 | 114.78 | 0.1 | 0.54 |
| Hex | 80 | 95 | 7E | E | 0 | F | 2A | 73 | A | 36 |
| Octal | 200 | 225 | 176 | 16 | 0 | 17 | 52 | 163 | 12 | 66 |
| Binary | 10000000 | 10010101 | 1111110 | 1110 | 0 | 1111 | 101010 | 1110011 | 1010 | 110110 |
Color Harmonies of #80957E
Complementary color
Monochromatic Colors of #80957E
Black with #80957E
Text Example
Text Example
White with #80957E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80957E; }
p { color: rgb(128,149,126); }
H1.HeaderClassName
{
color: #80957E;
}
.AnyTagClassName
{
color: #80957E;
}
</style>
background-color css
<style>
a { background-color: #80957E; }
a { background-color: rgb(128,149,126); }
div.DivClassName
{
background-color: #80957E;
}
.BgClassName
{
background-color: #80957E;
}
</style>
border-color css
<style>
span { border-color: #80957E; }
span { border-color: rgb(128,149,126); }
td.TdClassName
{
border-color: #80957E;
}
.TagClassName
{
border-color: #80957E;
}
</style>