Shades of Stack #80917F
Tints of Stack #80917F
RGB
CMYK
RGB Variations
Color information
#80917F (or 0x80917F) is known color: Stack. HEX triplet: 80, 91 and 7F. RGB value is (128,145,127). Sum of RGB (Red+Green+Blue) = 128+145+127=400 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32% from 400); Green value is 145 (57.03% from 255 or 36.25% from 400); Blue value is 127 (50% from 255 or 31.75% from 400); Max value from RGB is 145 - color contains mainly: green. Hex color #80917F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80917F is #7F6E80. Grayscale: #898989. Windows color (decimal): -8351361 or 8360320. OLE color: 8360320.
HSL color Cylindrical-coordinate representation of color #80917F: hue angle of 116.67º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #80917F is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 128 | 145 | 127 | - |
| CMYK | 0.12 | 0 | 0.12 | 0.43 |
| HSL | 116.67º | 0.08% | 0.53% | - |
| HSV(B) | 116.67º | 0.12% | 0.57% | - |
| XYZ | 22.86 | 26.37 | 23.96 | - |
| YUV | 137.87 | 121.87 | 120.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 145 | 127 | 0.12 | 0 | 0.12 | 0.43 | 116.67 | 0.08 | 0.53 |
| Hex | 80 | 91 | 7F | C | 0 | C | 2B | 75 | 8 | 35 |
| Octal | 200 | 221 | 177 | 14 | 0 | 14 | 53 | 165 | 10 | 65 |
| Binary | 10000000 | 10010001 | 1111111 | 1100 | 0 | 1100 | 101011 | 1110101 | 1000 | 110101 |
Color Harmonies of #80917F
Complementary color
Monochromatic Colors of #80917F
Black with #80917F
Text Example
Text Example
White with #80917F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80917F; }
p { color: rgb(128,145,127); }
H1.HeaderClassName
{
color: #80917F;
}
.AnyTagClassName
{
color: #80917F;
}
</style>
background-color css
<style>
a { background-color: #80917F; }
a { background-color: rgb(128,145,127); }
div.DivClassName
{
background-color: #80917F;
}
.BgClassName
{
background-color: #80917F;
}
</style>
border-color css
<style>
span { border-color: #80917F; }
span { border-color: rgb(128,145,127); }
td.TdClassName
{
border-color: #80917F;
}
.TagClassName
{
border-color: #80917F;
}
</style>