Shades of Mamba #78688A
Tints of Mamba #78688A
RGB
CMYK
RGB Variations
Color information
#78688A (or 0x78688A) is known color: Mamba. HEX triplet: 78, 68 and 8A. RGB value is (120,104,138). Sum of RGB (Red+Green+Blue) = 120+104+138=362 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.15% from 362); Green value is 104 (41.02% from 255 or 28.73% from 362); Blue value is 138 (54.30% from 255 or 38.12% from 362); Max value from RGB is 138 - color contains mainly: blue. Hex color #78688A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78688A is #879775. Grayscale: #707070. Windows color (decimal): -8886134 or 9070712. OLE color: 9070712.
HSL color Cylindrical-coordinate representation of color #78688A: hue angle of 268.24º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #78688A is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 120 | 104 | 138 | - |
| CMYK | 0.13 | 0.25 | 0 | 0.46 |
| HSL | 268.24º | 0.14% | 0.47% | - |
| HSV(B) | 268.24º | 0.25% | 0.54% | - |
| XYZ | 17.28 | 15.73 | 26.17 | - |
| YUV | 112.66 | 142.3 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 104 | 138 | 0.13 | 0.25 | 0 | 0.46 | 268.24 | 0.14 | 0.47 |
| Hex | 78 | 68 | 8A | D | 19 | 0 | 2E | 10C | E | 2F |
| Octal | 170 | 150 | 212 | 15 | 31 | 0 | 56 | 414 | 16 | 57 |
| Binary | 1111000 | 1101000 | 10001010 | 1101 | 11001 | 0 | 101110 | 100001100 | 1110 | 101111 |
Color Harmonies of #78688A
Complementary color
Monochromatic Colors of #78688A
Black with #78688A
Text Example
Text Example
White with #78688A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78688A; }
p { color: rgb(120,104,138); }
H1.HeaderClassName
{
color: #78688A;
}
.AnyTagClassName
{
color: #78688A;
}
</style>
background-color css
<style>
a { background-color: #78688A; }
a { background-color: rgb(120,104,138); }
div.DivClassName
{
background-color: #78688A;
}
.BgClassName
{
background-color: #78688A;
}
</style>
border-color css
<style>
span { border-color: #78688A; }
span { border-color: rgb(120,104,138); }
td.TdClassName
{
border-color: #78688A;
}
.TagClassName
{
border-color: #78688A;
}
</style>