Shades of Mamba #7B737D
Tints of Mamba #7B737D
RGB
CMYK
RGB Variations
Color information
#7B737D (or 0x7B737D) is known color: Mamba. HEX triplet: 7B, 73 and 7D. RGB value is (123,115,125). Sum of RGB (Red+Green+Blue) = 123+115+125=363 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.88% from 363); Green value is 115 (45.31% from 255 or 31.68% from 363); Blue value is 125 (49.22% from 255 or 34.44% from 363); Max value from RGB is 125 - color contains mainly: blue. Hex color #7B737D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B737D is #848C82. Grayscale: #767676. Windows color (decimal): -8686723 or 8221563. OLE color: 8221563.
HSL color Cylindrical-coordinate representation of color #7B737D: hue angle of 288º degrees, saturation: 0.04, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #7B737D is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 123 | 115 | 125 | - |
| CMYK | 0.02 | 0.08 | 0 | 0.51 |
| HSL | 288º | 0.04% | 0.47% | - |
| HSV(B) | 288º | 0.08% | 0.49% | - |
| XYZ | 18 | 17.95 | 21.92 | - |
| YUV | 118.53 | 131.65 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 115 | 125 | 0.02 | 0.08 | 0 | 0.51 | 288 | 0.04 | 0.47 |
| Hex | 7B | 73 | 7D | 2 | 8 | 0 | 33 | 120 | 4 | 2F |
| Octal | 173 | 163 | 175 | 2 | 10 | 0 | 63 | 440 | 4 | 57 |
| Binary | 1111011 | 1110011 | 1111101 | 10 | 1000 | 0 | 110011 | 100100000 | 100 | 101111 |
Color Harmonies of #7B737D
Complementary color
Monochromatic Colors of #7B737D
Black with #7B737D
Text Example
Text Example
White with #7B737D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B737D; }
p { color: rgb(123,115,125); }
H1.HeaderClassName
{
color: #7B737D;
}
.AnyTagClassName
{
color: #7B737D;
}
</style>
background-color css
<style>
a { background-color: #7B737D; }
a { background-color: rgb(123,115,125); }
div.DivClassName
{
background-color: #7B737D;
}
.BgClassName
{
background-color: #7B737D;
}
</style>
border-color css
<style>
span { border-color: #7B737D; }
span { border-color: rgb(123,115,125); }
td.TdClassName
{
border-color: #7B737D;
}
.TagClassName
{
border-color: #7B737D;
}
</style>