Shades of Mamba #726977
Tints of Mamba #726977
RGB
CMYK
RGB Variations
Color information
#726977 (or 0x726977) is known color: Mamba. HEX triplet: 72, 69 and 77. RGB value is (114,105,119). Sum of RGB (Red+Green+Blue) = 114+105+119=338 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.73% from 338); Green value is 105 (41.41% from 255 or 31.07% from 338); Blue value is 119 (46.88% from 255 or 35.21% from 338); Max value from RGB is 119 - color contains mainly: blue. Hex color #726977 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726977 is #8D9688. Grayscale: #6D6D6D. Windows color (decimal): -9279113 or 7825778. OLE color: 7825778.
HSL color Cylindrical-coordinate representation of color #726977: hue angle of 278.57º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #726977 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 114 | 105 | 119 | - |
| CMYK | 0.04 | 0.12 | 0 | 0.53 |
| HSL | 278.57º | 0.06% | 0.44% | - |
| HSV(B) | 278.57º | 0.12% | 0.47% | - |
| XYZ | 15.32 | 15.01 | 19.54 | - |
| YUV | 109.29 | 133.48 | 131.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 105 | 119 | 0.04 | 0.12 | 0 | 0.53 | 278.57 | 0.06 | 0.44 |
| Hex | 72 | 69 | 77 | 4 | C | 0 | 35 | 117 | 6 | 2C |
| Octal | 162 | 151 | 167 | 4 | 14 | 0 | 65 | 427 | 6 | 54 |
| Binary | 1110010 | 1101001 | 1110111 | 100 | 1100 | 0 | 110101 | 100010111 | 110 | 101100 |
Color Harmonies of #726977
Complementary color
Monochromatic Colors of #726977
Black with #726977
Text Example
Text Example
White with #726977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726977; }
p { color: rgb(114,105,119); }
H1.HeaderClassName
{
color: #726977;
}
.AnyTagClassName
{
color: #726977;
}
</style>
background-color css
<style>
a { background-color: #726977; }
a { background-color: rgb(114,105,119); }
div.DivClassName
{
background-color: #726977;
}
.BgClassName
{
background-color: #726977;
}
</style>
border-color css
<style>
span { border-color: #726977; }
span { border-color: rgb(114,105,119); }
td.TdClassName
{
border-color: #726977;
}
.TagClassName
{
border-color: #726977;
}
</style>