Shades of Stack #808780
Tints of Stack #808780
RGB
CMYK
RGB Variations
Color information
#808780 (or 0x808780) is known color: Stack. HEX triplet: 80, 87 and 80. RGB value is (128,135,128). Sum of RGB (Red+Green+Blue) = 128+135+128=391 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.74% from 391); Green value is 135 (53.12% from 255 or 34.53% from 391); Blue value is 128 (50.39% from 255 or 32.74% from 391); Max value from RGB is 135 - color contains mainly: green. Hex color #808780 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808780 is #7F787F. Grayscale: #848484. Windows color (decimal): -8353920 or 8423296. OLE color: 8423296.
HSL color Cylindrical-coordinate representation of color #808780: hue angle of 120º degrees, saturation: 0.03, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #808780 is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 128 | 135 | 128 | - |
| CMYK | 0.05 | 0 | 0.05 | 0.47 |
| HSL | 120º | 0.03% | 0.52% | - |
| HSV(B) | 120º | 0.05% | 0.53% | - |
| XYZ | 21.46 | 23.48 | 23.82 | - |
| YUV | 132.11 | 125.68 | 125.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 135 | 128 | 0.05 | 0 | 0.05 | 0.47 | 120 | 0.03 | 0.52 |
| Hex | 80 | 87 | 80 | 5 | 0 | 5 | 2F | 78 | 3 | 34 |
| Octal | 200 | 207 | 200 | 5 | 0 | 5 | 57 | 170 | 3 | 64 |
| Binary | 10000000 | 10000111 | 10000000 | 101 | 0 | 101 | 101111 | 1111000 | 11 | 110100 |
Color Harmonies of #808780
Complementary color
Monochromatic Colors of #808780
Black with #808780
Text Example
Text Example
White with #808780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808780; }
p { color: rgb(128,135,128); }
H1.HeaderClassName
{
color: #808780;
}
.AnyTagClassName
{
color: #808780;
}
</style>
background-color css
<style>
a { background-color: #808780; }
a { background-color: rgb(128,135,128); }
div.DivClassName
{
background-color: #808780;
}
.BgClassName
{
background-color: #808780;
}
</style>
border-color css
<style>
span { border-color: #808780; }
span { border-color: rgb(128,135,128); }
td.TdClassName
{
border-color: #808780;
}
.TagClassName
{
border-color: #808780;
}
</style>