Shades of Mamba #736480
Tints of Mamba #736480
RGB
CMYK
RGB Variations
Color information
#736480 (or 0x736480) is known color: Mamba. HEX triplet: 73, 64 and 80. RGB value is (115,100,128). Sum of RGB (Red+Green+Blue) = 115+100+128=343 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.53% from 343); Green value is 100 (39.45% from 255 or 29.15% from 343); Blue value is 128 (50.39% from 255 or 37.32% from 343); Max value from RGB is 128 - color contains mainly: blue. Hex color #736480 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736480 is #8C9B7F. Grayscale: #6B6B6B. Windows color (decimal): -9214848 or 8414323. OLE color: 8414323.
HSL color Cylindrical-coordinate representation of color #736480: hue angle of 272.14º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #736480 is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 115 | 100 | 128 | - |
| CMYK | 0.10 | 0.22 | 0 | 0.50 |
| HSL | 272.14º | 0.12% | 0.45% | - |
| HSV(B) | 272.14º | 0.22% | 0.5% | - |
| XYZ | 15.52 | 14.32 | 22.37 | - |
| YUV | 107.68 | 139.47 | 133.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 100 | 128 | 0.10 | 0.22 | 0 | 0.50 | 272.14 | 0.12 | 0.45 |
| Hex | 73 | 64 | 80 | A | 16 | 0 | 32 | 110 | C | 2D |
| Octal | 163 | 144 | 200 | 12 | 26 | 0 | 62 | 420 | 14 | 55 |
| Binary | 1110011 | 1100100 | 10000000 | 1010 | 10110 | 0 | 110010 | 100010000 | 1100 | 101101 |
Color Harmonies of #736480
Complementary color
Monochromatic Colors of #736480
Black with #736480
Text Example
Text Example
White with #736480
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736480; }
p { color: rgb(115,100,128); }
H1.HeaderClassName
{
color: #736480;
}
.AnyTagClassName
{
color: #736480;
}
</style>
background-color css
<style>
a { background-color: #736480; }
a { background-color: rgb(115,100,128); }
div.DivClassName
{
background-color: #736480;
}
.BgClassName
{
background-color: #736480;
}
</style>
border-color css
<style>
span { border-color: #736480; }
span { border-color: rgb(115,100,128); }
td.TdClassName
{
border-color: #736480;
}
.TagClassName
{
border-color: #736480;
}
</style>