Shades of Mamba #73637D
Tints of Mamba #73637D
RGB
CMYK
RGB Variations
Color information
#73637D (or 0x73637D) is known color: Mamba. HEX triplet: 73, 63 and 7D. RGB value is (115,99,125). Sum of RGB (Red+Green+Blue) = 115+99+125=339 (44% of max value = 765). Red value is 115 (45.31% from 255 or 33.92% from 339); Green value is 99 (39.06% from 255 or 29.20% from 339); Blue value is 125 (49.22% from 255 or 36.87% from 339); Max value from RGB is 125 - color contains mainly: blue. Hex color #73637D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73637D is #8C9C82. Grayscale: #6A6A6A. Windows color (decimal): -9215107 or 8217459. OLE color: 8217459.
HSL color Cylindrical-coordinate representation of color #73637D: hue angle of 276.92º 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 #73637D is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 115 | 99 | 125 | - |
| CMYK | 0.08 | 0.21 | 0 | 0.51 |
| HSL | 276.92º | 0.12% | 0.44% | - |
| HSV(B) | 276.92º | 0.21% | 0.49% | - |
| XYZ | 15.23 | 14.05 | 21.31 | - |
| YUV | 106.75 | 138.3 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 99 | 125 | 0.08 | 0.21 | 0 | 0.51 | 276.92 | 0.12 | 0.44 |
| Hex | 73 | 63 | 7D | 8 | 15 | 0 | 33 | 115 | C | 2C |
| Octal | 163 | 143 | 175 | 10 | 25 | 0 | 63 | 425 | 14 | 54 |
| Binary | 1110011 | 1100011 | 1111101 | 1000 | 10101 | 0 | 110011 | 100010101 | 1100 | 101100 |
Color Harmonies of #73637D
Complementary color
Monochromatic Colors of #73637D
Black with #73637D
Text Example
Text Example
White with #73637D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73637D; }
p { color: rgb(115,99,125); }
H1.HeaderClassName
{
color: #73637D;
}
.AnyTagClassName
{
color: #73637D;
}
</style>
background-color css
<style>
a { background-color: #73637D; }
a { background-color: rgb(115,99,125); }
div.DivClassName
{
background-color: #73637D;
}
.BgClassName
{
background-color: #73637D;
}
</style>
border-color css
<style>
span { border-color: #73637D; }
span { border-color: rgb(115,99,125); }
td.TdClassName
{
border-color: #73637D;
}
.TagClassName
{
border-color: #73637D;
}
</style>