Shades of Mamba #756686
Tints of Mamba #756686
RGB
CMYK
RGB Variations
Color information
#756686 (or 0x756686) is known color: Mamba. HEX triplet: 75, 66 and 86. RGB value is (117,102,134). Sum of RGB (Red+Green+Blue) = 117+102+134=353 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.14% from 353); Green value is 102 (40.23% from 255 or 28.90% from 353); Blue value is 134 (52.73% from 255 or 37.96% from 353); Max value from RGB is 134 - color contains mainly: blue. Hex color #756686 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756686 is #8A9979. Grayscale: #6E6E6E. Windows color (decimal): -9083258 or 8808053. OLE color: 8808053.
HSL color Cylindrical-coordinate representation of color #756686: hue angle of 268.12º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #756686 is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 117 | 102 | 134 | - |
| CMYK | 0.13 | 0.24 | 0 | 0.47 |
| HSL | 268.13º | 0.14% | 0.46% | - |
| HSV(B) | 268.13º | 0.24% | 0.53% | - |
| XYZ | 16.39 | 15.01 | 24.59 | - |
| YUV | 110.13 | 141.47 | 132.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 102 | 134 | 0.13 | 0.24 | 0 | 0.47 | 268.13 | 0.14 | 0.46 |
| Hex | 75 | 66 | 86 | D | 18 | 0 | 2F | 10C | E | 2E |
| Octal | 165 | 146 | 206 | 15 | 30 | 0 | 57 | 414 | 16 | 56 |
| Binary | 1110101 | 1100110 | 10000110 | 1101 | 11000 | 0 | 101111 | 100001100 | 1110 | 101110 |
Color Harmonies of #756686
Complementary color
Monochromatic Colors of #756686
Black with #756686
Text Example
Text Example
White with #756686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756686; }
p { color: rgb(117,102,134); }
H1.HeaderClassName
{
color: #756686;
}
.AnyTagClassName
{
color: #756686;
}
</style>
background-color css
<style>
a { background-color: #756686; }
a { background-color: rgb(117,102,134); }
div.DivClassName
{
background-color: #756686;
}
.BgClassName
{
background-color: #756686;
}
</style>
border-color css
<style>
span { border-color: #756686; }
span { border-color: rgb(117,102,134); }
td.TdClassName
{
border-color: #756686;
}
.TagClassName
{
border-color: #756686;
}
</style>