Shades of Mamba #786487
Tints of Mamba #786487
RGB
CMYK
RGB Variations
Color information
#786487 (or 0x786487) is known color: Mamba. HEX triplet: 78, 64 and 87. RGB value is (120,100,135). Sum of RGB (Red+Green+Blue) = 120+100+135=355 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.80% from 355); Green value is 100 (39.45% from 255 or 28.17% from 355); Blue value is 135 (53.12% from 255 or 38.03% from 355); Max value from RGB is 135 - color contains mainly: blue. Hex color #786487 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786487 is #879B78. Grayscale: #6D6D6D. Windows color (decimal): -8887161 or 8873080. OLE color: 8873080.
HSL color Cylindrical-coordinate representation of color #786487: hue angle of 274.29º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #786487 is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 120 | 100 | 135 | - |
| CMYK | 0.11 | 0.26 | 0 | 0.47 |
| HSL | 274.29º | 0.15% | 0.46% | - |
| HSV(B) | 274.29º | 0.26% | 0.53% | - |
| XYZ | 16.68 | 14.86 | 24.91 | - |
| YUV | 109.97 | 142.13 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 100 | 135 | 0.11 | 0.26 | 0 | 0.47 | 274.29 | 0.15 | 0.46 |
| Hex | 78 | 64 | 87 | B | 1A | 0 | 2F | 112 | F | 2E |
| Octal | 170 | 144 | 207 | 13 | 32 | 0 | 57 | 422 | 17 | 56 |
| Binary | 1111000 | 1100100 | 10000111 | 1011 | 11010 | 0 | 101111 | 100010010 | 1111 | 101110 |
Color Harmonies of #786487
Complementary color
Monochromatic Colors of #786487
Black with #786487
Text Example
Text Example
White with #786487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786487; }
p { color: rgb(120,100,135); }
H1.HeaderClassName
{
color: #786487;
}
.AnyTagClassName
{
color: #786487;
}
</style>
background-color css
<style>
a { background-color: #786487; }
a { background-color: rgb(120,100,135); }
div.DivClassName
{
background-color: #786487;
}
.BgClassName
{
background-color: #786487;
}
</style>
border-color css
<style>
span { border-color: #786487; }
span { border-color: rgb(120,100,135); }
td.TdClassName
{
border-color: #786487;
}
.TagClassName
{
border-color: #786487;
}
</style>