Shades of Mamba #736D76
Tints of Mamba #736D76
RGB
CMYK
RGB Variations
Color information
#736D76 (or 0x736D76) is known color: Mamba. HEX triplet: 73, 6D and 76. RGB value is (115,109,118). Sum of RGB (Red+Green+Blue) = 115+109+118=342 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.63% from 342); Green value is 109 (42.97% from 255 or 31.87% from 342); Blue value is 118 (46.48% from 255 or 34.50% from 342); Max value from RGB is 118 - color contains mainly: blue. Hex color #736D76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736D76 is #8C9289. Grayscale: #6F6F6F. Windows color (decimal): -9212554 or 7761267. OLE color: 7761267.
HSL color Cylindrical-coordinate representation of color #736D76: hue angle of 280º degrees, saturation: 0.04, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #736D76 is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 115 | 109 | 118 | - |
| CMYK | 0.03 | 0.08 | 0 | 0.54 |
| HSL | 280º | 0.04% | 0.45% | - |
| HSV(B) | 280º | 0.08% | 0.46% | - |
| XYZ | 15.81 | 15.89 | 19.37 | - |
| YUV | 111.82 | 131.49 | 130.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 109 | 118 | 0.03 | 0.08 | 0 | 0.54 | 280 | 0.04 | 0.45 |
| Hex | 73 | 6D | 76 | 3 | 8 | 0 | 36 | 118 | 4 | 2D |
| Octal | 163 | 155 | 166 | 3 | 10 | 0 | 66 | 430 | 4 | 55 |
| Binary | 1110011 | 1101101 | 1110110 | 11 | 1000 | 0 | 110110 | 100011000 | 100 | 101101 |
Color Harmonies of #736D76
Complementary color
Monochromatic Colors of #736D76
Black with #736D76
Text Example
Text Example
White with #736D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736D76; }
p { color: rgb(115,109,118); }
H1.HeaderClassName
{
color: #736D76;
}
.AnyTagClassName
{
color: #736D76;
}
</style>
background-color css
<style>
a { background-color: #736D76; }
a { background-color: rgb(115,109,118); }
div.DivClassName
{
background-color: #736D76;
}
.BgClassName
{
background-color: #736D76;
}
</style>
border-color css
<style>
span { border-color: #736D76; }
span { border-color: rgb(115,109,118); }
td.TdClassName
{
border-color: #736D76;
}
.TagClassName
{
border-color: #736D76;
}
</style>