Shades of Mamba #726D75
Tints of Mamba #726D75
RGB
CMYK
RGB Variations
Color information
#726D75 (or 0x726D75) is known color: Mamba. HEX triplet: 72, 6D and 75. RGB value is (114,109,117). Sum of RGB (Red+Green+Blue) = 114+109+117=340 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.53% from 340); Green value is 109 (42.97% from 255 or 32.06% from 340); Blue value is 117 (46.09% from 255 or 34.41% from 340); Max value from RGB is 117 - color contains mainly: blue. Hex color #726D75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726D75 is #8D928A. Grayscale: #6F6F6F. Windows color (decimal): -9278091 or 7695730. OLE color: 7695730.
HSL color Cylindrical-coordinate representation of color #726D75: hue angle of 277.5º degrees, saturation: 0.04, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #726D75 is Cyan = 0.03, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 114 | 109 | 117 | - |
| CMYK | 0.03 | 0.07 | 0 | 0.54 |
| HSL | 277.5º | 0.04% | 0.44% | - |
| HSV(B) | 277.5º | 0.07% | 0.46% | - |
| XYZ | 15.62 | 15.8 | 19.06 | - |
| YUV | 111.41 | 131.16 | 129.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 109 | 117 | 0.03 | 0.07 | 0 | 0.54 | 277.5 | 0.04 | 0.44 |
| Hex | 72 | 6D | 75 | 3 | 7 | 0 | 36 | 116 | 4 | 2C |
| Octal | 162 | 155 | 165 | 3 | 7 | 0 | 66 | 426 | 4 | 54 |
| Binary | 1110010 | 1101101 | 1110101 | 11 | 111 | 0 | 110110 | 100010110 | 100 | 101100 |
Color Harmonies of #726D75
Complementary color
Monochromatic Colors of #726D75
Black with #726D75
Text Example
Text Example
White with #726D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726D75; }
p { color: rgb(114,109,117); }
H1.HeaderClassName
{
color: #726D75;
}
.AnyTagClassName
{
color: #726D75;
}
</style>
background-color css
<style>
a { background-color: #726D75; }
a { background-color: rgb(114,109,117); }
div.DivClassName
{
background-color: #726D75;
}
.BgClassName
{
background-color: #726D75;
}
</style>
border-color css
<style>
span { border-color: #726D75; }
span { border-color: rgb(114,109,117); }
td.TdClassName
{
border-color: #726D75;
}
.TagClassName
{
border-color: #726D75;
}
</style>