Shades of Mamba #72667F
Tints of Mamba #72667F
RGB
CMYK
RGB Variations
Color information
#72667F (or 0x72667F) is known color: Mamba. HEX triplet: 72, 66 and 7F. RGB value is (114,102,127). Sum of RGB (Red+Green+Blue) = 114+102+127=343 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.24% from 343); Green value is 102 (40.23% from 255 or 29.74% from 343); Blue value is 127 (50% from 255 or 37.03% from 343); Max value from RGB is 127 - color contains mainly: blue. Hex color #72667F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72667F is #8D9980. Grayscale: #6C6C6C. Windows color (decimal): -9279873 or 8349298. OLE color: 8349298.
HSL color Cylindrical-coordinate representation of color #72667F: hue angle of 268.8º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #72667F is Cyan = 0.10, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 114 | 102 | 127 | - |
| CMYK | 0.10 | 0.20 | 0 | 0.50 |
| HSL | 268.8º | 0.11% | 0.45% | - |
| HSV(B) | 268.8º | 0.2% | 0.5% | - |
| XYZ | 15.52 | 14.61 | 22.08 | - |
| YUV | 108.44 | 138.48 | 131.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 102 | 127 | 0.10 | 0.20 | 0 | 0.50 | 268.8 | 0.11 | 0.45 |
| Hex | 72 | 66 | 7F | A | 14 | 0 | 32 | 10D | B | 2D |
| Octal | 162 | 146 | 177 | 12 | 24 | 0 | 62 | 415 | 13 | 55 |
| Binary | 1110010 | 1100110 | 1111111 | 1010 | 10100 | 0 | 110010 | 100001101 | 1011 | 101101 |
Color Harmonies of #72667F
Complementary color
Monochromatic Colors of #72667F
Black with #72667F
Text Example
Text Example
White with #72667F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72667F; }
p { color: rgb(114,102,127); }
H1.HeaderClassName
{
color: #72667F;
}
.AnyTagClassName
{
color: #72667F;
}
</style>
background-color css
<style>
a { background-color: #72667F; }
a { background-color: rgb(114,102,127); }
div.DivClassName
{
background-color: #72667F;
}
.BgClassName
{
background-color: #72667F;
}
</style>
border-color css
<style>
span { border-color: #72667F; }
span { border-color: rgb(114,102,127); }
td.TdClassName
{
border-color: #72667F;
}
.TagClassName
{
border-color: #72667F;
}
</style>