Shades of Mamba #735F83
Tints of Mamba #735F83
RGB
CMYK
RGB Variations
Color information
#735F83 (or 0x735F83) is known color: Mamba. HEX triplet: 73, 5F and 83. RGB value is (115,95,131). Sum of RGB (Red+Green+Blue) = 115+95+131=341 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.72% from 341); Green value is 95 (37.5% from 255 or 27.86% from 341); Blue value is 131 (51.56% from 255 or 38.42% from 341); Max value from RGB is 131 - color contains mainly: blue. Hex color #735F83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735F83 is #8CA07C. Grayscale: #686868. Windows color (decimal): -9216125 or 8609651. OLE color: 8609651.
HSL color Cylindrical-coordinate representation of color #735F83: hue angle of 273.33º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #735F83 is Cyan = 0.12, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 115 | 95 | 131 | - |
| CMYK | 0.12 | 0.27 | 0 | 0.49 |
| HSL | 273.33º | 0.16% | 0.44% | - |
| HSV(B) | 273.33º | 0.27% | 0.51% | - |
| XYZ | 15.26 | 13.47 | 23.27 | - |
| YUV | 105.08 | 142.63 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 95 | 131 | 0.12 | 0.27 | 0 | 0.49 | 273.33 | 0.16 | 0.44 |
| Hex | 73 | 5F | 83 | C | 1B | 0 | 31 | 111 | 10 | 2C |
| Octal | 163 | 137 | 203 | 14 | 33 | 0 | 61 | 421 | 20 | 54 |
| Binary | 1110011 | 1011111 | 10000011 | 1100 | 11011 | 0 | 110001 | 100010001 | 10000 | 101100 |
Color Harmonies of #735F83
Complementary color
Monochromatic Colors of #735F83
Black with #735F83
Text Example
Text Example
White with #735F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735F83; }
p { color: rgb(115,95,131); }
H1.HeaderClassName
{
color: #735F83;
}
.AnyTagClassName
{
color: #735F83;
}
</style>
background-color css
<style>
a { background-color: #735F83; }
a { background-color: rgb(115,95,131); }
div.DivClassName
{
background-color: #735F83;
}
.BgClassName
{
background-color: #735F83;
}
</style>
border-color css
<style>
span { border-color: #735F83; }
span { border-color: rgb(115,95,131); }
td.TdClassName
{
border-color: #735F83;
}
.TagClassName
{
border-color: #735F83;
}
</style>