Shades of Mamba #78668A
Tints of Mamba #78668A
RGB
CMYK
RGB Variations
Color information
#78668A (or 0x78668A) is known color: Mamba. HEX triplet: 78, 66 and 8A. RGB value is (120,102,138). Sum of RGB (Red+Green+Blue) = 120+102+138=360 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.33% from 360); Green value is 102 (40.23% from 255 or 28.33% from 360); Blue value is 138 (54.30% from 255 or 38.33% from 360); Max value from RGB is 138 - color contains mainly: blue. Hex color #78668A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78668A is #879975. Grayscale: #6F6F6F. Windows color (decimal): -8886646 or 9070200. OLE color: 9070200.
HSL color Cylindrical-coordinate representation of color #78668A: hue angle of 270º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #78668A is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 120 | 102 | 138 | - |
| CMYK | 0.13 | 0.26 | 0 | 0.46 |
| HSL | 270º | 0.15% | 0.47% | - |
| HSV(B) | 270º | 0.26% | 0.54% | - |
| XYZ | 17.08 | 15.33 | 26.1 | - |
| YUV | 111.49 | 142.96 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 102 | 138 | 0.13 | 0.26 | 0 | 0.46 | 270 | 0.15 | 0.47 |
| Hex | 78 | 66 | 8A | D | 1A | 0 | 2E | 10E | F | 2F |
| Octal | 170 | 146 | 212 | 15 | 32 | 0 | 56 | 416 | 17 | 57 |
| Binary | 1111000 | 1100110 | 10001010 | 1101 | 11010 | 0 | 101110 | 100001110 | 1111 | 101111 |
Color Harmonies of #78668A
Complementary color
Monochromatic Colors of #78668A
Black with #78668A
Text Example
Text Example
White with #78668A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78668A; }
p { color: rgb(120,102,138); }
H1.HeaderClassName
{
color: #78668A;
}
.AnyTagClassName
{
color: #78668A;
}
</style>
background-color css
<style>
a { background-color: #78668A; }
a { background-color: rgb(120,102,138); }
div.DivClassName
{
background-color: #78668A;
}
.BgClassName
{
background-color: #78668A;
}
</style>
border-color css
<style>
span { border-color: #78668A; }
span { border-color: rgb(120,102,138); }
td.TdClassName
{
border-color: #78668A;
}
.TagClassName
{
border-color: #78668A;
}
</style>