Shades of Mamba #726281
Tints of Mamba #726281
RGB
CMYK
RGB Variations
Color information
#726281 (or 0x726281) is known color: Mamba. HEX triplet: 72, 62 and 81. RGB value is (114,98,129). Sum of RGB (Red+Green+Blue) = 114+98+129=341 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.43% from 341); Green value is 98 (38.67% from 255 or 28.74% from 341); Blue value is 129 (50.78% from 255 or 37.83% from 341); Max value from RGB is 129 - color contains mainly: blue. Hex color #726281 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726281 is #8D9D7E. Grayscale: #6A6A6A. Windows color (decimal): -9280895 or 8479346. OLE color: 8479346.
HSL color Cylindrical-coordinate representation of color #726281: hue angle of 270.97º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #726281 is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 114 | 98 | 129 | - |
| CMYK | 0.12 | 0.24 | 0 | 0.49 |
| HSL | 270.97º | 0.14% | 0.45% | - |
| HSV(B) | 270.97º | 0.24% | 0.51% | - |
| XYZ | 15.27 | 13.9 | 22.65 | - |
| YUV | 106.32 | 140.8 | 133.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 98 | 129 | 0.12 | 0.24 | 0 | 0.49 | 270.97 | 0.14 | 0.45 |
| Hex | 72 | 62 | 81 | C | 18 | 0 | 31 | 10F | E | 2D |
| Octal | 162 | 142 | 201 | 14 | 30 | 0 | 61 | 417 | 16 | 55 |
| Binary | 1110010 | 1100010 | 10000001 | 1100 | 11000 | 0 | 110001 | 100001111 | 1110 | 101101 |
Color Harmonies of #726281
Complementary color
Monochromatic Colors of #726281
Black with #726281
Text Example
Text Example
White with #726281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726281; }
p { color: rgb(114,98,129); }
H1.HeaderClassName
{
color: #726281;
}
.AnyTagClassName
{
color: #726281;
}
</style>
background-color css
<style>
a { background-color: #726281; }
a { background-color: rgb(114,98,129); }
div.DivClassName
{
background-color: #726281;
}
.BgClassName
{
background-color: #726281;
}
</style>
border-color css
<style>
span { border-color: #726281; }
span { border-color: rgb(114,98,129); }
td.TdClassName
{
border-color: #726281;
}
.TagClassName
{
border-color: #726281;
}
</style>