Shades of Stack #808A80
Tints of Stack #808A80
RGB
CMYK
RGB Variations
Color information
#808A80 (or 0x808A80) is known color: Stack. HEX triplet: 80, 8A and 80. RGB value is (128,138,128). Sum of RGB (Red+Green+Blue) = 128+138+128=394 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.49% from 394); Green value is 138 (54.30% from 255 or 35.03% from 394); Blue value is 128 (50.39% from 255 or 32.49% from 394); Max value from RGB is 138 - color contains mainly: green. Hex color #808A80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808A80 is #7F757F. Grayscale: #858585. Windows color (decimal): -8353152 or 8424064. OLE color: 8424064.
HSL color Cylindrical-coordinate representation of color #808A80: hue angle of 120º degrees, saturation: 0.04, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #808A80 is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 128 | 138 | 128 | - |
| CMYK | 0.07 | 0 | 0.07 | 0.46 |
| HSL | 120º | 0.04% | 0.52% | - |
| HSV(B) | 120º | 0.07% | 0.54% | - |
| XYZ | 21.89 | 24.32 | 23.96 | - |
| YUV | 133.87 | 124.69 | 123.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 138 | 128 | 0.07 | 0 | 0.07 | 0.46 | 120 | 0.04 | 0.52 |
| Hex | 80 | 8A | 80 | 7 | 0 | 7 | 2E | 78 | 4 | 34 |
| Octal | 200 | 212 | 200 | 7 | 0 | 7 | 56 | 170 | 4 | 64 |
| Binary | 10000000 | 10001010 | 10000000 | 111 | 0 | 111 | 101110 | 1111000 | 100 | 110100 |
Color Harmonies of #808A80
Complementary color
Monochromatic Colors of #808A80
Black with #808A80
Text Example
Text Example
White with #808A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808A80; }
p { color: rgb(128,138,128); }
H1.HeaderClassName
{
color: #808A80;
}
.AnyTagClassName
{
color: #808A80;
}
</style>
background-color css
<style>
a { background-color: #808A80; }
a { background-color: rgb(128,138,128); }
div.DivClassName
{
background-color: #808A80;
}
.BgClassName
{
background-color: #808A80;
}
</style>
border-color css
<style>
span { border-color: #808A80; }
span { border-color: rgb(128,138,128); }
td.TdClassName
{
border-color: #808A80;
}
.TagClassName
{
border-color: #808A80;
}
</style>