Shades of Mamba #726184
Tints of Mamba #726184
RGB
CMYK
RGB Variations
Color information
#726184 (or 0x726184) is known color: Mamba. HEX triplet: 72, 61 and 84. RGB value is (114,97,132). Sum of RGB (Red+Green+Blue) = 114+97+132=343 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.24% from 343); Green value is 97 (38.28% from 255 or 28.28% from 343); Blue value is 132 (51.95% from 255 or 38.48% from 343); Max value from RGB is 132 - color contains mainly: blue. Hex color #726184 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726184 is #8D9E7B. Grayscale: #696969. Windows color (decimal): -9281148 or 8675698. OLE color: 8675698.
HSL color Cylindrical-coordinate representation of color #726184: hue angle of 269.14º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #726184 is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 114 | 97 | 132 | - |
| CMYK | 0.14 | 0.27 | 0 | 0.48 |
| HSL | 269.14º | 0.15% | 0.45% | - |
| HSV(B) | 269.14º | 0.27% | 0.52% | - |
| XYZ | 15.38 | 13.79 | 23.68 | - |
| YUV | 106.07 | 142.63 | 133.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 97 | 132 | 0.14 | 0.27 | 0 | 0.48 | 269.14 | 0.15 | 0.45 |
| Hex | 72 | 61 | 84 | E | 1B | 0 | 30 | 10D | F | 2D |
| Octal | 162 | 141 | 204 | 16 | 33 | 0 | 60 | 415 | 17 | 55 |
| Binary | 1110010 | 1100001 | 10000100 | 1110 | 11011 | 0 | 110000 | 100001101 | 1111 | 101101 |
Color Harmonies of #726184
Complementary color
Monochromatic Colors of #726184
Black with #726184
Text Example
Text Example
White with #726184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726184; }
p { color: rgb(114,97,132); }
H1.HeaderClassName
{
color: #726184;
}
.AnyTagClassName
{
color: #726184;
}
</style>
background-color css
<style>
a { background-color: #726184; }
a { background-color: rgb(114,97,132); }
div.DivClassName
{
background-color: #726184;
}
.BgClassName
{
background-color: #726184;
}
</style>
border-color css
<style>
span { border-color: #726184; }
span { border-color: rgb(114,97,132); }
td.TdClassName
{
border-color: #726184;
}
.TagClassName
{
border-color: #726184;
}
</style>