Shades of Mamba #73647D
Tints of Mamba #73647D
RGB
CMYK
RGB Variations
Color information
#73647D (or 0x73647D) is known color: Mamba. HEX triplet: 73, 64 and 7D. RGB value is (115,100,125). Sum of RGB (Red+Green+Blue) = 115+100+125=340 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.82% from 340); Green value is 100 (39.45% from 255 or 29.41% from 340); Blue value is 125 (49.22% from 255 or 36.76% from 340); Max value from RGB is 125 - color contains mainly: blue. Hex color #73647D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73647D is #8C9B82. Grayscale: #6B6B6B. Windows color (decimal): -9214851 or 8217715. OLE color: 8217715.
HSL color Cylindrical-coordinate representation of color #73647D: hue angle of 276º degrees, saturation: 0.11, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #73647D is Cyan = 0.08, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 115 | 100 | 125 | - |
| CMYK | 0.08 | 0.2 | 0 | 0.51 |
| HSL | 276º | 0.11% | 0.44% | - |
| HSV(B) | 276º | 0.2% | 0.49% | - |
| XYZ | 15.33 | 14.24 | 21.34 | - |
| YUV | 107.34 | 137.97 | 133.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 100 | 125 | 0.08 | 0.2 | 0 | 0.51 | 276 | 0.11 | 0.44 |
| Hex | 73 | 64 | 7D | 8 | 14 | 0 | 33 | 114 | B | 2C |
| Octal | 163 | 144 | 175 | 10 | 24 | 0 | 63 | 424 | 13 | 54 |
| Binary | 1110011 | 1100100 | 1111101 | 1000 | 10100 | 0 | 110011 | 100010100 | 1011 | 101100 |
Color Harmonies of #73647D
Complementary color
Monochromatic Colors of #73647D
Black with #73647D
Text Example
Text Example
White with #73647D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73647D; }
p { color: rgb(115,100,125); }
H1.HeaderClassName
{
color: #73647D;
}
.AnyTagClassName
{
color: #73647D;
}
</style>
background-color css
<style>
a { background-color: #73647D; }
a { background-color: rgb(115,100,125); }
div.DivClassName
{
background-color: #73647D;
}
.BgClassName
{
background-color: #73647D;
}
</style>
border-color css
<style>
span { border-color: #73647D; }
span { border-color: rgb(115,100,125); }
td.TdClassName
{
border-color: #73647D;
}
.TagClassName
{
border-color: #73647D;
}
</style>