Shades of Stack #808F82
Tints of Stack #808F82
RGB
CMYK
RGB Variations
Color information
#808F82 (or 0x808F82) is known color: Stack. HEX triplet: 80, 8F and 82. RGB value is (128,143,130). Sum of RGB (Red+Green+Blue) = 128+143+130=401 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.92% from 401); Green value is 143 (56.25% from 255 or 35.66% from 401); Blue value is 130 (51.17% from 255 or 32.42% from 401); Max value from RGB is 143 - color contains mainly: green. Hex color #808F82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808F82 is #7F707D. Grayscale: #898989. Windows color (decimal): -8351870 or 8556416. OLE color: 8556416.
HSL color Cylindrical-coordinate representation of color #808F82: hue angle of 128º degrees, saturation: 0.06, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #808F82 is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 128 | 143 | 130 | - |
| CMYK | 0.10 | 0 | 0.09 | 0.44 |
| HSL | 128º | 0.06% | 0.53% | - |
| HSV(B) | 128º | 0.1% | 0.56% | - |
| XYZ | 22.75 | 25.85 | 24.91 | - |
| YUV | 137.03 | 124.03 | 121.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 143 | 130 | 0.10 | 0 | 0.09 | 0.44 | 128 | 0.06 | 0.53 |
| Hex | 80 | 8F | 82 | A | 0 | 9 | 2C | 80 | 6 | 35 |
| Octal | 200 | 217 | 202 | 12 | 0 | 11 | 54 | 200 | 6 | 65 |
| Binary | 10000000 | 10001111 | 10000010 | 1010 | 0 | 1001 | 101100 | 10000000 | 110 | 110101 |
Color Harmonies of #808F82
Complementary color
Monochromatic Colors of #808F82
Black with #808F82
Text Example
Text Example
White with #808F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808F82; }
p { color: rgb(128,143,130); }
H1.HeaderClassName
{
color: #808F82;
}
.AnyTagClassName
{
color: #808F82;
}
</style>
background-color css
<style>
a { background-color: #808F82; }
a { background-color: rgb(128,143,130); }
div.DivClassName
{
background-color: #808F82;
}
.BgClassName
{
background-color: #808F82;
}
</style>
border-color css
<style>
span { border-color: #808F82; }
span { border-color: rgb(128,143,130); }
td.TdClassName
{
border-color: #808F82;
}
.TagClassName
{
border-color: #808F82;
}
</style>