Shades of Mamba #726A78
Tints of Mamba #726A78
RGB
CMYK
RGB Variations
Color information
#726A78 (or 0x726A78) is known color: Mamba. HEX triplet: 72, 6A and 78. RGB value is (114,106,120). Sum of RGB (Red+Green+Blue) = 114+106+120=340 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.53% from 340); Green value is 106 (41.80% from 255 or 31.18% from 340); Blue value is 120 (47.27% from 255 or 35.29% from 340); Max value from RGB is 120 - color contains mainly: blue. Hex color #726A78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726A78 is #8D9587. Grayscale: #6D6D6D. Windows color (decimal): -9278856 or 7891570. OLE color: 7891570.
HSL color Cylindrical-coordinate representation of color #726A78: hue angle of 274.29º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #726A78 is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 114 | 106 | 120 | - |
| CMYK | 0.05 | 0.12 | 0 | 0.53 |
| HSL | 274.29º | 0.06% | 0.44% | - |
| HSV(B) | 274.29º | 0.12% | 0.47% | - |
| XYZ | 15.48 | 15.24 | 19.9 | - |
| YUV | 109.99 | 133.65 | 130.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 106 | 120 | 0.05 | 0.12 | 0 | 0.53 | 274.29 | 0.06 | 0.44 |
| Hex | 72 | 6A | 78 | 5 | C | 0 | 35 | 112 | 6 | 2C |
| Octal | 162 | 152 | 170 | 5 | 14 | 0 | 65 | 422 | 6 | 54 |
| Binary | 1110010 | 1101010 | 1111000 | 101 | 1100 | 0 | 110101 | 100010010 | 110 | 101100 |
Color Harmonies of #726A78
Complementary color
Monochromatic Colors of #726A78
Black with #726A78
Text Example
Text Example
White with #726A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726A78; }
p { color: rgb(114,106,120); }
H1.HeaderClassName
{
color: #726A78;
}
.AnyTagClassName
{
color: #726A78;
}
</style>
background-color css
<style>
a { background-color: #726A78; }
a { background-color: rgb(114,106,120); }
div.DivClassName
{
background-color: #726A78;
}
.BgClassName
{
background-color: #726A78;
}
</style>
border-color css
<style>
span { border-color: #726A78; }
span { border-color: rgb(114,106,120); }
td.TdClassName
{
border-color: #726A78;
}
.TagClassName
{
border-color: #726A78;
}
</style>