Shades of Mamba #736979
Tints of Mamba #736979
RGB
CMYK
RGB Variations
Color information
#736979 (or 0x736979) is known color: Mamba. HEX triplet: 73, 69 and 79. RGB value is (115,105,121). Sum of RGB (Red+Green+Blue) = 115+105+121=341 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.72% from 341); Green value is 105 (41.41% from 255 or 30.79% from 341); Blue value is 121 (47.66% from 255 or 35.48% from 341); Max value from RGB is 121 - color contains mainly: blue. Hex color #736979 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736979 is #8C9686. Grayscale: #6D6D6D. Windows color (decimal): -9213575 or 7956851. OLE color: 7956851.
HSL color Cylindrical-coordinate representation of color #736979: hue angle of 277.5º degrees, saturation: 0.07, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #736979 is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 115 | 105 | 121 | - |
| CMYK | 0.05 | 0.13 | 0 | 0.53 |
| HSL | 277.5º | 0.07% | 0.44% | - |
| HSV(B) | 277.5º | 0.13% | 0.47% | - |
| XYZ | 15.57 | 15.13 | 20.19 | - |
| YUV | 109.81 | 134.31 | 131.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 105 | 121 | 0.05 | 0.13 | 0 | 0.53 | 277.5 | 0.07 | 0.44 |
| Hex | 73 | 69 | 79 | 5 | D | 0 | 35 | 116 | 7 | 2C |
| Octal | 163 | 151 | 171 | 5 | 15 | 0 | 65 | 426 | 7 | 54 |
| Binary | 1110011 | 1101001 | 1111001 | 101 | 1101 | 0 | 110101 | 100010110 | 111 | 101100 |
Color Harmonies of #736979
Complementary color
Monochromatic Colors of #736979
Black with #736979
Text Example
Text Example
White with #736979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736979; }
p { color: rgb(115,105,121); }
H1.HeaderClassName
{
color: #736979;
}
.AnyTagClassName
{
color: #736979;
}
</style>
background-color css
<style>
a { background-color: #736979; }
a { background-color: rgb(115,105,121); }
div.DivClassName
{
background-color: #736979;
}
.BgClassName
{
background-color: #736979;
}
</style>
border-color css
<style>
span { border-color: #736979; }
span { border-color: rgb(115,105,121); }
td.TdClassName
{
border-color: #736979;
}
.TagClassName
{
border-color: #736979;
}
</style>