Shades of Stack #818B80
Tints of Stack #818B80
RGB
CMYK
RGB Variations
Color information
#818B80 (or 0x818B80) is known color: Stack. HEX triplet: 81, 8B and 80. RGB value is (129,139,128). Sum of RGB (Red+Green+Blue) = 129+139+128=396 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.58% from 396); Green value is 139 (54.69% from 255 or 35.10% from 396); Blue value is 128 (50.39% from 255 or 32.32% from 396); Max value from RGB is 139 - color contains mainly: green. Hex color #818B80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818B80 is #7E747F. Grayscale: #868686. Windows color (decimal): -8287360 or 8424321. OLE color: 8424321.
HSL color Cylindrical-coordinate representation of color #818B80: hue angle of 114.55º 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 #818B80 is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 129 | 139 | 128 | - |
| CMYK | 0.07 | 0 | 0.08 | 0.45 |
| HSL | 114.55º | 0.05% | 0.52% | - |
| HSV(B) | 114.55º | 0.08% | 0.55% | - |
| XYZ | 22.18 | 24.69 | 24.02 | - |
| YUV | 134.76 | 124.19 | 123.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 139 | 128 | 0.07 | 0 | 0.08 | 0.45 | 114.55 | 0.05 | 0.52 |
| Hex | 81 | 8B | 80 | 7 | 0 | 8 | 2D | 73 | 5 | 34 |
| Octal | 201 | 213 | 200 | 7 | 0 | 10 | 55 | 163 | 5 | 64 |
| Binary | 10000001 | 10001011 | 10000000 | 111 | 0 | 1000 | 101101 | 1110011 | 101 | 110100 |
Color Harmonies of #818B80
Complementary color
Monochromatic Colors of #818B80
Black with #818B80
Text Example
Text Example
White with #818B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818B80; }
p { color: rgb(129,139,128); }
H1.HeaderClassName
{
color: #818B80;
}
.AnyTagClassName
{
color: #818B80;
}
</style>
background-color css
<style>
a { background-color: #818B80; }
a { background-color: rgb(129,139,128); }
div.DivClassName
{
background-color: #818B80;
}
.BgClassName
{
background-color: #818B80;
}
</style>
border-color css
<style>
span { border-color: #818B80; }
span { border-color: rgb(129,139,128); }
td.TdClassName
{
border-color: #818B80;
}
.TagClassName
{
border-color: #818B80;
}
</style>