Shades of Mamba #816C88
Tints of Mamba #816C88
RGB
CMYK
RGB Variations
Color information
#816C88 (or 0x816C88) is known color: Mamba. HEX triplet: 81, 6C and 88. RGB value is (129,108,136). Sum of RGB (Red+Green+Blue) = 129+108+136=373 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.58% from 373); Green value is 108 (42.58% from 255 or 28.95% from 373); Blue value is 136 (53.52% from 255 or 36.46% from 373); Max value from RGB is 136 - color contains mainly: blue. Hex color #816C88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #816C88 is #7E9377. Grayscale: #757575. Windows color (decimal): -8295288 or 8940673. OLE color: 8940673.
HSL color Cylindrical-coordinate representation of color #816C88: hue angle of 285º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #816C88 is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 129 | 108 | 136 | - |
| CMYK | 0.05 | 0.21 | 0 | 0.47 |
| HSL | 285º | 0.11% | 0.48% | - |
| HSV(B) | 285º | 0.21% | 0.53% | - |
| XYZ | 18.86 | 17.17 | 25.61 | - |
| YUV | 117.47 | 138.46 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 108 | 136 | 0.05 | 0.21 | 0 | 0.47 | 285 | 0.11 | 0.48 |
| Hex | 81 | 6C | 88 | 5 | 15 | 0 | 2F | 11D | B | 30 |
| Octal | 201 | 154 | 210 | 5 | 25 | 0 | 57 | 435 | 13 | 60 |
| Binary | 10000001 | 1101100 | 10001000 | 101 | 10101 | 0 | 101111 | 100011101 | 1011 | 110000 |
Color Harmonies of #816C88
Complementary color
Monochromatic Colors of #816C88
Black with #816C88
Text Example
Text Example
White with #816C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816C88; }
p { color: rgb(129,108,136); }
H1.HeaderClassName
{
color: #816C88;
}
.AnyTagClassName
{
color: #816C88;
}
</style>
background-color css
<style>
a { background-color: #816C88; }
a { background-color: rgb(129,108,136); }
div.DivClassName
{
background-color: #816C88;
}
.BgClassName
{
background-color: #816C88;
}
</style>
border-color css
<style>
span { border-color: #816C88; }
span { border-color: rgb(129,108,136); }
td.TdClassName
{
border-color: #816C88;
}
.TagClassName
{
border-color: #816C88;
}
</style>