Shades of Mamba #736F79
Tints of Mamba #736F79
RGB
CMYK
RGB Variations
Color information
#736F79 (or 0x736F79) is known color: Mamba. HEX triplet: 73, 6F and 79. RGB value is (115,111,121). Sum of RGB (Red+Green+Blue) = 115+111+121=347 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.14% from 347); Green value is 111 (43.75% from 255 or 31.99% 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 #736F79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736F79 is #8C9086. Grayscale: #717171. Windows color (decimal): -9212039 or 7958387. OLE color: 7958387.
HSL color Cylindrical-coordinate representation of color #736F79: hue angle of 264º degrees, saturation: 0.04, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #736F79 is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 115 | 111 | 121 | - |
| CMYK | 0.05 | 0.08 | 0 | 0.53 |
| HSL | 264º | 0.04% | 0.45% | - |
| HSV(B) | 264º | 0.08% | 0.47% | - |
| XYZ | 16.21 | 16.39 | 20.4 | - |
| YUV | 113.34 | 132.33 | 129.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 111 | 121 | 0.05 | 0.08 | 0 | 0.53 | 264 | 0.04 | 0.45 |
| Hex | 73 | 6F | 79 | 5 | 8 | 0 | 35 | 108 | 4 | 2D |
| Octal | 163 | 157 | 171 | 5 | 10 | 0 | 65 | 410 | 4 | 55 |
| Binary | 1110011 | 1101111 | 1111001 | 101 | 1000 | 0 | 110101 | 100001000 | 100 | 101101 |
Color Harmonies of #736F79
Complementary color
Monochromatic Colors of #736F79
Black with #736F79
Text Example
Text Example
White with #736F79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736F79; }
p { color: rgb(115,111,121); }
H1.HeaderClassName
{
color: #736F79;
}
.AnyTagClassName
{
color: #736F79;
}
</style>
background-color css
<style>
a { background-color: #736F79; }
a { background-color: rgb(115,111,121); }
div.DivClassName
{
background-color: #736F79;
}
.BgClassName
{
background-color: #736F79;
}
</style>
border-color css
<style>
span { border-color: #736F79; }
span { border-color: rgb(115,111,121); }
td.TdClassName
{
border-color: #736F79;
}
.TagClassName
{
border-color: #736F79;
}
</style>