Shades of Stack #808C80
Tints of Stack #808C80
RGB
CMYK
RGB Variations
Color information
#808C80 (or 0x808C80) is known color: Stack. HEX triplet: 80, 8C and 80. RGB value is (128,140,128). Sum of RGB (Red+Green+Blue) = 128+140+128=396 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.32% from 396); Green value is 140 (55.08% from 255 or 35.35% from 396); Blue value is 128 (50.39% from 255 or 32.32% from 396); Max value from RGB is 140 - color contains mainly: green. Hex color #808C80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808C80 is #7F737F. Grayscale: #878787. Windows color (decimal): -8352640 or 8424576. OLE color: 8424576.
HSL color Cylindrical-coordinate representation of color #808C80: 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 #808C80 is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 128 | 140 | 128 | - |
| CMYK | 0.09 | 0 | 0.09 | 0.45 |
| HSL | 120º | 0.05% | 0.53% | - |
| HSV(B) | 120º | 0.09% | 0.55% | - |
| XYZ | 22.18 | 24.9 | 24.06 | - |
| YUV | 135.04 | 124.02 | 122.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 140 | 128 | 0.09 | 0 | 0.09 | 0.45 | 120 | 0.05 | 0.53 |
| Hex | 80 | 8C | 80 | 9 | 0 | 9 | 2D | 78 | 5 | 35 |
| Octal | 200 | 214 | 200 | 11 | 0 | 11 | 55 | 170 | 5 | 65 |
| Binary | 10000000 | 10001100 | 10000000 | 1001 | 0 | 1001 | 101101 | 1111000 | 101 | 110101 |
Color Harmonies of #808C80
Complementary color
Monochromatic Colors of #808C80
Black with #808C80
Text Example
Text Example
White with #808C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808C80; }
p { color: rgb(128,140,128); }
H1.HeaderClassName
{
color: #808C80;
}
.AnyTagClassName
{
color: #808C80;
}
</style>
background-color css
<style>
a { background-color: #808C80; }
a { background-color: rgb(128,140,128); }
div.DivClassName
{
background-color: #808C80;
}
.BgClassName
{
background-color: #808C80;
}
</style>
border-color css
<style>
span { border-color: #808C80; }
span { border-color: rgb(128,140,128); }
td.TdClassName
{
border-color: #808C80;
}
.TagClassName
{
border-color: #808C80;
}
</style>