Shades of Mamba #736081
Tints of Mamba #736081
RGB
CMYK
RGB Variations
Color information
#736081 (or 0x736081) is known color: Mamba. HEX triplet: 73, 60 and 81. RGB value is (115,96,129). Sum of RGB (Red+Green+Blue) = 115+96+129=340 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.82% from 340); Green value is 96 (37.89% from 255 or 28.24% from 340); Blue value is 129 (50.78% from 255 or 37.94% from 340); Max value from RGB is 129 - color contains mainly: blue. Hex color #736081 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736081 is #8C9F7E. Grayscale: #696969. Windows color (decimal): -9215871 or 8478835. OLE color: 8478835.
HSL color Cylindrical-coordinate representation of color #736081: hue angle of 274.55º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #736081 is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 115 | 96 | 129 | - |
| CMYK | 0.11 | 0.26 | 0 | 0.49 |
| HSL | 274.55º | 0.15% | 0.44% | - |
| HSV(B) | 274.55º | 0.26% | 0.51% | - |
| XYZ | 15.22 | 13.6 | 22.59 | - |
| YUV | 105.44 | 141.29 | 134.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 96 | 129 | 0.11 | 0.26 | 0 | 0.49 | 274.55 | 0.15 | 0.44 |
| Hex | 73 | 60 | 81 | B | 1A | 0 | 31 | 113 | F | 2C |
| Octal | 163 | 140 | 201 | 13 | 32 | 0 | 61 | 423 | 17 | 54 |
| Binary | 1110011 | 1100000 | 10000001 | 1011 | 11010 | 0 | 110001 | 100010011 | 1111 | 101100 |
Color Harmonies of #736081
Complementary color
Monochromatic Colors of #736081
Black with #736081
Text Example
Text Example
White with #736081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736081; }
p { color: rgb(115,96,129); }
H1.HeaderClassName
{
color: #736081;
}
.AnyTagClassName
{
color: #736081;
}
</style>
background-color css
<style>
a { background-color: #736081; }
a { background-color: rgb(115,96,129); }
div.DivClassName
{
background-color: #736081;
}
.BgClassName
{
background-color: #736081;
}
</style>
border-color css
<style>
span { border-color: #736081; }
span { border-color: rgb(115,96,129); }
td.TdClassName
{
border-color: #736081;
}
.TagClassName
{
border-color: #736081;
}
</style>