Shades of Mamba #756D79
Tints of Mamba #756D79
RGB
CMYK
RGB Variations
Color information
#756D79 (or 0x756D79) is known color: Mamba. HEX triplet: 75, 6D and 79. RGB value is (117,109,121). Sum of RGB (Red+Green+Blue) = 117+109+121=347 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.72% from 347); Green value is 109 (42.97% from 255 or 31.41% from 347); Blue value is 121 (47.66% from 255 or 34.87% from 347); Max value from RGB is 121 - color contains mainly: blue. Hex color #756D79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756D79 is #8A9286. Grayscale: #707070. Windows color (decimal): -9081479 or 7957877. OLE color: 7957877.
HSL color Cylindrical-coordinate representation of color #756D79: hue angle of 280º degrees, saturation: 0.05, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #756D79 is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 117 | 109 | 121 | - |
| CMYK | 0.03 | 0.10 | 0 | 0.53 |
| HSL | 280º | 0.05% | 0.45% | - |
| HSV(B) | 280º | 0.1% | 0.47% | - |
| XYZ | 16.26 | 16.1 | 20.34 | - |
| YUV | 112.76 | 132.65 | 131.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 109 | 121 | 0.03 | 0.10 | 0 | 0.53 | 280 | 0.05 | 0.45 |
| Hex | 75 | 6D | 79 | 3 | A | 0 | 35 | 118 | 5 | 2D |
| Octal | 165 | 155 | 171 | 3 | 12 | 0 | 65 | 430 | 5 | 55 |
| Binary | 1110101 | 1101101 | 1111001 | 11 | 1010 | 0 | 110101 | 100011000 | 101 | 101101 |
Color Harmonies of #756D79
Complementary color
Monochromatic Colors of #756D79
Black with #756D79
Text Example
Text Example
White with #756D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756D79; }
p { color: rgb(117,109,121); }
H1.HeaderClassName
{
color: #756D79;
}
.AnyTagClassName
{
color: #756D79;
}
</style>
background-color css
<style>
a { background-color: #756D79; }
a { background-color: rgb(117,109,121); }
div.DivClassName
{
background-color: #756D79;
}
.BgClassName
{
background-color: #756D79;
}
</style>
border-color css
<style>
span { border-color: #756D79; }
span { border-color: rgb(117,109,121); }
td.TdClassName
{
border-color: #756D79;
}
.TagClassName
{
border-color: #756D79;
}
</style>