Shades of Mamba #73647E
Tints of Mamba #73647E
RGB
CMYK
RGB Variations
Color information
#73647E (or 0x73647E) is known color: Mamba. HEX triplet: 73, 64 and 7E. RGB value is (115,100,126). Sum of RGB (Red+Green+Blue) = 115+100+126=341 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.72% from 341); Green value is 100 (39.45% from 255 or 29.33% from 341); Blue value is 126 (49.61% from 255 or 36.95% from 341); Max value from RGB is 126 - color contains mainly: blue. Hex color #73647E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73647E is #8C9B81. Grayscale: #6B6B6B. Windows color (decimal): -9214850 or 8283251. OLE color: 8283251.
HSL color Cylindrical-coordinate representation of color #73647E: hue angle of 274.62º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #73647E is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 115 | 100 | 126 | - |
| CMYK | 0.09 | 0.21 | 0 | 0.51 |
| HSL | 274.62º | 0.12% | 0.44% | - |
| HSV(B) | 274.62º | 0.21% | 0.49% | - |
| XYZ | 15.39 | 14.27 | 21.68 | - |
| YUV | 107.45 | 138.47 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 100 | 126 | 0.09 | 0.21 | 0 | 0.51 | 274.62 | 0.12 | 0.44 |
| Hex | 73 | 64 | 7E | 9 | 15 | 0 | 33 | 113 | C | 2C |
| Octal | 163 | 144 | 176 | 11 | 25 | 0 | 63 | 423 | 14 | 54 |
| Binary | 1110011 | 1100100 | 1111110 | 1001 | 10101 | 0 | 110011 | 100010011 | 1100 | 101100 |
Color Harmonies of #73647E
Complementary color
Monochromatic Colors of #73647E
Black with #73647E
Text Example
Text Example
White with #73647E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73647E; }
p { color: rgb(115,100,126); }
H1.HeaderClassName
{
color: #73647E;
}
.AnyTagClassName
{
color: #73647E;
}
</style>
background-color css
<style>
a { background-color: #73647E; }
a { background-color: rgb(115,100,126); }
div.DivClassName
{
background-color: #73647E;
}
.BgClassName
{
background-color: #73647E;
}
</style>
border-color css
<style>
span { border-color: #73647E; }
span { border-color: rgb(115,100,126); }
td.TdClassName
{
border-color: #73647E;
}
.TagClassName
{
border-color: #73647E;
}
</style>