Shades of Mamba #736080
Tints of Mamba #736080
RGB
CMYK
RGB Variations
Color information
#736080 (or 0x736080) is known color: Mamba. HEX triplet: 73, 60 and 80. RGB value is (115,96,128). Sum of RGB (Red+Green+Blue) = 115+96+128=339 (44% of max value = 765). Red value is 115 (45.31% from 255 or 33.92% from 339); Green value is 96 (37.89% from 255 or 28.32% from 339); Blue value is 128 (50.39% from 255 or 37.76% from 339); Max value from RGB is 128 - color contains mainly: blue. Hex color #736080 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736080 is #8C9F7F. Grayscale: #696969. Windows color (decimal): -9215872 or 8413299. OLE color: 8413299.
HSL color Cylindrical-coordinate representation of color #736080: hue angle of 275.62º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #736080 is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 115 | 96 | 128 | - |
| CMYK | 0.10 | 0.25 | 0 | 0.50 |
| HSL | 275.63º | 0.14% | 0.44% | - |
| HSV(B) | 275.63º | 0.25% | 0.5% | - |
| XYZ | 15.15 | 13.57 | 22.24 | - |
| YUV | 105.33 | 140.79 | 134.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 96 | 128 | 0.10 | 0.25 | 0 | 0.50 | 275.63 | 0.14 | 0.44 |
| Hex | 73 | 60 | 80 | A | 19 | 0 | 32 | 114 | E | 2C |
| Octal | 163 | 140 | 200 | 12 | 31 | 0 | 62 | 424 | 16 | 54 |
| Binary | 1110011 | 1100000 | 10000000 | 1010 | 11001 | 0 | 110010 | 100010100 | 1110 | 101100 |
Color Harmonies of #736080
Complementary color
Monochromatic Colors of #736080
Black with #736080
Text Example
Text Example
White with #736080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736080; }
p { color: rgb(115,96,128); }
H1.HeaderClassName
{
color: #736080;
}
.AnyTagClassName
{
color: #736080;
}
</style>
background-color css
<style>
a { background-color: #736080; }
a { background-color: rgb(115,96,128); }
div.DivClassName
{
background-color: #736080;
}
.BgClassName
{
background-color: #736080;
}
</style>
border-color css
<style>
span { border-color: #736080; }
span { border-color: rgb(115,96,128); }
td.TdClassName
{
border-color: #736080;
}
.TagClassName
{
border-color: #736080;
}
</style>