Shades of Mamba #786381
Tints of Mamba #786381
RGB
CMYK
RGB Variations
Color information
#786381 (or 0x786381) is known color: Mamba. HEX triplet: 78, 63 and 81. RGB value is (120,99,129). Sum of RGB (Red+Green+Blue) = 120+99+129=348 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.48% from 348); Green value is 99 (39.06% from 255 or 28.45% from 348); Blue value is 129 (50.78% from 255 or 37.07% from 348); Max value from RGB is 129 - color contains mainly: blue. Hex color #786381 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786381 is #879C7E. Grayscale: #6C6C6C. Windows color (decimal): -8887423 or 8479608. OLE color: 8479608.
HSL color Cylindrical-coordinate representation of color #786381: hue angle of 282º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #786381 is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 120 | 99 | 129 | - |
| CMYK | 0.07 | 0.23 | 0 | 0.49 |
| HSL | 282º | 0.13% | 0.45% | - |
| HSV(B) | 282º | 0.23% | 0.51% | - |
| XYZ | 16.17 | 14.5 | 22.72 | - |
| YUV | 108.7 | 139.46 | 136.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 99 | 129 | 0.07 | 0.23 | 0 | 0.49 | 282 | 0.13 | 0.45 |
| Hex | 78 | 63 | 81 | 7 | 17 | 0 | 31 | 11A | D | 2D |
| Octal | 170 | 143 | 201 | 7 | 27 | 0 | 61 | 432 | 15 | 55 |
| Binary | 1111000 | 1100011 | 10000001 | 111 | 10111 | 0 | 110001 | 100011010 | 1101 | 101101 |
Color Harmonies of #786381
Complementary color
Monochromatic Colors of #786381
Black with #786381
Text Example
Text Example
White with #786381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786381; }
p { color: rgb(120,99,129); }
H1.HeaderClassName
{
color: #786381;
}
.AnyTagClassName
{
color: #786381;
}
</style>
background-color css
<style>
a { background-color: #786381; }
a { background-color: rgb(120,99,129); }
div.DivClassName
{
background-color: #786381;
}
.BgClassName
{
background-color: #786381;
}
</style>
border-color css
<style>
span { border-color: #786381; }
span { border-color: rgb(120,99,129); }
td.TdClassName
{
border-color: #786381;
}
.TagClassName
{
border-color: #786381;
}
</style>