Shades of Mamba #736A80
Tints of Mamba #736A80
RGB
CMYK
RGB Variations
Color information
#736A80 (or 0x736A80) is known color: Mamba. HEX triplet: 73, 6A and 80. RGB value is (115,106,128). Sum of RGB (Red+Green+Blue) = 115+106+128=349 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.95% from 349); Green value is 106 (41.80% from 255 or 30.37% from 349); Blue value is 128 (50.39% from 255 or 36.68% from 349); Max value from RGB is 128 - color contains mainly: blue. Hex color #736A80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736A80 is #8C957F. Grayscale: #6F6F6F. Windows color (decimal): -9213312 or 8415859. OLE color: 8415859.
HSL color Cylindrical-coordinate representation of color #736A80: hue angle of 264.55º degrees, saturation: 0.09, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #736A80 is Cyan = 0.10, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 115 | 106 | 128 | - |
| CMYK | 0.10 | 0.17 | 0 | 0.50 |
| HSL | 264.55º | 0.09% | 0.46% | - |
| HSV(B) | 264.55º | 0.17% | 0.5% | - |
| XYZ | 16.12 | 15.51 | 22.57 | - |
| YUV | 111.2 | 137.48 | 130.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 106 | 128 | 0.10 | 0.17 | 0 | 0.50 | 264.55 | 0.09 | 0.46 |
| Hex | 73 | 6A | 80 | A | 11 | 0 | 32 | 109 | 9 | 2E |
| Octal | 163 | 152 | 200 | 12 | 21 | 0 | 62 | 411 | 11 | 56 |
| Binary | 1110011 | 1101010 | 10000000 | 1010 | 10001 | 0 | 110010 | 100001001 | 1001 | 101110 |
Color Harmonies of #736A80
Complementary color
Monochromatic Colors of #736A80
Black with #736A80
Text Example
Text Example
White with #736A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736A80; }
p { color: rgb(115,106,128); }
H1.HeaderClassName
{
color: #736A80;
}
.AnyTagClassName
{
color: #736A80;
}
</style>
background-color css
<style>
a { background-color: #736A80; }
a { background-color: rgb(115,106,128); }
div.DivClassName
{
background-color: #736A80;
}
.BgClassName
{
background-color: #736A80;
}
</style>
border-color css
<style>
span { border-color: #736A80; }
span { border-color: rgb(115,106,128); }
td.TdClassName
{
border-color: #736A80;
}
.TagClassName
{
border-color: #736A80;
}
</style>