Shades of Mamba #756D7C
Tints of Mamba #756D7C
RGB
CMYK
RGB Variations
Color information
#756D7C (or 0x756D7C) is known color: Mamba. HEX triplet: 75, 6D and 7C. RGB value is (117,109,124). Sum of RGB (Red+Green+Blue) = 117+109+124=350 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.43% from 350); Green value is 109 (42.97% from 255 or 31.14% from 350); Blue value is 124 (48.83% from 255 or 35.43% from 350); Max value from RGB is 124 - color contains mainly: blue. Hex color #756D7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756D7C is #8A9283. Grayscale: #717171. Windows color (decimal): -9081476 or 8154485. OLE color: 8154485.
HSL color Cylindrical-coordinate representation of color #756D7C: hue angle of 272º degrees, saturation: 0.06, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #756D7C is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 117 | 109 | 124 | - |
| CMYK | 0.06 | 0.12 | 0 | 0.51 |
| HSL | 272º | 0.06% | 0.46% | - |
| HSV(B) | 272º | 0.12% | 0.49% | - |
| XYZ | 16.44 | 16.17 | 21.32 | - |
| YUV | 113.1 | 134.15 | 130.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 109 | 124 | 0.06 | 0.12 | 0 | 0.51 | 272 | 0.06 | 0.46 |
| Hex | 75 | 6D | 7C | 6 | C | 0 | 33 | 110 | 6 | 2E |
| Octal | 165 | 155 | 174 | 6 | 14 | 0 | 63 | 420 | 6 | 56 |
| Binary | 1110101 | 1101101 | 1111100 | 110 | 1100 | 0 | 110011 | 100010000 | 110 | 101110 |
Color Harmonies of #756D7C
Complementary color
Monochromatic Colors of #756D7C
Black with #756D7C
Text Example
Text Example
White with #756D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756D7C; }
p { color: rgb(117,109,124); }
H1.HeaderClassName
{
color: #756D7C;
}
.AnyTagClassName
{
color: #756D7C;
}
</style>
background-color css
<style>
a { background-color: #756D7C; }
a { background-color: rgb(117,109,124); }
div.DivClassName
{
background-color: #756D7C;
}
.BgClassName
{
background-color: #756D7C;
}
</style>
border-color css
<style>
span { border-color: #756D7C; }
span { border-color: rgb(117,109,124); }
td.TdClassName
{
border-color: #756D7C;
}
.TagClassName
{
border-color: #756D7C;
}
</style>