Shades of Mamba #72687D
Tints of Mamba #72687D
RGB
CMYK
RGB Variations
Color information
#72687D (or 0x72687D) is known color: Mamba. HEX triplet: 72, 68 and 7D. RGB value is (114,104,125). Sum of RGB (Red+Green+Blue) = 114+104+125=343 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.24% from 343); Green value is 104 (41.02% from 255 or 30.32% from 343); Blue value is 125 (49.22% from 255 or 36.44% from 343); Max value from RGB is 125 - color contains mainly: blue. Hex color #72687D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72687D is #8D9782. Grayscale: #6D6D6D. Windows color (decimal): -9279363 or 8218738. OLE color: 8218738.
HSL color Cylindrical-coordinate representation of color #72687D: hue angle of 268.57º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #72687D is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 114 | 104 | 125 | - |
| CMYK | 0.09 | 0.17 | 0 | 0.51 |
| HSL | 268.57º | 0.09% | 0.45% | - |
| HSV(B) | 268.57º | 0.17% | 0.49% | - |
| XYZ | 15.59 | 14.96 | 21.47 | - |
| YUV | 109.38 | 136.81 | 131.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 104 | 125 | 0.09 | 0.17 | 0 | 0.51 | 268.57 | 0.09 | 0.45 |
| Hex | 72 | 68 | 7D | 9 | 11 | 0 | 33 | 10D | 9 | 2D |
| Octal | 162 | 150 | 175 | 11 | 21 | 0 | 63 | 415 | 11 | 55 |
| Binary | 1110010 | 1101000 | 1111101 | 1001 | 10001 | 0 | 110011 | 100001101 | 1001 | 101101 |
Color Harmonies of #72687D
Complementary color
Monochromatic Colors of #72687D
Black with #72687D
Text Example
Text Example
White with #72687D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72687D; }
p { color: rgb(114,104,125); }
H1.HeaderClassName
{
color: #72687D;
}
.AnyTagClassName
{
color: #72687D;
}
</style>
background-color css
<style>
a { background-color: #72687D; }
a { background-color: rgb(114,104,125); }
div.DivClassName
{
background-color: #72687D;
}
.BgClassName
{
background-color: #72687D;
}
</style>
border-color css
<style>
span { border-color: #72687D; }
span { border-color: rgb(114,104,125); }
td.TdClassName
{
border-color: #72687D;
}
.TagClassName
{
border-color: #72687D;
}
</style>