Shades of Mamba #72637D
Tints of Mamba #72637D
RGB
CMYK
RGB Variations
Color information
#72637D (or 0x72637D) is known color: Mamba. HEX triplet: 72, 63 and 7D. RGB value is (114,99,125). Sum of RGB (Red+Green+Blue) = 114+99+125=338 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.73% from 338); Green value is 99 (39.06% from 255 or 29.29% from 338); Blue value is 125 (49.22% from 255 or 36.98% from 338); Max value from RGB is 125 - color contains mainly: blue. Hex color #72637D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72637D is #8D9C82. Grayscale: #6A6A6A. Windows color (decimal): -9280643 or 8217458. OLE color: 8217458.
HSL color Cylindrical-coordinate representation of color #72637D: hue angle of 274.62º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #72637D is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 114 | 99 | 125 | - |
| CMYK | 0.09 | 0.21 | 0 | 0.51 |
| HSL | 274.62º | 0.12% | 0.44% | - |
| HSV(B) | 274.62º | 0.21% | 0.49% | - |
| XYZ | 15.1 | 13.98 | 21.3 | - |
| YUV | 106.45 | 138.47 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 99 | 125 | 0.09 | 0.21 | 0 | 0.51 | 274.62 | 0.12 | 0.44 |
| Hex | 72 | 63 | 7D | 9 | 15 | 0 | 33 | 113 | C | 2C |
| Octal | 162 | 143 | 175 | 11 | 25 | 0 | 63 | 423 | 14 | 54 |
| Binary | 1110010 | 1100011 | 1111101 | 1001 | 10101 | 0 | 110011 | 100010011 | 1100 | 101100 |
Color Harmonies of #72637D
Complementary color
Monochromatic Colors of #72637D
Black with #72637D
Text Example
Text Example
White with #72637D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72637D; }
p { color: rgb(114,99,125); }
H1.HeaderClassName
{
color: #72637D;
}
.AnyTagClassName
{
color: #72637D;
}
</style>
background-color css
<style>
a { background-color: #72637D; }
a { background-color: rgb(114,99,125); }
div.DivClassName
{
background-color: #72637D;
}
.BgClassName
{
background-color: #72637D;
}
</style>
border-color css
<style>
span { border-color: #72637D; }
span { border-color: rgb(114,99,125); }
td.TdClassName
{
border-color: #72637D;
}
.TagClassName
{
border-color: #72637D;
}
</style>