Shades of Mamba #736D79
Tints of Mamba #736D79
RGB
CMYK
RGB Variations
Color information
#736D79 (or 0x736D79) is known color: Mamba. HEX triplet: 73, 6D and 79. RGB value is (115,109,121). Sum of RGB (Red+Green+Blue) = 115+109+121=345 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.33% from 345); Green value is 109 (42.97% from 255 or 31.59% from 345); Blue value is 121 (47.66% from 255 or 35.07% from 345); Max value from RGB is 121 - color contains mainly: blue. Hex color #736D79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736D79 is #8C9286. Grayscale: #707070. Windows color (decimal): -9212551 or 7957875. OLE color: 7957875.
HSL color Cylindrical-coordinate representation of color #736D79: hue angle of 270º degrees, saturation: 0.05, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #736D79 is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
RGB | 115 | 109 | 121 | - |
CMYK | 0.05 | 0.10 | 0 | 0.53 |
HSL | 270º | 0.05% | 0.45% | - |
HSV(B) | 270º | 0.1% | 0.47% | - |
XYZ | 15.99 | 15.96 | 20.33 | - |
YUV | 112.16 | 132.99 | 130.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 115 | 109 | 121 | 0.05 | 0.10 | 0 | 0.53 | 270 | 0.05 | 0.45 |
Hex | 73 | 6D | 79 | 5 | A | 0 | 35 | 10E | 5 | 2D |
Octal | 163 | 155 | 171 | 5 | 12 | 0 | 65 | 416 | 5 | 55 |
Binary | 1110011 | 1101101 | 1111001 | 101 | 1010 | 0 | 110101 | 100001110 | 101 | 101101 |
Color Harmonies of #736D79
Complementary color
Monochromatic Colors of #736D79
Black with #736D79
Text Example
Text Example
White with #736D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736D79; }
p { color: rgb(115,109,121); }
H1.HeaderClassName
{
color: #736D79;
}
.AnyTagClassName
{
color: #736D79;
}
</style>
background-color css
<style>
a { background-color: #736D79; }
a { background-color: rgb(115,109,121); }
div.DivClassName
{
background-color: #736D79;
}
.BgClassName
{
background-color: #736D79;
}
</style>
border-color css
<style>
span { border-color: #736D79; }
span { border-color: rgb(115,109,121); }
td.TdClassName
{
border-color: #736D79;
}
.TagClassName
{
border-color: #736D79;
}
</style>