Shades of Mamba #807584
Tints of Mamba #807584
RGB
CMYK
RGB Variations
Color information
#807584 (or 0x807584) is known color: Mamba. HEX triplet: 80, 75 and 84. RGB value is (128,117,132). Sum of RGB (Red+Green+Blue) = 128+117+132=377 (49% of max value = 765). Red value is 128 (50.39% from 255 or 33.95% from 377); Green value is 117 (46.09% from 255 or 31.03% from 377); Blue value is 132 (51.95% from 255 or 35.01% from 377); Max value from RGB is 132 - color contains mainly: blue. Hex color #807584 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807584 is #7F8A7B. Grayscale: #797979. Windows color (decimal): -8358524 or 8680832. OLE color: 8680832.
HSL color Cylindrical-coordinate representation of color #807584: hue angle of 284º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #807584 is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 128 | 117 | 132 | - |
| CMYK | 0.03 | 0.11 | 0 | 0.48 |
| HSL | 284º | 0.06% | 0.49% | - |
| HSV(B) | 284º | 0.11% | 0.52% | - |
| XYZ | 19.43 | 18.98 | 24.47 | - |
| YUV | 122 | 133.64 | 132.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 117 | 132 | 0.03 | 0.11 | 0 | 0.48 | 284 | 0.06 | 0.49 |
| Hex | 80 | 75 | 84 | 3 | B | 0 | 30 | 11C | 6 | 31 |
| Octal | 200 | 165 | 204 | 3 | 13 | 0 | 60 | 434 | 6 | 61 |
| Binary | 10000000 | 1110101 | 10000100 | 11 | 1011 | 0 | 110000 | 100011100 | 110 | 110001 |
Color Harmonies of #807584
Complementary color
Monochromatic Colors of #807584
Black with #807584
Text Example
Text Example
White with #807584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807584; }
p { color: rgb(128,117,132); }
H1.HeaderClassName
{
color: #807584;
}
.AnyTagClassName
{
color: #807584;
}
</style>
background-color css
<style>
a { background-color: #807584; }
a { background-color: rgb(128,117,132); }
div.DivClassName
{
background-color: #807584;
}
.BgClassName
{
background-color: #807584;
}
</style>
border-color css
<style>
span { border-color: #807584; }
span { border-color: rgb(128,117,132); }
td.TdClassName
{
border-color: #807584;
}
.TagClassName
{
border-color: #807584;
}
</style>