Shades of Mamba #817E82
Tints of Mamba #817E82
RGB
CMYK
RGB Variations
Color information
#817E82 (or 0x817E82) is known color: Mamba. HEX triplet: 81, 7E and 82. RGB value is (129,126,130). Sum of RGB (Red+Green+Blue) = 129+126+130=385 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.51% from 385); Green value is 126 (49.61% from 255 or 32.73% from 385); Blue value is 130 (51.17% from 255 or 33.77% from 385); Max value from RGB is 130 - color contains mainly: blue. Hex color #817E82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817E82 is #7E817D. Grayscale: #7F7F7F. Windows color (decimal): -8290686 or 8552065. OLE color: 8552065.
HSL color Cylindrical-coordinate representation of color #817E82: hue angle of 285º degrees, saturation: 0.02, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #817E82 is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 126 | 130 | - |
| CMYK | 0.01 | 0.03 | 0 | 0.49 |
| HSL | 285º | 0.02% | 0.5% | - |
| HSV(B) | 285º | 0.03% | 0.51% | - |
| XYZ | 20.54 | 21.2 | 24.13 | - |
| YUV | 127.35 | 129.49 | 129.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 126 | 130 | 0.01 | 0.03 | 0 | 0.49 | 285 | 0.02 | 0.5 |
| Hex | 81 | 7E | 82 | 1 | 3 | 0 | 31 | 11D | 2 | 32 |
| Octal | 201 | 176 | 202 | 1 | 3 | 0 | 61 | 435 | 2 | 62 |
| Binary | 10000001 | 1111110 | 10000010 | 1 | 11 | 0 | 110001 | 100011101 | 10 | 110010 |
Color Harmonies of #817E82
Complementary color
Monochromatic Colors of #817E82
Black with #817E82
Text Example
Text Example
White with #817E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817E82; }
p { color: rgb(129,126,130); }
H1.HeaderClassName
{
color: #817E82;
}
.AnyTagClassName
{
color: #817E82;
}
</style>
background-color css
<style>
a { background-color: #817E82; }
a { background-color: rgb(129,126,130); }
div.DivClassName
{
background-color: #817E82;
}
.BgClassName
{
background-color: #817E82;
}
</style>
border-color css
<style>
span { border-color: #817E82; }
span { border-color: rgb(129,126,130); }
td.TdClassName
{
border-color: #817E82;
}
.TagClassName
{
border-color: #817E82;
}
</style>