Shades of Mamba #737076
Tints of Mamba #737076
RGB
CMYK
RGB Variations
Color information
#737076 (or 0x737076) is known color: Mamba. HEX triplet: 73, 70 and 76. RGB value is (115,112,118). Sum of RGB (Red+Green+Blue) = 115+112+118=345 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.33% from 345); Green value is 112 (44.14% from 255 or 32.46% from 345); Blue value is 118 (46.48% from 255 or 34.20% from 345); Max value from RGB is 118 - color contains mainly: blue. Hex color #737076 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737076 is #8C8F89. Grayscale: #717171. Windows color (decimal): -9211786 or 7762035. OLE color: 7762035.
HSL color Cylindrical-coordinate representation of color #737076: hue angle of 270º degrees, saturation: 0.03, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #737076 is Cyan = 0.03, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 115 | 112 | 118 | - |
| CMYK | 0.03 | 0.05 | 0 | 0.54 |
| HSL | 270º | 0.03% | 0.45% | - |
| HSV(B) | 270º | 0.05% | 0.46% | - |
| XYZ | 16.13 | 16.54 | 19.48 | - |
| YUV | 113.58 | 130.49 | 129.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 112 | 118 | 0.03 | 0.05 | 0 | 0.54 | 270 | 0.03 | 0.45 |
| Hex | 73 | 70 | 76 | 3 | 5 | 0 | 36 | 10E | 3 | 2D |
| Octal | 163 | 160 | 166 | 3 | 5 | 0 | 66 | 416 | 3 | 55 |
| Binary | 1110011 | 1110000 | 1110110 | 11 | 101 | 0 | 110110 | 100001110 | 11 | 101101 |
Color Harmonies of #737076
Complementary color
Monochromatic Colors of #737076
Black with #737076
Text Example
Text Example
White with #737076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737076; }
p { color: rgb(115,112,118); }
H1.HeaderClassName
{
color: #737076;
}
.AnyTagClassName
{
color: #737076;
}
</style>
background-color css
<style>
a { background-color: #737076; }
a { background-color: rgb(115,112,118); }
div.DivClassName
{
background-color: #737076;
}
.BgClassName
{
background-color: #737076;
}
</style>
border-color css
<style>
span { border-color: #737076; }
span { border-color: rgb(115,112,118); }
td.TdClassName
{
border-color: #737076;
}
.TagClassName
{
border-color: #737076;
}
</style>