Shades of Mamba #755F85
Tints of Mamba #755F85
RGB
CMYK
RGB Variations
Color information
#755F85 (or 0x755F85) is known color: Mamba. HEX triplet: 75, 5F and 85. RGB value is (117,95,133). Sum of RGB (Red+Green+Blue) = 117+95+133=345 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.91% from 345); Green value is 95 (37.5% from 255 or 27.54% from 345); Blue value is 133 (52.34% from 255 or 38.55% from 345); Max value from RGB is 133 - color contains mainly: blue. Hex color #755F85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755F85 is #8AA07A. Grayscale: #696969. Windows color (decimal): -9085051 or 8740725. OLE color: 8740725.
HSL color Cylindrical-coordinate representation of color #755F85: hue angle of 274.74º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #755F85 is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 117 | 95 | 133 | - |
| CMYK | 0.12 | 0.29 | 0 | 0.48 |
| HSL | 274.74º | 0.17% | 0.45% | - |
| HSV(B) | 274.74º | 0.29% | 0.52% | - |
| XYZ | 15.66 | 13.66 | 24 | - |
| YUV | 105.91 | 143.29 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 95 | 133 | 0.12 | 0.29 | 0 | 0.48 | 274.74 | 0.17 | 0.45 |
| Hex | 75 | 5F | 85 | C | 1D | 0 | 30 | 113 | 11 | 2D |
| Octal | 165 | 137 | 205 | 14 | 35 | 0 | 60 | 423 | 21 | 55 |
| Binary | 1110101 | 1011111 | 10000101 | 1100 | 11101 | 0 | 110000 | 100010011 | 10001 | 101101 |
Color Harmonies of #755F85
Complementary color
Monochromatic Colors of #755F85
Black with #755F85
Text Example
Text Example
White with #755F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755F85; }
p { color: rgb(117,95,133); }
H1.HeaderClassName
{
color: #755F85;
}
.AnyTagClassName
{
color: #755F85;
}
</style>
background-color css
<style>
a { background-color: #755F85; }
a { background-color: rgb(117,95,133); }
div.DivClassName
{
background-color: #755F85;
}
.BgClassName
{
background-color: #755F85;
}
</style>
border-color css
<style>
span { border-color: #755F85; }
span { border-color: rgb(117,95,133); }
td.TdClassName
{
border-color: #755F85;
}
.TagClassName
{
border-color: #755F85;
}
</style>