Shades of Mamba #726A7D
Tints of Mamba #726A7D
RGB
CMYK
RGB Variations
Color information
#726A7D (or 0x726A7D) is known color: Mamba. HEX triplet: 72, 6A and 7D. RGB value is (114,106,125). Sum of RGB (Red+Green+Blue) = 114+106+125=345 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.04% from 345); Green value is 106 (41.80% from 255 or 30.72% from 345); Blue value is 125 (49.22% from 255 or 36.23% from 345); Max value from RGB is 125 - color contains mainly: blue. Hex color #726A7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726A7D is #8D9582. Grayscale: #6E6E6E. Windows color (decimal): -9278851 or 8219250. OLE color: 8219250.
HSL color Cylindrical-coordinate representation of color #726A7D: hue angle of 265.26º degrees, saturation: 0.08, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #726A7D is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 114 | 106 | 125 | - |
| CMYK | 0.09 | 0.15 | 0 | 0.51 |
| HSL | 265.26º | 0.08% | 0.45% | - |
| HSV(B) | 265.26º | 0.15% | 0.49% | - |
| XYZ | 15.8 | 15.37 | 21.54 | - |
| YUV | 110.56 | 136.15 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 106 | 125 | 0.09 | 0.15 | 0 | 0.51 | 265.26 | 0.08 | 0.45 |
| Hex | 72 | 6A | 7D | 9 | F | 0 | 33 | 109 | 8 | 2D |
| Octal | 162 | 152 | 175 | 11 | 17 | 0 | 63 | 411 | 10 | 55 |
| Binary | 1110010 | 1101010 | 1111101 | 1001 | 1111 | 0 | 110011 | 100001001 | 1000 | 101101 |
Color Harmonies of #726A7D
Complementary color
Monochromatic Colors of #726A7D
Black with #726A7D
Text Example
Text Example
White with #726A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726A7D; }
p { color: rgb(114,106,125); }
H1.HeaderClassName
{
color: #726A7D;
}
.AnyTagClassName
{
color: #726A7D;
}
</style>
background-color css
<style>
a { background-color: #726A7D; }
a { background-color: rgb(114,106,125); }
div.DivClassName
{
background-color: #726A7D;
}
.BgClassName
{
background-color: #726A7D;
}
</style>
border-color css
<style>
span { border-color: #726A7D; }
span { border-color: rgb(114,106,125); }
td.TdClassName
{
border-color: #726A7D;
}
.TagClassName
{
border-color: #726A7D;
}
</style>