Shades of Mamba #736087
Tints of Mamba #736087
RGB
CMYK
RGB Variations
Color information
#736087 (or 0x736087) is known color: Mamba. HEX triplet: 73, 60 and 87. RGB value is (115,96,135). Sum of RGB (Red+Green+Blue) = 115+96+135=346 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.24% from 346); Green value is 96 (37.89% from 255 or 27.75% from 346); Blue value is 135 (53.12% from 255 or 39.02% from 346); Max value from RGB is 135 - color contains mainly: blue. Hex color #736087 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736087 is #8C9F78. Grayscale: #696969. Windows color (decimal): -9215865 or 8872051. OLE color: 8872051.
HSL color Cylindrical-coordinate representation of color #736087: hue angle of 269.23º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #736087 is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 115 | 96 | 135 | - |
| CMYK | 0.15 | 0.29 | 0 | 0.47 |
| HSL | 269.23º | 0.17% | 0.45% | - |
| HSV(B) | 269.23º | 0.29% | 0.53% | - |
| XYZ | 15.63 | 13.76 | 24.75 | - |
| YUV | 106.13 | 144.29 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 96 | 135 | 0.15 | 0.29 | 0 | 0.47 | 269.23 | 0.17 | 0.45 |
| Hex | 73 | 60 | 87 | F | 1D | 0 | 2F | 10D | 11 | 2D |
| Octal | 163 | 140 | 207 | 17 | 35 | 0 | 57 | 415 | 21 | 55 |
| Binary | 1110011 | 1100000 | 10000111 | 1111 | 11101 | 0 | 101111 | 100001101 | 10001 | 101101 |
Color Harmonies of #736087
Complementary color
Monochromatic Colors of #736087
Black with #736087
Text Example
Text Example
White with #736087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736087; }
p { color: rgb(115,96,135); }
H1.HeaderClassName
{
color: #736087;
}
.AnyTagClassName
{
color: #736087;
}
</style>
background-color css
<style>
a { background-color: #736087; }
a { background-color: rgb(115,96,135); }
div.DivClassName
{
background-color: #736087;
}
.BgClassName
{
background-color: #736087;
}
</style>
border-color css
<style>
span { border-color: #736087; }
span { border-color: rgb(115,96,135); }
td.TdClassName
{
border-color: #736087;
}
.TagClassName
{
border-color: #736087;
}
</style>