Shades of Mamba #755F83
Tints of Mamba #755F83
RGB
CMYK
RGB Variations
Color information
#755F83 (or 0x755F83) is known color: Mamba. HEX triplet: 75, 5F and 83. RGB value is (117,95,131). Sum of RGB (Red+Green+Blue) = 117+95+131=343 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.11% from 343); Green value is 95 (37.5% from 255 or 27.70% from 343); Blue value is 131 (51.56% from 255 or 38.19% from 343); Max value from RGB is 131 - color contains mainly: blue. Hex color #755F83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755F83 is #8AA07C. Grayscale: #696969. Windows color (decimal): -9085053 or 8609653. OLE color: 8609653.
HSL color Cylindrical-coordinate representation of color #755F83: hue angle of 276.67º 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 #755F83 is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 117 | 95 | 131 | - |
| CMYK | 0.11 | 0.27 | 0 | 0.49 |
| HSL | 276.67º | 0.16% | 0.44% | - |
| HSV(B) | 276.67º | 0.27% | 0.51% | - |
| XYZ | 15.53 | 13.61 | 23.28 | - |
| YUV | 105.68 | 142.29 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 95 | 131 | 0.11 | 0.27 | 0 | 0.49 | 276.67 | 0.16 | 0.44 |
| Hex | 75 | 5F | 83 | B | 1B | 0 | 31 | 115 | 10 | 2C |
| Octal | 165 | 137 | 203 | 13 | 33 | 0 | 61 | 425 | 20 | 54 |
| Binary | 1110101 | 1011111 | 10000011 | 1011 | 11011 | 0 | 110001 | 100010101 | 10000 | 101100 |
Color Harmonies of #755F83
Complementary color
Monochromatic Colors of #755F83
Black with #755F83
Text Example
Text Example
White with #755F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755F83; }
p { color: rgb(117,95,131); }
H1.HeaderClassName
{
color: #755F83;
}
.AnyTagClassName
{
color: #755F83;
}
</style>
background-color css
<style>
a { background-color: #755F83; }
a { background-color: rgb(117,95,131); }
div.DivClassName
{
background-color: #755F83;
}
.BgClassName
{
background-color: #755F83;
}
</style>
border-color css
<style>
span { border-color: #755F83; }
span { border-color: rgb(117,95,131); }
td.TdClassName
{
border-color: #755F83;
}
.TagClassName
{
border-color: #755F83;
}
</style>