Shades of Mamba #817C82
Tints of Mamba #817C82
RGB
CMYK
RGB Variations
Color information
#817C82 (or 0x817C82) is known color: Mamba. HEX triplet: 81, 7C and 82. RGB value is (129,124,130). Sum of RGB (Red+Green+Blue) = 129+124+130=383 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.68% from 383); Green value is 124 (48.83% from 255 or 32.38% from 383); Blue value is 130 (51.17% from 255 or 33.94% from 383); Max value from RGB is 130 - color contains mainly: blue. Hex color #817C82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817C82 is #7E837D. Grayscale: #7E7E7E. Windows color (decimal): -8291198 or 8551553. OLE color: 8551553.
HSL color Cylindrical-coordinate representation of color #817C82: hue angle of 290º degrees, saturation: 0.02, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #817C82 is Cyan = 0.01, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 124 | 130 | - |
| CMYK | 0.01 | 0.05 | 0 | 0.49 |
| HSL | 290º | 0.02% | 0.5% | - |
| HSV(B) | 290º | 0.05% | 0.51% | - |
| XYZ | 20.29 | 20.69 | 24.04 | - |
| YUV | 126.18 | 130.16 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 124 | 130 | 0.01 | 0.05 | 0 | 0.49 | 290 | 0.02 | 0.5 |
| Hex | 81 | 7C | 82 | 1 | 5 | 0 | 31 | 122 | 2 | 32 |
| Octal | 201 | 174 | 202 | 1 | 5 | 0 | 61 | 442 | 2 | 62 |
| Binary | 10000001 | 1111100 | 10000010 | 1 | 101 | 0 | 110001 | 100100010 | 10 | 110010 |
Color Harmonies of #817C82
Complementary color
Monochromatic Colors of #817C82
Black with #817C82
Text Example
Text Example
White with #817C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817C82; }
p { color: rgb(129,124,130); }
H1.HeaderClassName
{
color: #817C82;
}
.AnyTagClassName
{
color: #817C82;
}
</style>
background-color css
<style>
a { background-color: #817C82; }
a { background-color: rgb(129,124,130); }
div.DivClassName
{
background-color: #817C82;
}
.BgClassName
{
background-color: #817C82;
}
</style>
border-color css
<style>
span { border-color: #817C82; }
span { border-color: rgb(129,124,130); }
td.TdClassName
{
border-color: #817C82;
}
.TagClassName
{
border-color: #817C82;
}
</style>