Shades of Stack #808D80
Tints of Stack #808D80
RGB
CMYK
RGB Variations
Color information
#808D80 (or 0x808D80) is known color: Stack. HEX triplet: 80, 8D and 80. RGB value is (128,141,128). Sum of RGB (Red+Green+Blue) = 128+141+128=397 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.24% from 397); Green value is 141 (55.47% from 255 or 35.52% from 397); Blue value is 128 (50.39% from 255 or 32.24% from 397); Max value from RGB is 141 - color contains mainly: green. Hex color #808D80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808D80 is #7F727F. Grayscale: #878787. Windows color (decimal): -8352384 or 8424832. OLE color: 8424832.
HSL color Cylindrical-coordinate representation of color #808D80: hue angle of 120º degrees, saturation: 0.05, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #808D80 is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 128 | 141 | 128 | - |
| CMYK | 0.09 | 0 | 0.09 | 0.45 |
| HSL | 120º | 0.05% | 0.53% | - |
| HSV(B) | 120º | 0.09% | 0.55% | - |
| XYZ | 22.32 | 25.2 | 24.11 | - |
| YUV | 135.63 | 123.69 | 122.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 141 | 128 | 0.09 | 0 | 0.09 | 0.45 | 120 | 0.05 | 0.53 |
| Hex | 80 | 8D | 80 | 9 | 0 | 9 | 2D | 78 | 5 | 35 |
| Octal | 200 | 215 | 200 | 11 | 0 | 11 | 55 | 170 | 5 | 65 |
| Binary | 10000000 | 10001101 | 10000000 | 1001 | 0 | 1001 | 101101 | 1111000 | 101 | 110101 |
Color Harmonies of #808D80
Complementary color
Monochromatic Colors of #808D80
Black with #808D80
Text Example
Text Example
White with #808D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808D80; }
p { color: rgb(128,141,128); }
H1.HeaderClassName
{
color: #808D80;
}
.AnyTagClassName
{
color: #808D80;
}
</style>
background-color css
<style>
a { background-color: #808D80; }
a { background-color: rgb(128,141,128); }
div.DivClassName
{
background-color: #808D80;
}
.BgClassName
{
background-color: #808D80;
}
</style>
border-color css
<style>
span { border-color: #808D80; }
span { border-color: rgb(128,141,128); }
td.TdClassName
{
border-color: #808D80;
}
.TagClassName
{
border-color: #808D80;
}
</style>