Shades of Mamba #73697D
Tints of Mamba #73697D
RGB
CMYK
RGB Variations
Color information
#73697D (or 0x73697D) is known color: Mamba. HEX triplet: 73, 69 and 7D. RGB value is (115,105,125). Sum of RGB (Red+Green+Blue) = 115+105+125=345 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.33% from 345); Green value is 105 (41.41% from 255 or 30.43% from 345); Blue value is 125 (49.22% from 255 or 36.23% from 345); Max value from RGB is 125 - color contains mainly: blue. Hex color #73697D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73697D is #8C9682. Grayscale: #6E6E6E. Windows color (decimal): -9213571 or 8218995. OLE color: 8218995.
HSL color Cylindrical-coordinate representation of color #73697D: hue angle of 270º 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 #73697D is Cyan = 0.08, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 115 | 105 | 125 | - |
| CMYK | 0.08 | 0.16 | 0 | 0.51 |
| HSL | 270º | 0.09% | 0.45% | - |
| HSV(B) | 270º | 0.16% | 0.49% | - |
| XYZ | 15.82 | 15.23 | 21.51 | - |
| YUV | 110.27 | 136.31 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 105 | 125 | 0.08 | 0.16 | 0 | 0.51 | 270 | 0.09 | 0.45 |
| Hex | 73 | 69 | 7D | 8 | 10 | 0 | 33 | 10E | 9 | 2D |
| Octal | 163 | 151 | 175 | 10 | 20 | 0 | 63 | 416 | 11 | 55 |
| Binary | 1110011 | 1101001 | 1111101 | 1000 | 10000 | 0 | 110011 | 100001110 | 1001 | 101101 |
Color Harmonies of #73697D
Complementary color
Monochromatic Colors of #73697D
Black with #73697D
Text Example
Text Example
White with #73697D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73697D; }
p { color: rgb(115,105,125); }
H1.HeaderClassName
{
color: #73697D;
}
.AnyTagClassName
{
color: #73697D;
}
</style>
background-color css
<style>
a { background-color: #73697D; }
a { background-color: rgb(115,105,125); }
div.DivClassName
{
background-color: #73697D;
}
.BgClassName
{
background-color: #73697D;
}
</style>
border-color css
<style>
span { border-color: #73697D; }
span { border-color: rgb(115,105,125); }
td.TdClassName
{
border-color: #73697D;
}
.TagClassName
{
border-color: #73697D;
}
</style>