Shades of Mamba #736380
Tints of Mamba #736380
RGB
CMYK
RGB Variations
Color information
#736380 (or 0x736380) is known color: Mamba. HEX triplet: 73, 63 and 80. RGB value is (115,99,128). Sum of RGB (Red+Green+Blue) = 115+99+128=342 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.63% from 342); Green value is 99 (39.06% from 255 or 28.95% from 342); Blue value is 128 (50.39% from 255 or 37.43% from 342); Max value from RGB is 128 - color contains mainly: blue. Hex color #736380 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736380 is #8C9C7F. Grayscale: #6A6A6A. Windows color (decimal): -9215104 or 8414067. OLE color: 8414067.
HSL color Cylindrical-coordinate representation of color #736380: hue angle of 273.1º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #736380 is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 115 | 99 | 128 | - |
| CMYK | 0.10 | 0.23 | 0 | 0.50 |
| HSL | 273.1º | 0.13% | 0.45% | - |
| HSV(B) | 273.1º | 0.23% | 0.5% | - |
| XYZ | 15.43 | 14.13 | 22.34 | - |
| YUV | 107.09 | 139.8 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 99 | 128 | 0.10 | 0.23 | 0 | 0.50 | 273.1 | 0.13 | 0.45 |
| Hex | 73 | 63 | 80 | A | 17 | 0 | 32 | 111 | D | 2D |
| Octal | 163 | 143 | 200 | 12 | 27 | 0 | 62 | 421 | 15 | 55 |
| Binary | 1110011 | 1100011 | 10000000 | 1010 | 10111 | 0 | 110010 | 100010001 | 1101 | 101101 |
Color Harmonies of #736380
Complementary color
Monochromatic Colors of #736380
Black with #736380
Text Example
Text Example
White with #736380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736380; }
p { color: rgb(115,99,128); }
H1.HeaderClassName
{
color: #736380;
}
.AnyTagClassName
{
color: #736380;
}
</style>
background-color css
<style>
a { background-color: #736380; }
a { background-color: rgb(115,99,128); }
div.DivClassName
{
background-color: #736380;
}
.BgClassName
{
background-color: #736380;
}
</style>
border-color css
<style>
span { border-color: #736380; }
span { border-color: rgb(115,99,128); }
td.TdClassName
{
border-color: #736380;
}
.TagClassName
{
border-color: #736380;
}
</style>