Shades of Mamba #81688A
Tints of Mamba #81688A
RGB
CMYK
RGB Variations
Color information
#81688A (or 0x81688A) is known color: Mamba. HEX triplet: 81, 68 and 8A. RGB value is (129,104,138). Sum of RGB (Red+Green+Blue) = 129+104+138=371 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.77% from 371); Green value is 104 (41.02% from 255 or 28.03% from 371); Blue value is 138 (54.30% from 255 or 37.20% from 371); Max value from RGB is 138 - color contains mainly: blue. Hex color #81688A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #81688A is #7E9775. Grayscale: #737373. Windows color (decimal): -8296310 or 9070721. OLE color: 9070721.
HSL color Cylindrical-coordinate representation of color #81688A: hue angle of 284.12º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #81688A is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 129 | 104 | 138 | - |
| CMYK | 0.07 | 0.25 | 0 | 0.46 |
| HSL | 284.12º | 0.14% | 0.47% | - |
| HSV(B) | 284.12º | 0.25% | 0.54% | - |
| XYZ | 18.59 | 16.4 | 26.23 | - |
| YUV | 115.35 | 140.78 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 104 | 138 | 0.07 | 0.25 | 0 | 0.46 | 284.12 | 0.14 | 0.47 |
| Hex | 81 | 68 | 8A | 7 | 19 | 0 | 2E | 11C | E | 2F |
| Octal | 201 | 150 | 212 | 7 | 31 | 0 | 56 | 434 | 16 | 57 |
| Binary | 10000001 | 1101000 | 10001010 | 111 | 11001 | 0 | 101110 | 100011100 | 1110 | 101111 |
Color Harmonies of #81688A
Complementary color
Monochromatic Colors of #81688A
Black with #81688A
Text Example
Text Example
White with #81688A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81688A; }
p { color: rgb(129,104,138); }
H1.HeaderClassName
{
color: #81688A;
}
.AnyTagClassName
{
color: #81688A;
}
</style>
background-color css
<style>
a { background-color: #81688A; }
a { background-color: rgb(129,104,138); }
div.DivClassName
{
background-color: #81688A;
}
.BgClassName
{
background-color: #81688A;
}
</style>
border-color css
<style>
span { border-color: #81688A; }
span { border-color: rgb(129,104,138); }
td.TdClassName
{
border-color: #81688A;
}
.TagClassName
{
border-color: #81688A;
}
</style>