Shades of Mamba #787679
Tints of Mamba #787679
RGB
CMYK
RGB Variations
Color information
#787679 (or 0x787679) is known color: Mamba. HEX triplet: 78, 76 and 79. RGB value is (120,118,121). Sum of RGB (Red+Green+Blue) = 120+118+121=359 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.43% from 359); Green value is 118 (46.48% from 255 or 32.87% from 359); Blue value is 121 (47.66% from 255 or 33.70% from 359); Max value from RGB is 121 - color contains mainly: blue. Hex color #787679 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787679 is #878986. Grayscale: #767676. Windows color (decimal): -8882567 or 7960184. OLE color: 7960184.
HSL color Cylindrical-coordinate representation of color #787679: hue angle of 280º degrees, saturation: 0.01, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #787679 is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 118 | 121 | - |
| CMYK | 0.01 | 0.02 | 0 | 0.53 |
| HSL | 280º | 0.01% | 0.47% | - |
| HSV(B) | 280º | 0.02% | 0.47% | - |
| XYZ | 17.68 | 18.33 | 20.7 | - |
| YUV | 118.94 | 129.16 | 128.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 118 | 121 | 0.01 | 0.02 | 0 | 0.53 | 280 | 0.01 | 0.47 |
| Hex | 78 | 76 | 79 | 1 | 2 | 0 | 35 | 118 | 1 | 2F |
| Octal | 170 | 166 | 171 | 1 | 2 | 0 | 65 | 430 | 1 | 57 |
| Binary | 1111000 | 1110110 | 1111001 | 1 | 10 | 0 | 110101 | 100011000 | 1 | 101111 |
Color Harmonies of #787679
Complementary color
Monochromatic Colors of #787679
Black with #787679
Text Example
Text Example
White with #787679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787679; }
p { color: rgb(120,118,121); }
H1.HeaderClassName
{
color: #787679;
}
.AnyTagClassName
{
color: #787679;
}
</style>
background-color css
<style>
a { background-color: #787679; }
a { background-color: rgb(120,118,121); }
div.DivClassName
{
background-color: #787679;
}
.BgClassName
{
background-color: #787679;
}
</style>
border-color css
<style>
span { border-color: #787679; }
span { border-color: rgb(120,118,121); }
td.TdClassName
{
border-color: #787679;
}
.TagClassName
{
border-color: #787679;
}
</style>