Shades of Stack #808A81
Tints of Stack #808A81
RGB
CMYK
RGB Variations
Color information
#808A81 (or 0x808A81) is known color: Stack. HEX triplet: 80, 8A and 81. RGB value is (128,138,129). Sum of RGB (Red+Green+Blue) = 128+138+129=395 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.41% from 395); Green value is 138 (54.30% from 255 or 34.94% from 395); Blue value is 129 (50.78% from 255 or 32.66% from 395); Max value from RGB is 138 - color contains mainly: green. Hex color #808A81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808A81 is #7F757E. Grayscale: #868686. Windows color (decimal): -8353151 or 8489600. OLE color: 8489600.
HSL color Cylindrical-coordinate representation of color #808A81: hue angle of 126º degrees, saturation: 0.04, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #808A81 is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 128 | 138 | 129 | - |
| CMYK | 0.07 | 0 | 0.07 | 0.46 |
| HSL | 126º | 0.04% | 0.52% | - |
| HSV(B) | 126º | 0.07% | 0.54% | - |
| XYZ | 21.95 | 24.35 | 24.31 | - |
| YUV | 133.98 | 125.19 | 123.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 138 | 129 | 0.07 | 0 | 0.07 | 0.46 | 126 | 0.04 | 0.52 |
| Hex | 80 | 8A | 81 | 7 | 0 | 7 | 2E | 7E | 4 | 34 |
| Octal | 200 | 212 | 201 | 7 | 0 | 7 | 56 | 176 | 4 | 64 |
| Binary | 10000000 | 10001010 | 10000001 | 111 | 0 | 111 | 101110 | 1111110 | 100 | 110100 |
Color Harmonies of #808A81
Complementary color
Monochromatic Colors of #808A81
Black with #808A81
Text Example
Text Example
White with #808A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808A81; }
p { color: rgb(128,138,129); }
H1.HeaderClassName
{
color: #808A81;
}
.AnyTagClassName
{
color: #808A81;
}
</style>
background-color css
<style>
a { background-color: #808A81; }
a { background-color: rgb(128,138,129); }
div.DivClassName
{
background-color: #808A81;
}
.BgClassName
{
background-color: #808A81;
}
</style>
border-color css
<style>
span { border-color: #808A81; }
span { border-color: rgb(128,138,129); }
td.TdClassName
{
border-color: #808A81;
}
.TagClassName
{
border-color: #808A81;
}
</style>