Shades of Mamba #735F87
Tints of Mamba #735F87
RGB
CMYK
RGB Variations
Color information
#735F87 (or 0x735F87) is known color: Mamba. HEX triplet: 73, 5F and 87. RGB value is (115,95,135). Sum of RGB (Red+Green+Blue) = 115+95+135=345 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.33% from 345); Green value is 95 (37.5% from 255 or 27.54% from 345); Blue value is 135 (53.12% from 255 or 39.13% from 345); Max value from RGB is 135 - color contains mainly: blue. Hex color #735F87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735F87 is #8CA078. Grayscale: #696969. Windows color (decimal): -9216121 or 8871795. OLE color: 8871795.
HSL color Cylindrical-coordinate representation of color #735F87: hue angle of 270º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #735F87 is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 115 | 95 | 135 | - |
| CMYK | 0.15 | 0.30 | 0 | 0.47 |
| HSL | 270º | 0.17% | 0.45% | - |
| HSV(B) | 270º | 0.3% | 0.53% | - |
| XYZ | 15.54 | 13.58 | 24.72 | - |
| YUV | 105.54 | 144.63 | 134.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 95 | 135 | 0.15 | 0.30 | 0 | 0.47 | 270 | 0.17 | 0.45 |
| Hex | 73 | 5F | 87 | F | 1E | 0 | 2F | 10E | 11 | 2D |
| Octal | 163 | 137 | 207 | 17 | 36 | 0 | 57 | 416 | 21 | 55 |
| Binary | 1110011 | 1011111 | 10000111 | 1111 | 11110 | 0 | 101111 | 100001110 | 10001 | 101101 |
Color Harmonies of #735F87
Complementary color
Monochromatic Colors of #735F87
Black with #735F87
Text Example
Text Example
White with #735F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735F87; }
p { color: rgb(115,95,135); }
H1.HeaderClassName
{
color: #735F87;
}
.AnyTagClassName
{
color: #735F87;
}
</style>
background-color css
<style>
a { background-color: #735F87; }
a { background-color: rgb(115,95,135); }
div.DivClassName
{
background-color: #735F87;
}
.BgClassName
{
background-color: #735F87;
}
</style>
border-color css
<style>
span { border-color: #735F87; }
span { border-color: rgb(115,95,135); }
td.TdClassName
{
border-color: #735F87;
}
.TagClassName
{
border-color: #735F87;
}
</style>