Shades of Mamba #756D81
Tints of Mamba #756D81
RGB
CMYK
RGB Variations
Color information
#756D81 (or 0x756D81) is known color: Mamba. HEX triplet: 75, 6D and 81. RGB value is (117,109,129). Sum of RGB (Red+Green+Blue) = 117+109+129=355 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.96% from 355); Green value is 109 (42.97% from 255 or 30.70% from 355); Blue value is 129 (50.78% from 255 or 36.34% from 355); Max value from RGB is 129 - color contains mainly: blue. Hex color #756D81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756D81 is #8A927E. Grayscale: #717171. Windows color (decimal): -9081471 or 8482165. OLE color: 8482165.
HSL color Cylindrical-coordinate representation of color #756D81: hue angle of 264º degrees, saturation: 0.08, 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 #756D81 is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 117 | 109 | 129 | - |
| CMYK | 0.09 | 0.16 | 0 | 0.49 |
| HSL | 264º | 0.08% | 0.47% | - |
| HSV(B) | 264º | 0.16% | 0.51% | - |
| XYZ | 16.77 | 16.3 | 23.03 | - |
| YUV | 113.67 | 136.65 | 130.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 109 | 129 | 0.09 | 0.16 | 0 | 0.49 | 264 | 0.08 | 0.47 |
| Hex | 75 | 6D | 81 | 9 | 10 | 0 | 31 | 108 | 8 | 2F |
| Octal | 165 | 155 | 201 | 11 | 20 | 0 | 61 | 410 | 10 | 57 |
| Binary | 1110101 | 1101101 | 10000001 | 1001 | 10000 | 0 | 110001 | 100001000 | 1000 | 101111 |
Color Harmonies of #756D81
Complementary color
Monochromatic Colors of #756D81
Black with #756D81
Text Example
Text Example
White with #756D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756D81; }
p { color: rgb(117,109,129); }
H1.HeaderClassName
{
color: #756D81;
}
.AnyTagClassName
{
color: #756D81;
}
</style>
background-color css
<style>
a { background-color: #756D81; }
a { background-color: rgb(117,109,129); }
div.DivClassName
{
background-color: #756D81;
}
.BgClassName
{
background-color: #756D81;
}
</style>
border-color css
<style>
span { border-color: #756D81; }
span { border-color: rgb(117,109,129); }
td.TdClassName
{
border-color: #756D81;
}
.TagClassName
{
border-color: #756D81;
}
</style>