Shades of Mamba #7B727F
Tints of Mamba #7B727F
RGB
CMYK
RGB Variations
Color information
#7B727F (or 0x7B727F) is known color: Mamba. HEX triplet: 7B, 72 and 7F. RGB value is (123,114,127). Sum of RGB (Red+Green+Blue) = 123+114+127=364 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.79% from 364); Green value is 114 (44.92% from 255 or 31.32% from 364); Blue value is 127 (50% from 255 or 34.89% from 364); Max value from RGB is 127 - color contains mainly: blue. Hex color #7B727F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B727F is #848D80. Grayscale: #767676. Windows color (decimal): -8686977 or 8352379. OLE color: 8352379.
HSL color Cylindrical-coordinate representation of color #7B727F: hue angle of 281.54º degrees, saturation: 0.05, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #7B727F is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 123 | 114 | 127 | - |
| CMYK | 0.03 | 0.10 | 0 | 0.50 |
| HSL | 281.54º | 0.05% | 0.47% | - |
| HSV(B) | 281.54º | 0.1% | 0.5% | - |
| XYZ | 18.02 | 17.78 | 22.56 | - |
| YUV | 118.17 | 132.98 | 131.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 114 | 127 | 0.03 | 0.10 | 0 | 0.50 | 281.54 | 0.05 | 0.47 |
| Hex | 7B | 72 | 7F | 3 | A | 0 | 32 | 11A | 5 | 2F |
| Octal | 173 | 162 | 177 | 3 | 12 | 0 | 62 | 432 | 5 | 57 |
| Binary | 1111011 | 1110010 | 1111111 | 11 | 1010 | 0 | 110010 | 100011010 | 101 | 101111 |
Color Harmonies of #7B727F
Complementary color
Monochromatic Colors of #7B727F
Black with #7B727F
Text Example
Text Example
White with #7B727F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B727F; }
p { color: rgb(123,114,127); }
H1.HeaderClassName
{
color: #7B727F;
}
.AnyTagClassName
{
color: #7B727F;
}
</style>
background-color css
<style>
a { background-color: #7B727F; }
a { background-color: rgb(123,114,127); }
div.DivClassName
{
background-color: #7B727F;
}
.BgClassName
{
background-color: #7B727F;
}
</style>
border-color css
<style>
span { border-color: #7B727F; }
span { border-color: rgb(123,114,127); }
td.TdClassName
{
border-color: #7B727F;
}
.TagClassName
{
border-color: #7B727F;
}
</style>