Shades of Mamba #73687C
Tints of Mamba #73687C
RGB
CMYK
RGB Variations
Color information
#73687C (or 0x73687C) is known color: Mamba. HEX triplet: 73, 68 and 7C. RGB value is (115,104,124). Sum of RGB (Red+Green+Blue) = 115+104+124=343 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.53% from 343); Green value is 104 (41.02% from 255 or 30.32% from 343); Blue value is 124 (48.83% from 255 or 36.15% from 343); Max value from RGB is 124 - color contains mainly: blue. Hex color #73687C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73687C is #8C9783. Grayscale: #6D6D6D. Windows color (decimal): -9213828 or 8153203. OLE color: 8153203.
HSL color Cylindrical-coordinate representation of color #73687C: hue angle of 273º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #73687C is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 115 | 104 | 124 | - |
| CMYK | 0.07 | 0.16 | 0 | 0.51 |
| HSL | 273º | 0.09% | 0.45% | - |
| HSV(B) | 273º | 0.16% | 0.49% | - |
| XYZ | 15.66 | 15 | 21.14 | - |
| YUV | 109.57 | 136.14 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 104 | 124 | 0.07 | 0.16 | 0 | 0.51 | 273 | 0.09 | 0.45 |
| Hex | 73 | 68 | 7C | 7 | 10 | 0 | 33 | 111 | 9 | 2D |
| Octal | 163 | 150 | 174 | 7 | 20 | 0 | 63 | 421 | 11 | 55 |
| Binary | 1110011 | 1101000 | 1111100 | 111 | 10000 | 0 | 110011 | 100010001 | 1001 | 101101 |
Color Harmonies of #73687C
Complementary color
Monochromatic Colors of #73687C
Black with #73687C
Text Example
Text Example
White with #73687C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73687C; }
p { color: rgb(115,104,124); }
H1.HeaderClassName
{
color: #73687C;
}
.AnyTagClassName
{
color: #73687C;
}
</style>
background-color css
<style>
a { background-color: #73687C; }
a { background-color: rgb(115,104,124); }
div.DivClassName
{
background-color: #73687C;
}
.BgClassName
{
background-color: #73687C;
}
</style>
border-color css
<style>
span { border-color: #73687C; }
span { border-color: rgb(115,104,124); }
td.TdClassName
{
border-color: #73687C;
}
.TagClassName
{
border-color: #73687C;
}
</style>