Shades of Mamba #726682
Tints of Mamba #726682
RGB
CMYK
RGB Variations
Color information
#726682 (or 0x726682) is known color: Mamba. HEX triplet: 72, 66 and 82. RGB value is (114,102,130). Sum of RGB (Red+Green+Blue) = 114+102+130=346 (45% of max value = 765). Red value is 114 (44.92% from 255 or 32.95% from 346); Green value is 102 (40.23% from 255 or 29.48% from 346); Blue value is 130 (51.17% from 255 or 37.57% from 346); Max value from RGB is 130 - color contains mainly: blue. Hex color #726682 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726682 is #8D997D. Grayscale: #6C6C6C. Windows color (decimal): -9279870 or 8545906. OLE color: 8545906.
HSL color Cylindrical-coordinate representation of color #726682: hue angle of 265.71º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #726682 is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 114 | 102 | 130 | - |
| CMYK | 0.12 | 0.22 | 0 | 0.49 |
| HSL | 265.71º | 0.12% | 0.45% | - |
| HSV(B) | 265.71º | 0.22% | 0.51% | - |
| XYZ | 15.72 | 14.69 | 23.13 | - |
| YUV | 108.78 | 139.98 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 102 | 130 | 0.12 | 0.22 | 0 | 0.49 | 265.71 | 0.12 | 0.45 |
| Hex | 72 | 66 | 82 | C | 16 | 0 | 31 | 10A | C | 2D |
| Octal | 162 | 146 | 202 | 14 | 26 | 0 | 61 | 412 | 14 | 55 |
| Binary | 1110010 | 1100110 | 10000010 | 1100 | 10110 | 0 | 110001 | 100001010 | 1100 | 101101 |
Color Harmonies of #726682
Complementary color
Monochromatic Colors of #726682
Black with #726682
Text Example
Text Example
White with #726682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726682; }
p { color: rgb(114,102,130); }
H1.HeaderClassName
{
color: #726682;
}
.AnyTagClassName
{
color: #726682;
}
</style>
background-color css
<style>
a { background-color: #726682; }
a { background-color: rgb(114,102,130); }
div.DivClassName
{
background-color: #726682;
}
.BgClassName
{
background-color: #726682;
}
</style>
border-color css
<style>
span { border-color: #726682; }
span { border-color: rgb(114,102,130); }
td.TdClassName
{
border-color: #726682;
}
.TagClassName
{
border-color: #726682;
}
</style>