Shades of Mamba #726081
Tints of Mamba #726081
RGB
CMYK
RGB Variations
Color information
#726081 (or 0x726081) is known color: Mamba. HEX triplet: 72, 60 and 81. RGB value is (114,96,129). Sum of RGB (Red+Green+Blue) = 114+96+129=339 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.63% from 339); Green value is 96 (37.89% from 255 or 28.32% from 339); Blue value is 129 (50.78% from 255 or 38.05% from 339); Max value from RGB is 129 - color contains mainly: blue. Hex color #726081 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726081 is #8D9F7E. Grayscale: #696969. Windows color (decimal): -9281407 or 8478834. OLE color: 8478834.
HSL color Cylindrical-coordinate representation of color #726081: hue angle of 272.73º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #726081 is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 114 | 96 | 129 | - |
| CMYK | 0.12 | 0.26 | 0 | 0.49 |
| HSL | 272.73º | 0.15% | 0.44% | - |
| HSV(B) | 272.73º | 0.26% | 0.51% | - |
| XYZ | 15.08 | 13.53 | 22.59 | - |
| YUV | 105.14 | 141.46 | 134.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 96 | 129 | 0.12 | 0.26 | 0 | 0.49 | 272.73 | 0.15 | 0.44 |
| Hex | 72 | 60 | 81 | C | 1A | 0 | 31 | 111 | F | 2C |
| Octal | 162 | 140 | 201 | 14 | 32 | 0 | 61 | 421 | 17 | 54 |
| Binary | 1110010 | 1100000 | 10000001 | 1100 | 11010 | 0 | 110001 | 100010001 | 1111 | 101100 |
Color Harmonies of #726081
Complementary color
Monochromatic Colors of #726081
Black with #726081
Text Example
Text Example
White with #726081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726081; }
p { color: rgb(114,96,129); }
H1.HeaderClassName
{
color: #726081;
}
.AnyTagClassName
{
color: #726081;
}
</style>
background-color css
<style>
a { background-color: #726081; }
a { background-color: rgb(114,96,129); }
div.DivClassName
{
background-color: #726081;
}
.BgClassName
{
background-color: #726081;
}
</style>
border-color css
<style>
span { border-color: #726081; }
span { border-color: rgb(114,96,129); }
td.TdClassName
{
border-color: #726081;
}
.TagClassName
{
border-color: #726081;
}
</style>