Shades of Mamba #807884
Tints of Mamba #807884
RGB
CMYK
RGB Variations
Color information
#807884 (or 0x807884) is known color: Mamba. HEX triplet: 80, 78 and 84. RGB value is (128,120,132). Sum of RGB (Red+Green+Blue) = 128+120+132=380 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.68% from 380); Green value is 120 (47.27% from 255 or 31.58% from 380); Blue value is 132 (51.95% from 255 or 34.74% from 380); Max value from RGB is 132 - color contains mainly: blue. Hex color #807884 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807884 is #7F877B. Grayscale: #7B7B7B. Windows color (decimal): -8357756 or 8681600. OLE color: 8681600.
HSL color Cylindrical-coordinate representation of color #807884: hue angle of 280º 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 #807884 is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 128 | 120 | 132 | - |
| CMYK | 0.03 | 0.09 | 0 | 0.48 |
| HSL | 280º | 0.05% | 0.49% | - |
| HSV(B) | 280º | 0.09% | 0.52% | - |
| XYZ | 19.78 | 19.69 | 24.59 | - |
| YUV | 123.76 | 132.65 | 131.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 120 | 132 | 0.03 | 0.09 | 0 | 0.48 | 280 | 0.05 | 0.49 |
| Hex | 80 | 78 | 84 | 3 | 9 | 0 | 30 | 118 | 5 | 31 |
| Octal | 200 | 170 | 204 | 3 | 11 | 0 | 60 | 430 | 5 | 61 |
| Binary | 10000000 | 1111000 | 10000100 | 11 | 1001 | 0 | 110000 | 100011000 | 101 | 110001 |
Color Harmonies of #807884
Complementary color
Monochromatic Colors of #807884
Black with #807884
Text Example
Text Example
White with #807884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807884; }
p { color: rgb(128,120,132); }
H1.HeaderClassName
{
color: #807884;
}
.AnyTagClassName
{
color: #807884;
}
</style>
background-color css
<style>
a { background-color: #807884; }
a { background-color: rgb(128,120,132); }
div.DivClassName
{
background-color: #807884;
}
.BgClassName
{
background-color: #807884;
}
</style>
border-color css
<style>
span { border-color: #807884; }
span { border-color: rgb(128,120,132); }
td.TdClassName
{
border-color: #807884;
}
.TagClassName
{
border-color: #807884;
}
</style>