Shades of Mamba #736582
Tints of Mamba #736582
RGB
CMYK
RGB Variations
Color information
#736582 (or 0x736582) is known color: Mamba. HEX triplet: 73, 65 and 82. RGB value is (115,101,130). Sum of RGB (Red+Green+Blue) = 115+101+130=346 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.24% from 346); Green value is 101 (39.84% from 255 or 29.19% from 346); Blue value is 130 (51.17% from 255 or 37.57% from 346); Max value from RGB is 130 - color contains mainly: blue. Hex color #736582 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736582 is #8C9A7D. Grayscale: #6C6C6C. Windows color (decimal): -9214590 or 8545651. OLE color: 8545651.
HSL color Cylindrical-coordinate representation of color #736582: hue angle of 268.97º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #736582 is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 115 | 101 | 130 | - |
| CMYK | 0.12 | 0.22 | 0 | 0.49 |
| HSL | 268.97º | 0.13% | 0.45% | - |
| HSV(B) | 268.97º | 0.22% | 0.51% | - |
| XYZ | 15.75 | 14.56 | 23.1 | - |
| YUV | 108.49 | 140.14 | 132.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 101 | 130 | 0.12 | 0.22 | 0 | 0.49 | 268.97 | 0.13 | 0.45 |
| Hex | 73 | 65 | 82 | C | 16 | 0 | 31 | 10D | D | 2D |
| Octal | 163 | 145 | 202 | 14 | 26 | 0 | 61 | 415 | 15 | 55 |
| Binary | 1110011 | 1100101 | 10000010 | 1100 | 10110 | 0 | 110001 | 100001101 | 1101 | 101101 |
Color Harmonies of #736582
Complementary color
Monochromatic Colors of #736582
Black with #736582
Text Example
Text Example
White with #736582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736582; }
p { color: rgb(115,101,130); }
H1.HeaderClassName
{
color: #736582;
}
.AnyTagClassName
{
color: #736582;
}
</style>
background-color css
<style>
a { background-color: #736582; }
a { background-color: rgb(115,101,130); }
div.DivClassName
{
background-color: #736582;
}
.BgClassName
{
background-color: #736582;
}
</style>
border-color css
<style>
span { border-color: #736582; }
span { border-color: rgb(115,101,130); }
td.TdClassName
{
border-color: #736582;
}
.TagClassName
{
border-color: #736582;
}
</style>