Shades of Mamba #786782
Tints of Mamba #786782
RGB
CMYK
RGB Variations
Color information
#786782 (or 0x786782) is known color: Mamba. HEX triplet: 78, 67 and 82. RGB value is (120,103,130). Sum of RGB (Red+Green+Blue) = 120+103+130=353 (46% of max value = 765). Red value is 120 (47.27% from 255 or 33.99% from 353); Green value is 103 (40.62% from 255 or 29.18% from 353); Blue value is 130 (51.17% from 255 or 36.83% from 353); Max value from RGB is 130 - color contains mainly: blue. Hex color #786782 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786782 is #87987D. Grayscale: #6F6F6F. Windows color (decimal): -8886398 or 8546168. OLE color: 8546168.
HSL color Cylindrical-coordinate representation of color #786782: hue angle of 277.78º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #786782 is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 120 | 103 | 130 | - |
| CMYK | 0.08 | 0.21 | 0 | 0.49 |
| HSL | 277.78º | 0.12% | 0.46% | - |
| HSV(B) | 277.78º | 0.21% | 0.51% | - |
| XYZ | 16.63 | 15.31 | 23.2 | - |
| YUV | 111.16 | 138.63 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 103 | 130 | 0.08 | 0.21 | 0 | 0.49 | 277.78 | 0.12 | 0.46 |
| Hex | 78 | 67 | 82 | 8 | 15 | 0 | 31 | 116 | C | 2E |
| Octal | 170 | 147 | 202 | 10 | 25 | 0 | 61 | 426 | 14 | 56 |
| Binary | 1111000 | 1100111 | 10000010 | 1000 | 10101 | 0 | 110001 | 100010110 | 1100 | 101110 |
Color Harmonies of #786782
Complementary color
Monochromatic Colors of #786782
Black with #786782
Text Example
Text Example
White with #786782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786782; }
p { color: rgb(120,103,130); }
H1.HeaderClassName
{
color: #786782;
}
.AnyTagClassName
{
color: #786782;
}
</style>
background-color css
<style>
a { background-color: #786782; }
a { background-color: rgb(120,103,130); }
div.DivClassName
{
background-color: #786782;
}
.BgClassName
{
background-color: #786782;
}
</style>
border-color css
<style>
span { border-color: #786782; }
span { border-color: rgb(120,103,130); }
td.TdClassName
{
border-color: #786782;
}
.TagClassName
{
border-color: #786782;
}
</style>