Shades of Mamba #755F84
Tints of Mamba #755F84
RGB
CMYK
RGB Variations
Color information
#755F84 (or 0x755F84) is known color: Mamba. HEX triplet: 75, 5F and 84. RGB value is (117,95,132). Sum of RGB (Red+Green+Blue) = 117+95+132=344 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.01% from 344); Green value is 95 (37.5% from 255 or 27.62% from 344); Blue value is 132 (51.95% from 255 or 38.37% from 344); Max value from RGB is 132 - color contains mainly: blue. Hex color #755F84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755F84 is #8AA07B. Grayscale: #696969. Windows color (decimal): -9085052 or 8675189. OLE color: 8675189.
HSL color Cylindrical-coordinate representation of color #755F84: hue angle of 275.68º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #755F84 is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 117 | 95 | 132 | - |
| CMYK | 0.11 | 0.28 | 0 | 0.48 |
| HSL | 275.68º | 0.16% | 0.45% | - |
| HSV(B) | 275.68º | 0.28% | 0.52% | - |
| XYZ | 15.59 | 13.63 | 23.64 | - |
| YUV | 105.8 | 142.79 | 135.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 95 | 132 | 0.11 | 0.28 | 0 | 0.48 | 275.68 | 0.16 | 0.45 |
| Hex | 75 | 5F | 84 | B | 1C | 0 | 30 | 114 | 10 | 2D |
| Octal | 165 | 137 | 204 | 13 | 34 | 0 | 60 | 424 | 20 | 55 |
| Binary | 1110101 | 1011111 | 10000100 | 1011 | 11100 | 0 | 110000 | 100010100 | 10000 | 101101 |
Color Harmonies of #755F84
Complementary color
Monochromatic Colors of #755F84
Black with #755F84
Text Example
Text Example
White with #755F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755F84; }
p { color: rgb(117,95,132); }
H1.HeaderClassName
{
color: #755F84;
}
.AnyTagClassName
{
color: #755F84;
}
</style>
background-color css
<style>
a { background-color: #755F84; }
a { background-color: rgb(117,95,132); }
div.DivClassName
{
background-color: #755F84;
}
.BgClassName
{
background-color: #755F84;
}
</style>
border-color css
<style>
span { border-color: #755F84; }
span { border-color: rgb(117,95,132); }
td.TdClassName
{
border-color: #755F84;
}
.TagClassName
{
border-color: #755F84;
}
</style>