Shades of Mamba #73607E
Tints of Mamba #73607E
RGB
CMYK
RGB Variations
Color information
#73607E (or 0x73607E) is known color: Mamba. HEX triplet: 73, 60 and 7E. RGB value is (115,96,126). Sum of RGB (Red+Green+Blue) = 115+96+126=337 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.12% from 337); Green value is 96 (37.89% from 255 or 28.49% from 337); Blue value is 126 (49.61% from 255 or 37.39% from 337); Max value from RGB is 126 - color contains mainly: blue. Hex color #73607E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73607E is #8C9F81. Grayscale: #696969. Windows color (decimal): -9215874 or 8282227. OLE color: 8282227.
HSL color Cylindrical-coordinate representation of color #73607E: hue angle of 278º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #73607E is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 115 | 96 | 126 | - |
| CMYK | 0.09 | 0.24 | 0 | 0.51 |
| HSL | 278º | 0.14% | 0.44% | - |
| HSV(B) | 278º | 0.24% | 0.49% | - |
| XYZ | 15.02 | 13.52 | 21.56 | - |
| YUV | 105.1 | 139.79 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 96 | 126 | 0.09 | 0.24 | 0 | 0.51 | 278 | 0.14 | 0.44 |
| Hex | 73 | 60 | 7E | 9 | 18 | 0 | 33 | 116 | E | 2C |
| Octal | 163 | 140 | 176 | 11 | 30 | 0 | 63 | 426 | 16 | 54 |
| Binary | 1110011 | 1100000 | 1111110 | 1001 | 11000 | 0 | 110011 | 100010110 | 1110 | 101100 |
Color Harmonies of #73607E
Complementary color
Monochromatic Colors of #73607E
Black with #73607E
Text Example
Text Example
White with #73607E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73607E; }
p { color: rgb(115,96,126); }
H1.HeaderClassName
{
color: #73607E;
}
.AnyTagClassName
{
color: #73607E;
}
</style>
background-color css
<style>
a { background-color: #73607E; }
a { background-color: rgb(115,96,126); }
div.DivClassName
{
background-color: #73607E;
}
.BgClassName
{
background-color: #73607E;
}
</style>
border-color css
<style>
span { border-color: #73607E; }
span { border-color: rgb(115,96,126); }
td.TdClassName
{
border-color: #73607E;
}
.TagClassName
{
border-color: #73607E;
}
</style>