Shades of Stack #809080
Tints of Stack #809080
RGB
CMYK
RGB Variations
Color information
#809080 (or 0x809080) is known color: Stack. HEX triplet: 80, 90 and 80. RGB value is (128,144,128). Sum of RGB (Red+Green+Blue) = 128+144+128=400 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32% from 400); Green value is 144 (56.64% from 255 or 36% from 400); Blue value is 128 (50.39% from 255 or 32% from 400); Max value from RGB is 144 - color contains mainly: green. Hex color #809080 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809080 is #7F6F7F. Grayscale: #898989. Windows color (decimal): -8351616 or 8425600. OLE color: 8425600.
HSL color Cylindrical-coordinate representation of color #809080: hue angle of 120º degrees, saturation: 0.07, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #809080 is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 128 | 144 | 128 | - |
| CMYK | 0.11 | 0 | 0.11 | 0.44 |
| HSL | 120º | 0.07% | 0.53% | - |
| HSV(B) | 120º | 0.11% | 0.56% | - |
| XYZ | 22.77 | 26.09 | 24.26 | - |
| YUV | 137.39 | 122.7 | 121.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 144 | 128 | 0.11 | 0 | 0.11 | 0.44 | 120 | 0.07 | 0.53 |
| Hex | 80 | 90 | 80 | B | 0 | B | 2C | 78 | 7 | 35 |
| Octal | 200 | 220 | 200 | 13 | 0 | 13 | 54 | 170 | 7 | 65 |
| Binary | 10000000 | 10010000 | 10000000 | 1011 | 0 | 1011 | 101100 | 1111000 | 111 | 110101 |
Color Harmonies of #809080
Complementary color
Monochromatic Colors of #809080
Black with #809080
Text Example
Text Example
White with #809080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #809080; }
p { color: rgb(128,144,128); }
H1.HeaderClassName
{
color: #809080;
}
.AnyTagClassName
{
color: #809080;
}
</style>
background-color css
<style>
a { background-color: #809080; }
a { background-color: rgb(128,144,128); }
div.DivClassName
{
background-color: #809080;
}
.BgClassName
{
background-color: #809080;
}
</style>
border-color css
<style>
span { border-color: #809080; }
span { border-color: rgb(128,144,128); }
td.TdClassName
{
border-color: #809080;
}
.TagClassName
{
border-color: #809080;
}
</style>