Shades of Mamba #817884
Tints of Mamba #817884
RGB
CMYK
RGB Variations
Color information
#817884 (or 0x817884) is known color: Mamba. HEX triplet: 81, 78 and 84. RGB value is (129,120,132). Sum of RGB (Red+Green+Blue) = 129+120+132=381 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.86% from 381); Green value is 120 (47.27% from 255 or 31.50% from 381); Blue value is 132 (51.95% from 255 or 34.65% from 381); Max value from RGB is 132 - color contains mainly: blue. Hex color #817884 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817884 is #7E877B. Grayscale: #7C7C7C. Windows color (decimal): -8292220 or 8681601. OLE color: 8681601.
HSL color Cylindrical-coordinate representation of color #817884: hue angle of 285º degrees, saturation: 0.05, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #817884 is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 129 | 120 | 132 | - |
| CMYK | 0.02 | 0.09 | 0 | 0.48 |
| HSL | 285º | 0.05% | 0.49% | - |
| HSV(B) | 285º | 0.09% | 0.52% | - |
| XYZ | 19.93 | 19.77 | 24.59 | - |
| YUV | 124.06 | 132.48 | 131.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 120 | 132 | 0.02 | 0.09 | 0 | 0.48 | 285 | 0.05 | 0.49 |
| Hex | 81 | 78 | 84 | 2 | 9 | 0 | 30 | 11D | 5 | 31 |
| Octal | 201 | 170 | 204 | 2 | 11 | 0 | 60 | 435 | 5 | 61 |
| Binary | 10000001 | 1111000 | 10000100 | 10 | 1001 | 0 | 110000 | 100011101 | 101 | 110001 |
Color Harmonies of #817884
Complementary color
Monochromatic Colors of #817884
Black with #817884
Text Example
Text Example
White with #817884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817884; }
p { color: rgb(129,120,132); }
H1.HeaderClassName
{
color: #817884;
}
.AnyTagClassName
{
color: #817884;
}
</style>
background-color css
<style>
a { background-color: #817884; }
a { background-color: rgb(129,120,132); }
div.DivClassName
{
background-color: #817884;
}
.BgClassName
{
background-color: #817884;
}
</style>
border-color css
<style>
span { border-color: #817884; }
span { border-color: rgb(129,120,132); }
td.TdClassName
{
border-color: #817884;
}
.TagClassName
{
border-color: #817884;
}
</style>