Shades of Mamba #73677E
Tints of Mamba #73677E
RGB
CMYK
RGB Variations
Color information
#73677E (or 0x73677E) is known color: Mamba. HEX triplet: 73, 67 and 7E. RGB value is (115,103,126). Sum of RGB (Red+Green+Blue) = 115+103+126=344 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.43% from 344); Green value is 103 (40.62% from 255 or 29.94% from 344); Blue value is 126 (49.61% from 255 or 36.63% from 344); Max value from RGB is 126 - color contains mainly: blue. Hex color #73677E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73677E is #8C9881. Grayscale: #6D6D6D. Windows color (decimal): -9214082 or 8284019. OLE color: 8284019.
HSL color Cylindrical-coordinate representation of color #73677E: hue angle of 271.3º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #73677E is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 115 | 103 | 126 | - |
| CMYK | 0.09 | 0.18 | 0 | 0.51 |
| HSL | 271.3º | 0.1% | 0.45% | - |
| HSV(B) | 271.3º | 0.18% | 0.49% | - |
| XYZ | 15.69 | 14.85 | 21.78 | - |
| YUV | 109.21 | 137.48 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 103 | 126 | 0.09 | 0.18 | 0 | 0.51 | 271.3 | 0.1 | 0.45 |
| Hex | 73 | 67 | 7E | 9 | 12 | 0 | 33 | 10F | A | 2D |
| Octal | 163 | 147 | 176 | 11 | 22 | 0 | 63 | 417 | 12 | 55 |
| Binary | 1110011 | 1100111 | 1111110 | 1001 | 10010 | 0 | 110011 | 100001111 | 1010 | 101101 |
Color Harmonies of #73677E
Complementary color
Monochromatic Colors of #73677E
Black with #73677E
Text Example
Text Example
White with #73677E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73677E; }
p { color: rgb(115,103,126); }
H1.HeaderClassName
{
color: #73677E;
}
.AnyTagClassName
{
color: #73677E;
}
</style>
background-color css
<style>
a { background-color: #73677E; }
a { background-color: rgb(115,103,126); }
div.DivClassName
{
background-color: #73677E;
}
.BgClassName
{
background-color: #73677E;
}
</style>
border-color css
<style>
span { border-color: #73677E; }
span { border-color: rgb(115,103,126); }
td.TdClassName
{
border-color: #73677E;
}
.TagClassName
{
border-color: #73677E;
}
</style>