Shades of Mamba #756388
Tints of Mamba #756388
RGB
CMYK
RGB Variations
Color information
#756388 (or 0x756388) is known color: Mamba. HEX triplet: 75, 63 and 88. RGB value is (117,99,136). Sum of RGB (Red+Green+Blue) = 117+99+136=352 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.24% from 352); Green value is 99 (39.06% from 255 or 28.12% from 352); Blue value is 136 (53.52% from 255 or 38.64% from 352); Max value from RGB is 136 - color contains mainly: blue. Hex color #756388 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756388 is #8A9C77. Grayscale: #6C6C6C. Windows color (decimal): -9084024 or 8938357. OLE color: 8938357.
HSL color Cylindrical-coordinate representation of color #756388: hue angle of 269.19º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #756388 is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 117 | 99 | 136 | - |
| CMYK | 0.14 | 0.27 | 0 | 0.47 |
| HSL | 269.19º | 0.16% | 0.46% | - |
| HSV(B) | 269.19º | 0.27% | 0.53% | - |
| XYZ | 16.24 | 14.48 | 25.23 | - |
| YUV | 108.6 | 143.46 | 133.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 99 | 136 | 0.14 | 0.27 | 0 | 0.47 | 269.19 | 0.16 | 0.46 |
| Hex | 75 | 63 | 88 | E | 1B | 0 | 2F | 10D | 10 | 2E |
| Octal | 165 | 143 | 210 | 16 | 33 | 0 | 57 | 415 | 20 | 56 |
| Binary | 1110101 | 1100011 | 10001000 | 1110 | 11011 | 0 | 101111 | 100001101 | 10000 | 101110 |
Color Harmonies of #756388
Complementary color
Monochromatic Colors of #756388
Black with #756388
Text Example
Text Example
White with #756388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756388; }
p { color: rgb(117,99,136); }
H1.HeaderClassName
{
color: #756388;
}
.AnyTagClassName
{
color: #756388;
}
</style>
background-color css
<style>
a { background-color: #756388; }
a { background-color: rgb(117,99,136); }
div.DivClassName
{
background-color: #756388;
}
.BgClassName
{
background-color: #756388;
}
</style>
border-color css
<style>
span { border-color: #756388; }
span { border-color: rgb(117,99,136); }
td.TdClassName
{
border-color: #756388;
}
.TagClassName
{
border-color: #756388;
}
</style>