Shades of Mamba #7B787D
Tints of Mamba #7B787D
RGB
CMYK
RGB Variations
Color information
#7B787D (or 0x7B787D) is known color: Mamba. HEX triplet: 7B, 78 and 7D. RGB value is (123,120,125). Sum of RGB (Red+Green+Blue) = 123+120+125=368 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.42% from 368); Green value is 120 (47.27% from 255 or 32.61% from 368); Blue value is 125 (49.22% from 255 or 33.97% from 368); Max value from RGB is 125 - color contains mainly: blue. Hex color #7B787D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B787D is #848782. Grayscale: #797979. Windows color (decimal): -8685443 or 8222843. OLE color: 8222843.
HSL color Cylindrical-coordinate representation of color #7B787D: hue angle of 276º degrees, saturation: 0.02, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #7B787D is Cyan = 0.02, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 123 | 120 | 125 | - |
| CMYK | 0.02 | 0.04 | 0 | 0.51 |
| HSL | 276º | 0.02% | 0.48% | - |
| HSV(B) | 276º | 0.04% | 0.49% | - |
| XYZ | 18.59 | 19.12 | 22.11 | - |
| YUV | 121.47 | 129.99 | 129.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 120 | 125 | 0.02 | 0.04 | 0 | 0.51 | 276 | 0.02 | 0.48 |
| Hex | 7B | 78 | 7D | 2 | 4 | 0 | 33 | 114 | 2 | 30 |
| Octal | 173 | 170 | 175 | 2 | 4 | 0 | 63 | 424 | 2 | 60 |
| Binary | 1111011 | 1111000 | 1111101 | 10 | 100 | 0 | 110011 | 100010100 | 10 | 110000 |
Color Harmonies of #7B787D
Complementary color
Monochromatic Colors of #7B787D
Black with #7B787D
Text Example
Text Example
White with #7B787D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B787D; }
p { color: rgb(123,120,125); }
H1.HeaderClassName
{
color: #7B787D;
}
.AnyTagClassName
{
color: #7B787D;
}
</style>
background-color css
<style>
a { background-color: #7B787D; }
a { background-color: rgb(123,120,125); }
div.DivClassName
{
background-color: #7B787D;
}
.BgClassName
{
background-color: #7B787D;
}
</style>
border-color css
<style>
span { border-color: #7B787D; }
span { border-color: rgb(123,120,125); }
td.TdClassName
{
border-color: #7B787D;
}
.TagClassName
{
border-color: #7B787D;
}
</style>