Shades of Mamba #81708B
Tints of Mamba #81708B
RGB
CMYK
RGB Variations
Color information
#81708B (or 0x81708B) is known color: Mamba. HEX triplet: 81, 70 and 8B. RGB value is (129,112,139). Sum of RGB (Red+Green+Blue) = 129+112+139=380 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.95% from 380); Green value is 112 (44.14% from 255 or 29.47% from 380); Blue value is 139 (54.69% from 255 or 36.58% from 380); Max value from RGB is 139 - color contains mainly: blue. Hex color #81708B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #81708B is #7E8F74. Grayscale: #787878. Windows color (decimal): -8294261 or 9138305. OLE color: 9138305.
HSL color Cylindrical-coordinate representation of color #81708B: hue angle of 277.78º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #81708B is Cyan = 0.07, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 129 | 112 | 139 | - |
| CMYK | 0.07 | 0.19 | 0 | 0.45 |
| HSL | 277.78º | 0.11% | 0.49% | - |
| HSV(B) | 277.78º | 0.19% | 0.55% | - |
| XYZ | 19.51 | 18.12 | 26.9 | - |
| YUV | 120.16 | 138.63 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 112 | 139 | 0.07 | 0.19 | 0 | 0.45 | 277.78 | 0.11 | 0.49 |
| Hex | 81 | 70 | 8B | 7 | 13 | 0 | 2D | 116 | B | 31 |
| Octal | 201 | 160 | 213 | 7 | 23 | 0 | 55 | 426 | 13 | 61 |
| Binary | 10000001 | 1110000 | 10001011 | 111 | 10011 | 0 | 101101 | 100010110 | 1011 | 110001 |
Color Harmonies of #81708B
Complementary color
Monochromatic Colors of #81708B
Black with #81708B
Text Example
Text Example
White with #81708B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81708B; }
p { color: rgb(129,112,139); }
H1.HeaderClassName
{
color: #81708B;
}
.AnyTagClassName
{
color: #81708B;
}
</style>
background-color css
<style>
a { background-color: #81708B; }
a { background-color: rgb(129,112,139); }
div.DivClassName
{
background-color: #81708B;
}
.BgClassName
{
background-color: #81708B;
}
</style>
border-color css
<style>
span { border-color: #81708B; }
span { border-color: rgb(129,112,139); }
td.TdClassName
{
border-color: #81708B;
}
.TagClassName
{
border-color: #81708B;
}
</style>