Shades of Mamba #807384
Tints of Mamba #807384
RGB
CMYK
RGB Variations
Color information
#807384 (or 0x807384) is known color: Mamba. HEX triplet: 80, 73 and 84. RGB value is (128,115,132). Sum of RGB (Red+Green+Blue) = 128+115+132=375 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.13% from 375); Green value is 115 (45.31% from 255 or 30.67% from 375); Blue value is 132 (51.95% from 255 or 35.2% from 375); Max value from RGB is 132 - color contains mainly: blue. Hex color #807384 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807384 is #7F8C7B. Grayscale: #787878. Windows color (decimal): -8359036 or 8680320. OLE color: 8680320.
HSL color Cylindrical-coordinate representation of color #807384: hue angle of 285.88º degrees, saturation: 0.07, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #807384 is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 128 | 115 | 132 | - |
| CMYK | 0.03 | 0.13 | 0 | 0.48 |
| HSL | 285.88º | 0.07% | 0.48% | - |
| HSV(B) | 285.88º | 0.13% | 0.52% | - |
| XYZ | 19.2 | 18.52 | 24.39 | - |
| YUV | 120.83 | 134.31 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 115 | 132 | 0.03 | 0.13 | 0 | 0.48 | 285.88 | 0.07 | 0.48 |
| Hex | 80 | 73 | 84 | 3 | D | 0 | 30 | 11E | 7 | 30 |
| Octal | 200 | 163 | 204 | 3 | 15 | 0 | 60 | 436 | 7 | 60 |
| Binary | 10000000 | 1110011 | 10000100 | 11 | 1101 | 0 | 110000 | 100011110 | 111 | 110000 |
Color Harmonies of #807384
Complementary color
Monochromatic Colors of #807384
Black with #807384
Text Example
Text Example
White with #807384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807384; }
p { color: rgb(128,115,132); }
H1.HeaderClassName
{
color: #807384;
}
.AnyTagClassName
{
color: #807384;
}
</style>
background-color css
<style>
a { background-color: #807384; }
a { background-color: rgb(128,115,132); }
div.DivClassName
{
background-color: #807384;
}
.BgClassName
{
background-color: #807384;
}
</style>
border-color css
<style>
span { border-color: #807384; }
span { border-color: rgb(128,115,132); }
td.TdClassName
{
border-color: #807384;
}
.TagClassName
{
border-color: #807384;
}
</style>