Shades of Mamba #756D82
Tints of Mamba #756D82
RGB
CMYK
RGB Variations
Color information
#756D82 (or 0x756D82) is known color: Mamba. HEX triplet: 75, 6D and 82. RGB value is (117,109,130). Sum of RGB (Red+Green+Blue) = 117+109+130=356 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.87% from 356); Green value is 109 (42.97% from 255 or 30.62% from 356); Blue value is 130 (51.17% from 255 or 36.52% from 356); Max value from RGB is 130 - color contains mainly: blue. Hex color #756D82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756D82 is #8A927D. Grayscale: #717171. Windows color (decimal): -9081470 or 8547701. OLE color: 8547701.
HSL color Cylindrical-coordinate representation of color #756D82: hue angle of 262.86º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #756D82 is Cyan = 0.1, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 117 | 109 | 130 | - |
| CMYK | 0.1 | 0.16 | 0 | 0.49 |
| HSL | 262.86º | 0.09% | 0.47% | - |
| HSV(B) | 262.86º | 0.16% | 0.51% | - |
| XYZ | 16.83 | 16.33 | 23.38 | - |
| YUV | 113.79 | 137.15 | 130.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 109 | 130 | 0.1 | 0.16 | 0 | 0.49 | 262.86 | 0.09 | 0.47 |
| Hex | 75 | 6D | 82 | A | 10 | 0 | 31 | 107 | 9 | 2F |
| Octal | 165 | 155 | 202 | 12 | 20 | 0 | 61 | 407 | 11 | 57 |
| Binary | 1110101 | 1101101 | 10000010 | 1010 | 10000 | 0 | 110001 | 100000111 | 1001 | 101111 |
Color Harmonies of #756D82
Complementary color
Monochromatic Colors of #756D82
Black with #756D82
Text Example
Text Example
White with #756D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756D82; }
p { color: rgb(117,109,130); }
H1.HeaderClassName
{
color: #756D82;
}
.AnyTagClassName
{
color: #756D82;
}
</style>
background-color css
<style>
a { background-color: #756D82; }
a { background-color: rgb(117,109,130); }
div.DivClassName
{
background-color: #756D82;
}
.BgClassName
{
background-color: #756D82;
}
</style>
border-color css
<style>
span { border-color: #756D82; }
span { border-color: rgb(117,109,130); }
td.TdClassName
{
border-color: #756D82;
}
.TagClassName
{
border-color: #756D82;
}
</style>