Shades of Stack #80917E
Tints of Stack #80917E
RGB
CMYK
RGB Variations
Color information
#80917E (or 0x80917E) is known color: Stack. HEX triplet: 80, 91 and 7E. RGB value is (128,145,126). Sum of RGB (Red+Green+Blue) = 128+145+126=399 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.08% from 399); Green value is 145 (57.03% from 255 or 36.34% from 399); Blue value is 126 (49.61% from 255 or 31.58% from 399); Max value from RGB is 145 - color contains mainly: green. Hex color #80917E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80917E is #7F6E81. Grayscale: #898989. Windows color (decimal): -8351362 or 8294784. OLE color: 8294784.
HSL color Cylindrical-coordinate representation of color #80917E: hue angle of 113.68º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #80917E is Cyan = 0.12, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 128 | 145 | 126 | - |
| CMYK | 0.12 | 0 | 0.13 | 0.43 |
| HSL | 113.68º | 0.08% | 0.53% | - |
| HSV(B) | 113.68º | 0.13% | 0.57% | - |
| XYZ | 22.79 | 26.35 | 23.62 | - |
| YUV | 137.75 | 121.37 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 145 | 126 | 0.12 | 0 | 0.13 | 0.43 | 113.68 | 0.08 | 0.53 |
| Hex | 80 | 91 | 7E | C | 0 | D | 2B | 72 | 8 | 35 |
| Octal | 200 | 221 | 176 | 14 | 0 | 15 | 53 | 162 | 10 | 65 |
| Binary | 10000000 | 10010001 | 1111110 | 1100 | 0 | 1101 | 101011 | 1110010 | 1000 | 110101 |
Color Harmonies of #80917E
Complementary color
Monochromatic Colors of #80917E
Black with #80917E
Text Example
Text Example
White with #80917E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80917E; }
p { color: rgb(128,145,126); }
H1.HeaderClassName
{
color: #80917E;
}
.AnyTagClassName
{
color: #80917E;
}
</style>
background-color css
<style>
a { background-color: #80917E; }
a { background-color: rgb(128,145,126); }
div.DivClassName
{
background-color: #80917E;
}
.BgClassName
{
background-color: #80917E;
}
</style>
border-color css
<style>
span { border-color: #80917E; }
span { border-color: rgb(128,145,126); }
td.TdClassName
{
border-color: #80917E;
}
.TagClassName
{
border-color: #80917E;
}
</style>