Shades of Mamba #755F8A
Tints of Mamba #755F8A
RGB
CMYK
RGB Variations
Color information
#755F8A (or 0x755F8A) is known color: Mamba. HEX triplet: 75, 5F and 8A. RGB value is (117,95,138). Sum of RGB (Red+Green+Blue) = 117+95+138=350 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.43% from 350); Green value is 95 (37.5% from 255 or 27.14% from 350); Blue value is 138 (54.30% from 255 or 39.43% from 350); Max value from RGB is 138 - color contains mainly: blue. Hex color #755F8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755F8A is #8AA075. Grayscale: #6A6A6A. Windows color (decimal): -9085046 or 9068405. OLE color: 9068405.
HSL color Cylindrical-coordinate representation of color #755F8A: hue angle of 270.7º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #755F8A is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 117 | 95 | 138 | - |
| CMYK | 0.15 | 0.31 | 0 | 0.46 |
| HSL | 270.7º | 0.18% | 0.46% | - |
| HSV(B) | 270.7º | 0.31% | 0.54% | - |
| XYZ | 16.02 | 13.8 | 25.86 | - |
| YUV | 106.48 | 145.79 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 95 | 138 | 0.15 | 0.31 | 0 | 0.46 | 270.7 | 0.18 | 0.46 |
| Hex | 75 | 5F | 8A | F | 1F | 0 | 2E | 10F | 12 | 2E |
| Octal | 165 | 137 | 212 | 17 | 37 | 0 | 56 | 417 | 22 | 56 |
| Binary | 1110101 | 1011111 | 10001010 | 1111 | 11111 | 0 | 101110 | 100001111 | 10010 | 101110 |
Color Harmonies of #755F8A
Complementary color
Monochromatic Colors of #755F8A
Black with #755F8A
Text Example
Text Example
White with #755F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755F8A; }
p { color: rgb(117,95,138); }
H1.HeaderClassName
{
color: #755F8A;
}
.AnyTagClassName
{
color: #755F8A;
}
</style>
background-color css
<style>
a { background-color: #755F8A; }
a { background-color: rgb(117,95,138); }
div.DivClassName
{
background-color: #755F8A;
}
.BgClassName
{
background-color: #755F8A;
}
</style>
border-color css
<style>
span { border-color: #755F8A; }
span { border-color: rgb(117,95,138); }
td.TdClassName
{
border-color: #755F8A;
}
.TagClassName
{
border-color: #755F8A;
}
</style>