Shades of Mamba #78698A
Tints of Mamba #78698A
RGB
CMYK
RGB Variations
Color information
#78698A (or 0x78698A) is known color: Mamba. HEX triplet: 78, 69 and 8A. RGB value is (120,105,138). Sum of RGB (Red+Green+Blue) = 120+105+138=363 (48% of max value = 765). Red value is 120 (47.27% from 255 or 33.06% from 363); Green value is 105 (41.41% from 255 or 28.93% from 363); Blue value is 138 (54.30% from 255 or 38.02% from 363); Max value from RGB is 138 - color contains mainly: blue. Hex color #78698A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78698A is #879675. Grayscale: #717171. Windows color (decimal): -8885878 or 9070968. OLE color: 9070968.
HSL color Cylindrical-coordinate representation of color #78698A: hue angle of 267.27º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #78698A is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 120 | 105 | 138 | - |
| CMYK | 0.13 | 0.24 | 0 | 0.46 |
| HSL | 267.27º | 0.14% | 0.48% | - |
| HSV(B) | 267.27º | 0.24% | 0.54% | - |
| XYZ | 17.38 | 15.93 | 26.2 | - |
| YUV | 113.25 | 141.97 | 132.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 105 | 138 | 0.13 | 0.24 | 0 | 0.46 | 267.27 | 0.14 | 0.48 |
| Hex | 78 | 69 | 8A | D | 18 | 0 | 2E | 10B | E | 30 |
| Octal | 170 | 151 | 212 | 15 | 30 | 0 | 56 | 413 | 16 | 60 |
| Binary | 1111000 | 1101001 | 10001010 | 1101 | 11000 | 0 | 101110 | 100001011 | 1110 | 110000 |
Color Harmonies of #78698A
Complementary color
Monochromatic Colors of #78698A
Black with #78698A
Text Example
Text Example
White with #78698A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78698A; }
p { color: rgb(120,105,138); }
H1.HeaderClassName
{
color: #78698A;
}
.AnyTagClassName
{
color: #78698A;
}
</style>
background-color css
<style>
a { background-color: #78698A; }
a { background-color: rgb(120,105,138); }
div.DivClassName
{
background-color: #78698A;
}
.BgClassName
{
background-color: #78698A;
}
</style>
border-color css
<style>
span { border-color: #78698A; }
span { border-color: rgb(120,105,138); }
td.TdClassName
{
border-color: #78698A;
}
.TagClassName
{
border-color: #78698A;
}
</style>