Shades of Mamba #756086
Tints of Mamba #756086
RGB
CMYK
RGB Variations
Color information
#756086 (or 0x756086) is known color: Mamba. HEX triplet: 75, 60 and 86. RGB value is (117,96,134). Sum of RGB (Red+Green+Blue) = 117+96+134=347 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.72% from 347); Green value is 96 (37.89% from 255 or 27.67% from 347); Blue value is 134 (52.73% from 255 or 38.62% from 347); Max value from RGB is 134 - color contains mainly: blue. Hex color #756086 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756086 is #8A9F79. Grayscale: #6A6A6A. Windows color (decimal): -9084794 or 8806517. OLE color: 8806517.
HSL color Cylindrical-coordinate representation of color #756086: hue angle of 273.16º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #756086 is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 117 | 96 | 134 | - |
| CMYK | 0.13 | 0.28 | 0 | 0.47 |
| HSL | 273.16º | 0.17% | 0.45% | - |
| HSV(B) | 273.16º | 0.28% | 0.53% | - |
| XYZ | 15.82 | 13.87 | 24.4 | - |
| YUV | 106.61 | 143.46 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 96 | 134 | 0.13 | 0.28 | 0 | 0.47 | 273.16 | 0.17 | 0.45 |
| Hex | 75 | 60 | 86 | D | 1C | 0 | 2F | 111 | 11 | 2D |
| Octal | 165 | 140 | 206 | 15 | 34 | 0 | 57 | 421 | 21 | 55 |
| Binary | 1110101 | 1100000 | 10000110 | 1101 | 11100 | 0 | 101111 | 100010001 | 10001 | 101101 |
Color Harmonies of #756086
Complementary color
Monochromatic Colors of #756086
Black with #756086
Text Example
Text Example
White with #756086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756086; }
p { color: rgb(117,96,134); }
H1.HeaderClassName
{
color: #756086;
}
.AnyTagClassName
{
color: #756086;
}
</style>
background-color css
<style>
a { background-color: #756086; }
a { background-color: rgb(117,96,134); }
div.DivClassName
{
background-color: #756086;
}
.BgClassName
{
background-color: #756086;
}
</style>
border-color css
<style>
span { border-color: #756086; }
span { border-color: rgb(117,96,134); }
td.TdClassName
{
border-color: #756086;
}
.TagClassName
{
border-color: #756086;
}
</style>