Shades of Mamba #786083
Tints of Mamba #786083
RGB
CMYK
RGB Variations
Color information
#786083 (or 0x786083) is known color: Mamba. HEX triplet: 78, 60 and 83. RGB value is (120,96,131). Sum of RGB (Red+Green+Blue) = 120+96+131=347 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.58% from 347); Green value is 96 (37.89% from 255 or 27.67% from 347); Blue value is 131 (51.56% from 255 or 37.75% from 347); Max value from RGB is 131 - color contains mainly: blue. Hex color #786083 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786083 is #879F7C. Grayscale: #6B6B6B. Windows color (decimal): -8888189 or 8609912. OLE color: 8609912.
HSL color Cylindrical-coordinate representation of color #786083: hue angle of 281.14º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #786083 is Cyan = 0.08, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 120 | 96 | 131 | - |
| CMYK | 0.08 | 0.27 | 0 | 0.49 |
| HSL | 281.14º | 0.15% | 0.45% | - |
| HSV(B) | 281.14º | 0.27% | 0.51% | - |
| XYZ | 16.03 | 14 | 23.33 | - |
| YUV | 107.17 | 141.45 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 96 | 131 | 0.08 | 0.27 | 0 | 0.49 | 281.14 | 0.15 | 0.45 |
| Hex | 78 | 60 | 83 | 8 | 1B | 0 | 31 | 119 | F | 2D |
| Octal | 170 | 140 | 203 | 10 | 33 | 0 | 61 | 431 | 17 | 55 |
| Binary | 1111000 | 1100000 | 10000011 | 1000 | 11011 | 0 | 110001 | 100011001 | 1111 | 101101 |
Color Harmonies of #786083
Complementary color
Monochromatic Colors of #786083
Black with #786083
Text Example
Text Example
White with #786083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786083; }
p { color: rgb(120,96,131); }
H1.HeaderClassName
{
color: #786083;
}
.AnyTagClassName
{
color: #786083;
}
</style>
background-color css
<style>
a { background-color: #786083; }
a { background-color: rgb(120,96,131); }
div.DivClassName
{
background-color: #786083;
}
.BgClassName
{
background-color: #786083;
}
</style>
border-color css
<style>
span { border-color: #786083; }
span { border-color: rgb(120,96,131); }
td.TdClassName
{
border-color: #786083;
}
.TagClassName
{
border-color: #786083;
}
</style>