Shades of Mamba #72607D
Tints of Mamba #72607D
RGB
CMYK
RGB Variations
Color information
#72607D (or 0x72607D) is known color: Mamba. HEX triplet: 72, 60 and 7D. RGB value is (114,96,125). Sum of RGB (Red+Green+Blue) = 114+96+125=335 (44% of max value = 765). Red value is 114 (44.92% from 255 or 34.03% from 335); Green value is 96 (37.89% from 255 or 28.66% from 335); Blue value is 125 (49.22% from 255 or 37.31% from 335); Max value from RGB is 125 - color contains mainly: blue. Hex color #72607D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72607D is #8D9F82. Grayscale: #686868. Windows color (decimal): -9281411 or 8216690. OLE color: 8216690.
HSL color Cylindrical-coordinate representation of color #72607D: hue angle of 277.24º degrees, saturation: 0.13, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #72607D is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 114 | 96 | 125 | - |
| CMYK | 0.09 | 0.23 | 0 | 0.51 |
| HSL | 277.24º | 0.13% | 0.43% | - |
| HSV(B) | 277.24º | 0.23% | 0.49% | - |
| XYZ | 14.82 | 13.42 | 21.21 | - |
| YUV | 104.69 | 139.46 | 134.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 96 | 125 | 0.09 | 0.23 | 0 | 0.51 | 277.24 | 0.13 | 0.43 |
| Hex | 72 | 60 | 7D | 9 | 17 | 0 | 33 | 115 | D | 2B |
| Octal | 162 | 140 | 175 | 11 | 27 | 0 | 63 | 425 | 15 | 53 |
| Binary | 1110010 | 1100000 | 1111101 | 1001 | 10111 | 0 | 110011 | 100010101 | 1101 | 101011 |
Color Harmonies of #72607D
Complementary color
Monochromatic Colors of #72607D
Black with #72607D
Text Example
Text Example
White with #72607D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72607D; }
p { color: rgb(114,96,125); }
H1.HeaderClassName
{
color: #72607D;
}
.AnyTagClassName
{
color: #72607D;
}
</style>
background-color css
<style>
a { background-color: #72607D; }
a { background-color: rgb(114,96,125); }
div.DivClassName
{
background-color: #72607D;
}
.BgClassName
{
background-color: #72607D;
}
</style>
border-color css
<style>
span { border-color: #72607D; }
span { border-color: rgb(114,96,125); }
td.TdClassName
{
border-color: #72607D;
}
.TagClassName
{
border-color: #72607D;
}
</style>