Shades of Mamba #736482
Tints of Mamba #736482
RGB
CMYK
RGB Variations
Color information
#736482 (or 0x736482) is known color: Mamba. HEX triplet: 73, 64 and 82. RGB value is (115,100,130). Sum of RGB (Red+Green+Blue) = 115+100+130=345 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.33% from 345); Green value is 100 (39.45% from 255 or 28.99% from 345); Blue value is 130 (51.17% from 255 or 37.68% from 345); Max value from RGB is 130 - color contains mainly: blue. Hex color #736482 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736482 is #8C9B7D. Grayscale: #6B6B6B. Windows color (decimal): -9214846 or 8545395. OLE color: 8545395.
HSL color Cylindrical-coordinate representation of color #736482: hue angle of 270º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #736482 is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 115 | 100 | 130 | - |
| CMYK | 0.12 | 0.23 | 0 | 0.49 |
| HSL | 270º | 0.13% | 0.45% | - |
| HSV(B) | 270º | 0.23% | 0.51% | - |
| XYZ | 15.66 | 14.37 | 23.07 | - |
| YUV | 107.91 | 140.47 | 133.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 100 | 130 | 0.12 | 0.23 | 0 | 0.49 | 270 | 0.13 | 0.45 |
| Hex | 73 | 64 | 82 | C | 17 | 0 | 31 | 10E | D | 2D |
| Octal | 163 | 144 | 202 | 14 | 27 | 0 | 61 | 416 | 15 | 55 |
| Binary | 1110011 | 1100100 | 10000010 | 1100 | 10111 | 0 | 110001 | 100001110 | 1101 | 101101 |
Color Harmonies of #736482
Complementary color
Monochromatic Colors of #736482
Black with #736482
Text Example
Text Example
White with #736482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736482; }
p { color: rgb(115,100,130); }
H1.HeaderClassName
{
color: #736482;
}
.AnyTagClassName
{
color: #736482;
}
</style>
background-color css
<style>
a { background-color: #736482; }
a { background-color: rgb(115,100,130); }
div.DivClassName
{
background-color: #736482;
}
.BgClassName
{
background-color: #736482;
}
</style>
border-color css
<style>
span { border-color: #736482; }
span { border-color: rgb(115,100,130); }
td.TdClassName
{
border-color: #736482;
}
.TagClassName
{
border-color: #736482;
}
</style>