Shades of Mamba #726D79
Tints of Mamba #726D79
RGB
CMYK
RGB Variations
Color information
#726D79 (or 0x726D79) is known color: Mamba. HEX triplet: 72, 6D and 79. RGB value is (114,109,121). Sum of RGB (Red+Green+Blue) = 114+109+121=344 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.14% from 344); Green value is 109 (42.97% from 255 or 31.69% from 344); Blue value is 121 (47.66% from 255 or 35.17% from 344); Max value from RGB is 121 - color contains mainly: blue. Hex color #726D79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726D79 is #8D9286. Grayscale: #6F6F6F. Windows color (decimal): -9278087 or 7957874. OLE color: 7957874.
HSL color Cylindrical-coordinate representation of color #726D79: hue angle of 265º 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 #726D79 is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 114 | 109 | 121 | - |
| CMYK | 0.06 | 0.10 | 0 | 0.53 |
| HSL | 265º | 0.05% | 0.45% | - |
| HSV(B) | 265º | 0.1% | 0.47% | - |
| XYZ | 15.86 | 15.9 | 20.32 | - |
| YUV | 111.86 | 133.16 | 129.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 109 | 121 | 0.06 | 0.10 | 0 | 0.53 | 265 | 0.05 | 0.45 |
| Hex | 72 | 6D | 79 | 6 | A | 0 | 35 | 109 | 5 | 2D |
| Octal | 162 | 155 | 171 | 6 | 12 | 0 | 65 | 411 | 5 | 55 |
| Binary | 1110010 | 1101101 | 1111001 | 110 | 1010 | 0 | 110101 | 100001001 | 101 | 101101 |
Color Harmonies of #726D79
Complementary color
Monochromatic Colors of #726D79
Black with #726D79
Text Example
Text Example
White with #726D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726D79; }
p { color: rgb(114,109,121); }
H1.HeaderClassName
{
color: #726D79;
}
.AnyTagClassName
{
color: #726D79;
}
</style>
background-color css
<style>
a { background-color: #726D79; }
a { background-color: rgb(114,109,121); }
div.DivClassName
{
background-color: #726D79;
}
.BgClassName
{
background-color: #726D79;
}
</style>
border-color css
<style>
span { border-color: #726D79; }
span { border-color: rgb(114,109,121); }
td.TdClassName
{
border-color: #726D79;
}
.TagClassName
{
border-color: #726D79;
}
</style>