Shades of Mamba #756F7E
Tints of Mamba #756F7E
RGB
CMYK
RGB Variations
Color information
#756F7E (or 0x756F7E) is known color: Mamba. HEX triplet: 75, 6F and 7E. RGB value is (117,111,126). Sum of RGB (Red+Green+Blue) = 117+111+126=354 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.05% from 354); Green value is 111 (43.75% from 255 or 31.36% from 354); Blue value is 126 (49.61% from 255 or 35.59% from 354); Max value from RGB is 126 - color contains mainly: blue. Hex color #756F7E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756F7E is #8A9081. Grayscale: #727272. Windows color (decimal): -9080962 or 8286069. OLE color: 8286069.
HSL color Cylindrical-coordinate representation of color #756F7E: hue angle of 264º 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 #756F7E is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 117 | 111 | 126 | - |
| CMYK | 0.07 | 0.12 | 0 | 0.51 |
| HSL | 264º | 0.06% | 0.46% | - |
| HSV(B) | 264º | 0.12% | 0.49% | - |
| XYZ | 16.79 | 16.66 | 22.07 | - |
| YUV | 114.5 | 134.49 | 129.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 111 | 126 | 0.07 | 0.12 | 0 | 0.51 | 264 | 0.06 | 0.46 |
| Hex | 75 | 6F | 7E | 7 | C | 0 | 33 | 108 | 6 | 2E |
| Octal | 165 | 157 | 176 | 7 | 14 | 0 | 63 | 410 | 6 | 56 |
| Binary | 1110101 | 1101111 | 1111110 | 111 | 1100 | 0 | 110011 | 100001000 | 110 | 101110 |
Color Harmonies of #756F7E
Complementary color
Monochromatic Colors of #756F7E
Black with #756F7E
Text Example
Text Example
White with #756F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756F7E; }
p { color: rgb(117,111,126); }
H1.HeaderClassName
{
color: #756F7E;
}
.AnyTagClassName
{
color: #756F7E;
}
</style>
background-color css
<style>
a { background-color: #756F7E; }
a { background-color: rgb(117,111,126); }
div.DivClassName
{
background-color: #756F7E;
}
.BgClassName
{
background-color: #756F7E;
}
</style>
border-color css
<style>
span { border-color: #756F7E; }
span { border-color: rgb(117,111,126); }
td.TdClassName
{
border-color: #756F7E;
}
.TagClassName
{
border-color: #756F7E;
}
</style>