Shades of Mamba #78688B
Tints of Mamba #78688B
RGB
CMYK
RGB Variations
Color information
#78688B (or 0x78688B) is known color: Mamba. HEX triplet: 78, 68 and 8B. RGB value is (120,104,139). Sum of RGB (Red+Green+Blue) = 120+104+139=363 (48% of max value = 765). Red value is 120 (47.27% from 255 or 33.06% from 363); Green value is 104 (41.02% from 255 or 28.65% from 363); Blue value is 139 (54.69% from 255 or 38.29% from 363); Max value from RGB is 139 - color contains mainly: blue. Hex color #78688B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78688B is #879774. Grayscale: #707070. Windows color (decimal): -8886133 or 9136248. OLE color: 9136248.
HSL color Cylindrical-coordinate representation of color #78688B: hue angle of 267.43º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #78688B is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 120 | 104 | 139 | - |
| CMYK | 0.14 | 0.25 | 0 | 0.45 |
| HSL | 267.43º | 0.14% | 0.48% | - |
| HSV(B) | 267.43º | 0.25% | 0.55% | - |
| XYZ | 17.36 | 15.76 | 26.55 | - |
| YUV | 112.77 | 142.8 | 133.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 104 | 139 | 0.14 | 0.25 | 0 | 0.45 | 267.43 | 0.14 | 0.48 |
| Hex | 78 | 68 | 8B | E | 19 | 0 | 2D | 10B | E | 30 |
| Octal | 170 | 150 | 213 | 16 | 31 | 0 | 55 | 413 | 16 | 60 |
| Binary | 1111000 | 1101000 | 10001011 | 1110 | 11001 | 0 | 101101 | 100001011 | 1110 | 110000 |
Color Harmonies of #78688B
Complementary color
Monochromatic Colors of #78688B
Black with #78688B
Text Example
Text Example
White with #78688B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78688B; }
p { color: rgb(120,104,139); }
H1.HeaderClassName
{
color: #78688B;
}
.AnyTagClassName
{
color: #78688B;
}
</style>
background-color css
<style>
a { background-color: #78688B; }
a { background-color: rgb(120,104,139); }
div.DivClassName
{
background-color: #78688B;
}
.BgClassName
{
background-color: #78688B;
}
</style>
border-color css
<style>
span { border-color: #78688B; }
span { border-color: rgb(120,104,139); }
td.TdClassName
{
border-color: #78688B;
}
.TagClassName
{
border-color: #78688B;
}
</style>