Shades of Mamba #73657C
Tints of Mamba #73657C
RGB
CMYK
RGB Variations
Color information
#73657C (or 0x73657C) is known color: Mamba. HEX triplet: 73, 65 and 7C. RGB value is (115,101,124). Sum of RGB (Red+Green+Blue) = 115+101+124=340 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.82% from 340); Green value is 101 (39.84% from 255 or 29.71% from 340); Blue value is 124 (48.83% from 255 or 36.47% from 340); Max value from RGB is 124 - color contains mainly: blue. Hex color #73657C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73657C is #8C9A83. Grayscale: #6B6B6B. Windows color (decimal): -9214596 or 8152435. OLE color: 8152435.
HSL color Cylindrical-coordinate representation of color #73657C: hue angle of 276.52º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #73657C is Cyan = 0.07, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 115 | 101 | 124 | - |
| CMYK | 0.07 | 0.19 | 0 | 0.51 |
| HSL | 276.52º | 0.1% | 0.44% | - |
| HSV(B) | 276.52º | 0.19% | 0.49% | - |
| XYZ | 15.36 | 14.41 | 21.04 | - |
| YUV | 107.81 | 137.14 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 101 | 124 | 0.07 | 0.19 | 0 | 0.51 | 276.52 | 0.1 | 0.44 |
| Hex | 73 | 65 | 7C | 7 | 13 | 0 | 33 | 115 | A | 2C |
| Octal | 163 | 145 | 174 | 7 | 23 | 0 | 63 | 425 | 12 | 54 |
| Binary | 1110011 | 1100101 | 1111100 | 111 | 10011 | 0 | 110011 | 100010101 | 1010 | 101100 |
Color Harmonies of #73657C
Complementary color
Monochromatic Colors of #73657C
Black with #73657C
Text Example
Text Example
White with #73657C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73657C; }
p { color: rgb(115,101,124); }
H1.HeaderClassName
{
color: #73657C;
}
.AnyTagClassName
{
color: #73657C;
}
</style>
background-color css
<style>
a { background-color: #73657C; }
a { background-color: rgb(115,101,124); }
div.DivClassName
{
background-color: #73657C;
}
.BgClassName
{
background-color: #73657C;
}
</style>
border-color css
<style>
span { border-color: #73657C; }
span { border-color: rgb(115,101,124); }
td.TdClassName
{
border-color: #73657C;
}
.TagClassName
{
border-color: #73657C;
}
</style>