Shades of Mamba #726C76
Tints of Mamba #726C76
RGB
CMYK
RGB Variations
Color information
#726C76 (or 0x726C76) is known color: Mamba. HEX triplet: 72, 6C and 76. RGB value is (114,108,118). Sum of RGB (Red+Green+Blue) = 114+108+118=340 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.53% from 340); Green value is 108 (42.58% from 255 or 31.76% from 340); Blue value is 118 (46.48% from 255 or 34.71% from 340); Max value from RGB is 118 - color contains mainly: blue. Hex color #726C76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726C76 is #8D9389. Grayscale: #6E6E6E. Windows color (decimal): -9278346 or 7761010. OLE color: 7761010.
HSL color Cylindrical-coordinate representation of color #726C76: hue angle of 276º degrees, saturation: 0.04, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #726C76 is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 114 | 108 | 118 | - |
| CMYK | 0.03 | 0.08 | 0 | 0.54 |
| HSL | 276º | 0.04% | 0.44% | - |
| HSV(B) | 276º | 0.08% | 0.46% | - |
| XYZ | 15.57 | 15.61 | 19.33 | - |
| YUV | 110.93 | 131.99 | 130.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 108 | 118 | 0.03 | 0.08 | 0 | 0.54 | 276 | 0.04 | 0.44 |
| Hex | 72 | 6C | 76 | 3 | 8 | 0 | 36 | 114 | 4 | 2C |
| Octal | 162 | 154 | 166 | 3 | 10 | 0 | 66 | 424 | 4 | 54 |
| Binary | 1110010 | 1101100 | 1110110 | 11 | 1000 | 0 | 110110 | 100010100 | 100 | 101100 |
Color Harmonies of #726C76
Complementary color
Monochromatic Colors of #726C76
Black with #726C76
Text Example
Text Example
White with #726C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726C76; }
p { color: rgb(114,108,118); }
H1.HeaderClassName
{
color: #726C76;
}
.AnyTagClassName
{
color: #726C76;
}
</style>
background-color css
<style>
a { background-color: #726C76; }
a { background-color: rgb(114,108,118); }
div.DivClassName
{
background-color: #726C76;
}
.BgClassName
{
background-color: #726C76;
}
</style>
border-color css
<style>
span { border-color: #726C76; }
span { border-color: rgb(114,108,118); }
td.TdClassName
{
border-color: #726C76;
}
.TagClassName
{
border-color: #726C76;
}
</style>