Shades of Mamba #756F7D
Tints of Mamba #756F7D
RGB
CMYK
RGB Variations
Color information
#756F7D (or 0x756F7D) is known color: Mamba. HEX triplet: 75, 6F and 7D. RGB value is (117,111,125). Sum of RGB (Red+Green+Blue) = 117+111+125=353 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.14% from 353); Green value is 111 (43.75% from 255 or 31.44% from 353); Blue value is 125 (49.22% from 255 or 35.41% from 353); Max value from RGB is 125 - color contains mainly: blue. Hex color #756F7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756F7D is #8A9082. Grayscale: #727272. Windows color (decimal): -9080963 or 8220533. OLE color: 8220533.
HSL color Cylindrical-coordinate representation of color #756F7D: hue angle of 265.71º degrees, saturation: 0.06, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #756F7D is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 117 | 111 | 125 | - |
| CMYK | 0.06 | 0.11 | 0 | 0.51 |
| HSL | 265.71º | 0.06% | 0.46% | - |
| HSV(B) | 265.71º | 0.11% | 0.49% | - |
| XYZ | 16.72 | 16.63 | 21.73 | - |
| YUV | 114.39 | 133.99 | 129.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 111 | 125 | 0.06 | 0.11 | 0 | 0.51 | 265.71 | 0.06 | 0.46 |
| Hex | 75 | 6F | 7D | 6 | B | 0 | 33 | 10A | 6 | 2E |
| Octal | 165 | 157 | 175 | 6 | 13 | 0 | 63 | 412 | 6 | 56 |
| Binary | 1110101 | 1101111 | 1111101 | 110 | 1011 | 0 | 110011 | 100001010 | 110 | 101110 |
Color Harmonies of #756F7D
Complementary color
Monochromatic Colors of #756F7D
Black with #756F7D
Text Example
Text Example
White with #756F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756F7D; }
p { color: rgb(117,111,125); }
H1.HeaderClassName
{
color: #756F7D;
}
.AnyTagClassName
{
color: #756F7D;
}
</style>
background-color css
<style>
a { background-color: #756F7D; }
a { background-color: rgb(117,111,125); }
div.DivClassName
{
background-color: #756F7D;
}
.BgClassName
{
background-color: #756F7D;
}
</style>
border-color css
<style>
span { border-color: #756F7D; }
span { border-color: rgb(117,111,125); }
td.TdClassName
{
border-color: #756F7D;
}
.TagClassName
{
border-color: #756F7D;
}
</style>