Shades of Mamba #736F76
Tints of Mamba #736F76
RGB
CMYK
RGB Variations
Color information
#736F76 (or 0x736F76) is known color: Mamba. HEX triplet: 73, 6F and 76. RGB value is (115,111,118). Sum of RGB (Red+Green+Blue) = 115+111+118=344 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.43% from 344); Green value is 111 (43.75% from 255 or 32.27% from 344); Blue value is 118 (46.48% from 255 or 34.30% from 344); Max value from RGB is 118 - color contains mainly: blue. Hex color #736F76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736F76 is #8C9089. Grayscale: #707070. Windows color (decimal): -9212042 or 7761779. OLE color: 7761779.
HSL color Cylindrical-coordinate representation of color #736F76: hue angle of 274.29º degrees, saturation: 0.03, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #736F76 is Cyan = 0.03, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 115 | 111 | 118 | - |
| CMYK | 0.03 | 0.06 | 0 | 0.54 |
| HSL | 274.29º | 0.03% | 0.45% | - |
| HSV(B) | 274.29º | 0.06% | 0.46% | - |
| XYZ | 16.02 | 16.32 | 19.45 | - |
| YUV | 112.99 | 130.83 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 111 | 118 | 0.03 | 0.06 | 0 | 0.54 | 274.29 | 0.03 | 0.45 |
| Hex | 73 | 6F | 76 | 3 | 6 | 0 | 36 | 112 | 3 | 2D |
| Octal | 163 | 157 | 166 | 3 | 6 | 0 | 66 | 422 | 3 | 55 |
| Binary | 1110011 | 1101111 | 1110110 | 11 | 110 | 0 | 110110 | 100010010 | 11 | 101101 |
Color Harmonies of #736F76
Complementary color
Monochromatic Colors of #736F76
Black with #736F76
Text Example
Text Example
White with #736F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736F76; }
p { color: rgb(115,111,118); }
H1.HeaderClassName
{
color: #736F76;
}
.AnyTagClassName
{
color: #736F76;
}
</style>
background-color css
<style>
a { background-color: #736F76; }
a { background-color: rgb(115,111,118); }
div.DivClassName
{
background-color: #736F76;
}
.BgClassName
{
background-color: #736F76;
}
</style>
border-color css
<style>
span { border-color: #736F76; }
span { border-color: rgb(115,111,118); }
td.TdClassName
{
border-color: #736F76;
}
.TagClassName
{
border-color: #736F76;
}
</style>