Shades of Mamba #786485
Tints of Mamba #786485
RGB
CMYK
RGB Variations
Color information
#786485 (or 0x786485) is known color: Mamba. HEX triplet: 78, 64 and 85. RGB value is (120,100,133). Sum of RGB (Red+Green+Blue) = 120+100+133=353 (46% of max value = 765). Red value is 120 (47.27% from 255 or 33.99% from 353); Green value is 100 (39.45% from 255 or 28.33% from 353); Blue value is 133 (52.34% from 255 or 37.68% from 353); Max value from RGB is 133 - color contains mainly: blue. Hex color #786485 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786485 is #879B7A. Grayscale: #6D6D6D. Windows color (decimal): -8887163 or 8742008. OLE color: 8742008.
HSL color Cylindrical-coordinate representation of color #786485: hue angle of 276.36º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #786485 is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 120 | 100 | 133 | - |
| CMYK | 0.10 | 0.25 | 0 | 0.48 |
| HSL | 276.36º | 0.14% | 0.46% | - |
| HSV(B) | 276.36º | 0.25% | 0.52% | - |
| XYZ | 16.54 | 14.8 | 24.18 | - |
| YUV | 109.74 | 141.13 | 135.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 100 | 133 | 0.10 | 0.25 | 0 | 0.48 | 276.36 | 0.14 | 0.46 |
| Hex | 78 | 64 | 85 | A | 19 | 0 | 30 | 114 | E | 2E |
| Octal | 170 | 144 | 205 | 12 | 31 | 0 | 60 | 424 | 16 | 56 |
| Binary | 1111000 | 1100100 | 10000101 | 1010 | 11001 | 0 | 110000 | 100010100 | 1110 | 101110 |
Color Harmonies of #786485
Complementary color
Monochromatic Colors of #786485
Black with #786485
Text Example
Text Example
White with #786485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786485; }
p { color: rgb(120,100,133); }
H1.HeaderClassName
{
color: #786485;
}
.AnyTagClassName
{
color: #786485;
}
</style>
background-color css
<style>
a { background-color: #786485; }
a { background-color: rgb(120,100,133); }
div.DivClassName
{
background-color: #786485;
}
.BgClassName
{
background-color: #786485;
}
</style>
border-color css
<style>
span { border-color: #786485; }
span { border-color: rgb(120,100,133); }
td.TdClassName
{
border-color: #786485;
}
.TagClassName
{
border-color: #786485;
}
</style>