Shades of Mamba #72657E
Tints of Mamba #72657E
RGB
CMYK
RGB Variations
Color information
#72657E (or 0x72657E) is known color: Mamba. HEX triplet: 72, 65 and 7E. RGB value is (114,101,126). Sum of RGB (Red+Green+Blue) = 114+101+126=341 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.43% from 341); Green value is 101 (39.84% from 255 or 29.62% from 341); Blue value is 126 (49.61% from 255 or 36.95% from 341); Max value from RGB is 126 - color contains mainly: blue. Hex color #72657E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72657E is #8D9A81. Grayscale: #6B6B6B. Windows color (decimal): -9280130 or 8283506. OLE color: 8283506.
HSL color Cylindrical-coordinate representation of color #72657E: hue angle of 271.2º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #72657E is Cyan = 0.10, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 114 | 101 | 126 | - |
| CMYK | 0.10 | 0.20 | 0 | 0.51 |
| HSL | 271.2º | 0.11% | 0.45% | - |
| HSV(B) | 271.2º | 0.2% | 0.49% | - |
| XYZ | 15.36 | 14.39 | 21.71 | - |
| YUV | 107.74 | 138.31 | 132.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 101 | 126 | 0.10 | 0.20 | 0 | 0.51 | 271.2 | 0.11 | 0.45 |
| Hex | 72 | 65 | 7E | A | 14 | 0 | 33 | 10F | B | 2D |
| Octal | 162 | 145 | 176 | 12 | 24 | 0 | 63 | 417 | 13 | 55 |
| Binary | 1110010 | 1100101 | 1111110 | 1010 | 10100 | 0 | 110011 | 100001111 | 1011 | 101101 |
Color Harmonies of #72657E
Complementary color
Monochromatic Colors of #72657E
Black with #72657E
Text Example
Text Example
White with #72657E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72657E; }
p { color: rgb(114,101,126); }
H1.HeaderClassName
{
color: #72657E;
}
.AnyTagClassName
{
color: #72657E;
}
</style>
background-color css
<style>
a { background-color: #72657E; }
a { background-color: rgb(114,101,126); }
div.DivClassName
{
background-color: #72657E;
}
.BgClassName
{
background-color: #72657E;
}
</style>
border-color css
<style>
span { border-color: #72657E; }
span { border-color: rgb(114,101,126); }
td.TdClassName
{
border-color: #72657E;
}
.TagClassName
{
border-color: #72657E;
}
</style>