Shades of Stack #808B80
Tints of Stack #808B80
RGB
CMYK
RGB Variations
Color information
#808B80 (or 0x808B80) is known color: Stack. HEX triplet: 80, 8B and 80. RGB value is (128,139,128). Sum of RGB (Red+Green+Blue) = 128+139+128=395 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.41% from 395); Green value is 139 (54.69% from 255 or 35.19% from 395); Blue value is 128 (50.39% from 255 or 32.41% from 395); Max value from RGB is 139 - color contains mainly: green. Hex color #808B80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808B80 is #7F747F. Grayscale: #868686. Windows color (decimal): -8352896 or 8424320. OLE color: 8424320.
HSL color Cylindrical-coordinate representation of color #808B80: hue angle of 120º degrees, saturation: 0.05, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #808B80 is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.45.
Color convert
RGB | 128 | 139 | 128 | - |
CMYK | 0.08 | 0 | 0.08 | 0.45 |
HSL | 120º | 0.05% | 0.52% | - |
HSV(B) | 120º | 0.08% | 0.55% | - |
XYZ | 22.03 | 24.61 | 24.01 | - |
YUV | 134.46 | 124.36 | 123.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 128 | 139 | 128 | 0.08 | 0 | 0.08 | 0.45 | 120 | 0.05 | 0.52 |
Hex | 80 | 8B | 80 | 8 | 0 | 8 | 2D | 78 | 5 | 34 |
Octal | 200 | 213 | 200 | 10 | 0 | 10 | 55 | 170 | 5 | 64 |
Binary | 10000000 | 10001011 | 10000000 | 1000 | 0 | 1000 | 101101 | 1111000 | 101 | 110100 |
Color Harmonies of #808B80
Complementary color
Monochromatic Colors of #808B80
Black with #808B80
Text Example
Text Example
White with #808B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808B80; }
p { color: rgb(128,139,128); }
H1.HeaderClassName
{
color: #808B80;
}
.AnyTagClassName
{
color: #808B80;
}
</style>
background-color css
<style>
a { background-color: #808B80; }
a { background-color: rgb(128,139,128); }
div.DivClassName
{
background-color: #808B80;
}
.BgClassName
{
background-color: #808B80;
}
</style>
border-color css
<style>
span { border-color: #808B80; }
span { border-color: rgb(128,139,128); }
td.TdClassName
{
border-color: #808B80;
}
.TagClassName
{
border-color: #808B80;
}
</style>