Shades of Mamba #736E7B
Tints of Mamba #736E7B
RGB
CMYK
RGB Variations
Color information
#736E7B (or 0x736E7B) is known color: Mamba. HEX triplet: 73, 6E and 7B. RGB value is (115,110,123). Sum of RGB (Red+Green+Blue) = 115+110+123=348 (46% of max value = 765). Red value is 115 (45.31% from 255 or 33.05% from 348); Green value is 110 (43.36% from 255 or 31.61% from 348); Blue value is 123 (48.44% from 255 or 35.34% from 348); Max value from RGB is 123 - color contains mainly: blue. Hex color #736E7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736E7B is #8C9184. Grayscale: #707070. Windows color (decimal): -9212293 or 8089203. OLE color: 8089203.
HSL color Cylindrical-coordinate representation of color #736E7B: hue angle of 263.08º degrees, saturation: 0.06, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #736E7B is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 115 | 110 | 123 | - |
| CMYK | 0.07 | 0.11 | 0 | 0.52 |
| HSL | 263.08º | 0.06% | 0.46% | - |
| HSV(B) | 263.08º | 0.11% | 0.48% | - |
| XYZ | 16.22 | 16.23 | 21.02 | - |
| YUV | 112.98 | 133.66 | 129.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 110 | 123 | 0.07 | 0.11 | 0 | 0.52 | 263.08 | 0.06 | 0.46 |
| Hex | 73 | 6E | 7B | 7 | B | 0 | 34 | 107 | 6 | 2E |
| Octal | 163 | 156 | 173 | 7 | 13 | 0 | 64 | 407 | 6 | 56 |
| Binary | 1110011 | 1101110 | 1111011 | 111 | 1011 | 0 | 110100 | 100000111 | 110 | 101110 |
Color Harmonies of #736E7B
Complementary color
Monochromatic Colors of #736E7B
Black with #736E7B
Text Example
Text Example
White with #736E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736E7B; }
p { color: rgb(115,110,123); }
H1.HeaderClassName
{
color: #736E7B;
}
.AnyTagClassName
{
color: #736E7B;
}
</style>
background-color css
<style>
a { background-color: #736E7B; }
a { background-color: rgb(115,110,123); }
div.DivClassName
{
background-color: #736E7B;
}
.BgClassName
{
background-color: #736E7B;
}
</style>
border-color css
<style>
span { border-color: #736E7B; }
span { border-color: rgb(115,110,123); }
td.TdClassName
{
border-color: #736E7B;
}
.TagClassName
{
border-color: #736E7B;
}
</style>