Shades of Mamba #81708A
Tints of Mamba #81708A
RGB
CMYK
RGB Variations
Color information
#81708A (or 0x81708A) is known color: Mamba. HEX triplet: 81, 70 and 8A. RGB value is (129,112,138). Sum of RGB (Red+Green+Blue) = 129+112+138=379 (50% of max value = 765). Red value is 129 (50.78% from 255 or 34.04% from 379); Green value is 112 (44.14% from 255 or 29.55% from 379); Blue value is 138 (54.30% from 255 or 36.41% from 379); Max value from RGB is 138 - color contains mainly: blue. Hex color #81708A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #81708A is #7E8F75. Grayscale: #777777. Windows color (decimal): -8294262 or 9072769. OLE color: 9072769.
HSL color Cylindrical-coordinate representation of color #81708A: hue angle of 279.23º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #81708A is Cyan = 0.07, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 129 | 112 | 138 | - |
| CMYK | 0.07 | 0.19 | 0 | 0.46 |
| HSL | 279.23º | 0.1% | 0.49% | - |
| HSV(B) | 279.23º | 0.19% | 0.54% | - |
| XYZ | 19.43 | 18.09 | 26.51 | - |
| YUV | 120.05 | 138.13 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 112 | 138 | 0.07 | 0.19 | 0 | 0.46 | 279.23 | 0.1 | 0.49 |
| Hex | 81 | 70 | 8A | 7 | 13 | 0 | 2E | 117 | A | 31 |
| Octal | 201 | 160 | 212 | 7 | 23 | 0 | 56 | 427 | 12 | 61 |
| Binary | 10000001 | 1110000 | 10001010 | 111 | 10011 | 0 | 101110 | 100010111 | 1010 | 110001 |
Color Harmonies of #81708A
Complementary color
Monochromatic Colors of #81708A
Black with #81708A
Text Example
Text Example
White with #81708A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81708A; }
p { color: rgb(129,112,138); }
H1.HeaderClassName
{
color: #81708A;
}
.AnyTagClassName
{
color: #81708A;
}
</style>
background-color css
<style>
a { background-color: #81708A; }
a { background-color: rgb(129,112,138); }
div.DivClassName
{
background-color: #81708A;
}
.BgClassName
{
background-color: #81708A;
}
</style>
border-color css
<style>
span { border-color: #81708A; }
span { border-color: rgb(129,112,138); }
td.TdClassName
{
border-color: #81708A;
}
.TagClassName
{
border-color: #81708A;
}
</style>