Shades of Mamba #816F88
Tints of Mamba #816F88
RGB
CMYK
RGB Variations
Color information
#816F88 (or 0x816F88) is known color: Mamba. HEX triplet: 81, 6F and 88. RGB value is (129,111,136). Sum of RGB (Red+Green+Blue) = 129+111+136=376 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.31% from 376); Green value is 111 (43.75% from 255 or 29.52% from 376); Blue value is 136 (53.52% from 255 or 36.17% from 376); Max value from RGB is 136 - color contains mainly: blue. Hex color #816F88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #816F88 is #7E9077. Grayscale: #777777. Windows color (decimal): -8294520 or 8941441. OLE color: 8941441.
HSL color Cylindrical-coordinate representation of color #816F88: hue angle of 283.2º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #816F88 is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 129 | 111 | 136 | - |
| CMYK | 0.05 | 0.18 | 0 | 0.47 |
| HSL | 283.2º | 0.1% | 0.48% | - |
| HSV(B) | 283.2º | 0.18% | 0.53% | - |
| XYZ | 19.18 | 17.81 | 25.72 | - |
| YUV | 119.23 | 137.46 | 134.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 111 | 136 | 0.05 | 0.18 | 0 | 0.47 | 283.2 | 0.1 | 0.48 |
| Hex | 81 | 6F | 88 | 5 | 12 | 0 | 2F | 11B | A | 30 |
| Octal | 201 | 157 | 210 | 5 | 22 | 0 | 57 | 433 | 12 | 60 |
| Binary | 10000001 | 1101111 | 10001000 | 101 | 10010 | 0 | 101111 | 100011011 | 1010 | 110000 |
Color Harmonies of #816F88
Complementary color
Monochromatic Colors of #816F88
Black with #816F88
Text Example
Text Example
White with #816F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816F88; }
p { color: rgb(129,111,136); }
H1.HeaderClassName
{
color: #816F88;
}
.AnyTagClassName
{
color: #816F88;
}
</style>
background-color css
<style>
a { background-color: #816F88; }
a { background-color: rgb(129,111,136); }
div.DivClassName
{
background-color: #816F88;
}
.BgClassName
{
background-color: #816F88;
}
</style>
border-color css
<style>
span { border-color: #816F88; }
span { border-color: rgb(129,111,136); }
td.TdClassName
{
border-color: #816F88;
}
.TagClassName
{
border-color: #816F88;
}
</style>