Shades of Mamba #786B7F
Tints of Mamba #786B7F
RGB
CMYK
RGB Variations
Color information
#786B7F (or 0x786B7F) is known color: Mamba. HEX triplet: 78, 6B and 7F. RGB value is (120,107,127). Sum of RGB (Red+Green+Blue) = 120+107+127=354 (46% of max value = 765). Red value is 120 (47.27% from 255 or 33.90% from 354); Green value is 107 (42.19% from 255 or 30.23% from 354); Blue value is 127 (50% from 255 or 35.88% from 354); Max value from RGB is 127 - color contains mainly: blue. Hex color #786B7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786B7F is #879480. Grayscale: #717171. Windows color (decimal): -8885377 or 8350584. OLE color: 8350584.
HSL color Cylindrical-coordinate representation of color #786B7F: hue angle of 279º degrees, saturation: 0.09, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #786B7F is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 120 | 107 | 127 | - |
| CMYK | 0.06 | 0.16 | 0 | 0.50 |
| HSL | 279º | 0.09% | 0.46% | - |
| HSV(B) | 279º | 0.16% | 0.5% | - |
| XYZ | 16.83 | 16.04 | 22.29 | - |
| YUV | 113.17 | 135.81 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 107 | 127 | 0.06 | 0.16 | 0 | 0.50 | 279 | 0.09 | 0.46 |
| Hex | 78 | 6B | 7F | 6 | 10 | 0 | 32 | 117 | 9 | 2E |
| Octal | 170 | 153 | 177 | 6 | 20 | 0 | 62 | 427 | 11 | 56 |
| Binary | 1111000 | 1101011 | 1111111 | 110 | 10000 | 0 | 110010 | 100010111 | 1001 | 101110 |
Color Harmonies of #786B7F
Complementary color
Monochromatic Colors of #786B7F
Black with #786B7F
Text Example
Text Example
White with #786B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786B7F; }
p { color: rgb(120,107,127); }
H1.HeaderClassName
{
color: #786B7F;
}
.AnyTagClassName
{
color: #786B7F;
}
</style>
background-color css
<style>
a { background-color: #786B7F; }
a { background-color: rgb(120,107,127); }
div.DivClassName
{
background-color: #786B7F;
}
.BgClassName
{
background-color: #786B7F;
}
</style>
border-color css
<style>
span { border-color: #786B7F; }
span { border-color: rgb(120,107,127); }
td.TdClassName
{
border-color: #786B7F;
}
.TagClassName
{
border-color: #786B7F;
}
</style>