Shades of Stack #80927E
Tints of Stack #80927E
RGB
CMYK
RGB Variations
Color information
#80927E (or 0x80927E) is known color: Stack. HEX triplet: 80, 92 and 7E. RGB value is (128,146,126). Sum of RGB (Red+Green+Blue) = 128+146+126=400 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32% from 400); Green value is 146 (57.42% from 255 or 36.5% from 400); Blue value is 126 (49.61% from 255 or 31.5% from 400); Max value from RGB is 146 - color contains mainly: green. Hex color #80927E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80927E is #7F6D81. Grayscale: #8A8A8A. Windows color (decimal): -8351106 or 8295040. OLE color: 8295040.
HSL color Cylindrical-coordinate representation of color #80927E: hue angle of 114º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #80927E is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 128 | 146 | 126 | - |
| CMYK | 0.12 | 0 | 0.14 | 0.43 |
| HSL | 114º | 0.08% | 0.53% | - |
| HSV(B) | 114º | 0.14% | 0.57% | - |
| XYZ | 22.95 | 26.65 | 23.67 | - |
| YUV | 138.34 | 121.04 | 120.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 146 | 126 | 0.12 | 0 | 0.14 | 0.43 | 114 | 0.08 | 0.53 |
| Hex | 80 | 92 | 7E | C | 0 | E | 2B | 72 | 8 | 35 |
| Octal | 200 | 222 | 176 | 14 | 0 | 16 | 53 | 162 | 10 | 65 |
| Binary | 10000000 | 10010010 | 1111110 | 1100 | 0 | 1110 | 101011 | 1110010 | 1000 | 110101 |
Color Harmonies of #80927E
Complementary color
Monochromatic Colors of #80927E
Black with #80927E
Text Example
Text Example
White with #80927E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80927E; }
p { color: rgb(128,146,126); }
H1.HeaderClassName
{
color: #80927E;
}
.AnyTagClassName
{
color: #80927E;
}
</style>
background-color css
<style>
a { background-color: #80927E; }
a { background-color: rgb(128,146,126); }
div.DivClassName
{
background-color: #80927E;
}
.BgClassName
{
background-color: #80927E;
}
</style>
border-color css
<style>
span { border-color: #80927E; }
span { border-color: rgb(128,146,126); }
td.TdClassName
{
border-color: #80927E;
}
.TagClassName
{
border-color: #80927E;
}
</style>