Shades of Mamba #786581
Tints of Mamba #786581
RGB
CMYK
RGB Variations
Color information
#786581 (or 0x786581) is known color: Mamba. HEX triplet: 78, 65 and 81. RGB value is (120,101,129). Sum of RGB (Red+Green+Blue) = 120+101+129=350 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.29% from 350); Green value is 101 (39.84% from 255 or 28.86% from 350); Blue value is 129 (50.78% from 255 or 36.86% from 350); Max value from RGB is 129 - color contains mainly: blue. Hex color #786581 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786581 is #879A7E. Grayscale: #6D6D6D. Windows color (decimal): -8886911 or 8480120. OLE color: 8480120.
HSL color Cylindrical-coordinate representation of color #786581: hue angle of 280.71º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #786581 is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 120 | 101 | 129 | - |
| CMYK | 0.07 | 0.22 | 0 | 0.49 |
| HSL | 280.71º | 0.12% | 0.45% | - |
| HSV(B) | 280.71º | 0.22% | 0.51% | - |
| XYZ | 16.36 | 14.89 | 22.78 | - |
| YUV | 109.87 | 138.79 | 135.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 101 | 129 | 0.07 | 0.22 | 0 | 0.49 | 280.71 | 0.12 | 0.45 |
| Hex | 78 | 65 | 81 | 7 | 16 | 0 | 31 | 119 | C | 2D |
| Octal | 170 | 145 | 201 | 7 | 26 | 0 | 61 | 431 | 14 | 55 |
| Binary | 1111000 | 1100101 | 10000001 | 111 | 10110 | 0 | 110001 | 100011001 | 1100 | 101101 |
Color Harmonies of #786581
Complementary color
Monochromatic Colors of #786581
Black with #786581
Text Example
Text Example
White with #786581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786581; }
p { color: rgb(120,101,129); }
H1.HeaderClassName
{
color: #786581;
}
.AnyTagClassName
{
color: #786581;
}
</style>
background-color css
<style>
a { background-color: #786581; }
a { background-color: rgb(120,101,129); }
div.DivClassName
{
background-color: #786581;
}
.BgClassName
{
background-color: #786581;
}
</style>
border-color css
<style>
span { border-color: #786581; }
span { border-color: rgb(120,101,129); }
td.TdClassName
{
border-color: #786581;
}
.TagClassName
{
border-color: #786581;
}
</style>