Shades of Mamba #737075
Tints of Mamba #737075
RGB
CMYK
RGB Variations
Color information
#737075 (or 0x737075) is known color: Mamba. HEX triplet: 73, 70 and 75. RGB value is (115,112,117). Sum of RGB (Red+Green+Blue) = 115+112+117=344 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.43% from 344); Green value is 112 (44.14% from 255 or 32.56% from 344); Blue value is 117 (46.09% from 255 or 34.01% from 344); Max value from RGB is 117 - color contains mainly: blue. Hex color #737075 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737075 is #8C8F8A. Grayscale: #717171. Windows color (decimal): -9211787 or 7696499. OLE color: 7696499.
HSL color Cylindrical-coordinate representation of color #737075: hue angle of 276º degrees, saturation: 0.02, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #737075 is Cyan = 0.02, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 115 | 112 | 117 | - |
| CMYK | 0.02 | 0.04 | 0 | 0.54 |
| HSL | 276º | 0.02% | 0.45% | - |
| HSV(B) | 276º | 0.04% | 0.46% | - |
| XYZ | 16.08 | 16.52 | 19.17 | - |
| YUV | 113.47 | 129.99 | 129.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 112 | 117 | 0.02 | 0.04 | 0 | 0.54 | 276 | 0.02 | 0.45 |
| Hex | 73 | 70 | 75 | 2 | 4 | 0 | 36 | 114 | 2 | 2D |
| Octal | 163 | 160 | 165 | 2 | 4 | 0 | 66 | 424 | 2 | 55 |
| Binary | 1110011 | 1110000 | 1110101 | 10 | 100 | 0 | 110110 | 100010100 | 10 | 101101 |
Color Harmonies of #737075
Complementary color
Monochromatic Colors of #737075
Black with #737075
Text Example
Text Example
White with #737075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737075; }
p { color: rgb(115,112,117); }
H1.HeaderClassName
{
color: #737075;
}
.AnyTagClassName
{
color: #737075;
}
</style>
background-color css
<style>
a { background-color: #737075; }
a { background-color: rgb(115,112,117); }
div.DivClassName
{
background-color: #737075;
}
.BgClassName
{
background-color: #737075;
}
</style>
border-color css
<style>
span { border-color: #737075; }
span { border-color: rgb(115,112,117); }
td.TdClassName
{
border-color: #737075;
}
.TagClassName
{
border-color: #737075;
}
</style>