Shades of Mamba #726182
Tints of Mamba #726182
RGB
CMYK
RGB Variations
Color information
#726182 (or 0x726182) is known color: Mamba. HEX triplet: 72, 61 and 82. RGB value is (114,97,130). Sum of RGB (Red+Green+Blue) = 114+97+130=341 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.43% from 341); Green value is 97 (38.28% from 255 or 28.45% from 341); Blue value is 130 (51.17% from 255 or 38.12% from 341); Max value from RGB is 130 - color contains mainly: blue. Hex color #726182 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726182 is #8D9E7D. Grayscale: #696969. Windows color (decimal): -9281150 or 8544626. OLE color: 8544626.
HSL color Cylindrical-coordinate representation of color #726182: hue angle of 270.91º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #726182 is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 114 | 97 | 130 | - |
| CMYK | 0.12 | 0.25 | 0 | 0.49 |
| HSL | 270.91º | 0.15% | 0.45% | - |
| HSV(B) | 270.91º | 0.25% | 0.51% | - |
| XYZ | 15.24 | 13.74 | 22.97 | - |
| YUV | 105.85 | 141.63 | 133.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 97 | 130 | 0.12 | 0.25 | 0 | 0.49 | 270.91 | 0.15 | 0.45 |
| Hex | 72 | 61 | 82 | C | 19 | 0 | 31 | 10F | F | 2D |
| Octal | 162 | 141 | 202 | 14 | 31 | 0 | 61 | 417 | 17 | 55 |
| Binary | 1110010 | 1100001 | 10000010 | 1100 | 11001 | 0 | 110001 | 100001111 | 1111 | 101101 |
Color Harmonies of #726182
Complementary color
Monochromatic Colors of #726182
Black with #726182
Text Example
Text Example
White with #726182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726182; }
p { color: rgb(114,97,130); }
H1.HeaderClassName
{
color: #726182;
}
.AnyTagClassName
{
color: #726182;
}
</style>
background-color css
<style>
a { background-color: #726182; }
a { background-color: rgb(114,97,130); }
div.DivClassName
{
background-color: #726182;
}
.BgClassName
{
background-color: #726182;
}
</style>
border-color css
<style>
span { border-color: #726182; }
span { border-color: rgb(114,97,130); }
td.TdClassName
{
border-color: #726182;
}
.TagClassName
{
border-color: #726182;
}
</style>