Shades of Mamba #77697D
Tints of Mamba #77697D
RGB
CMYK
RGB Variations
Color information
#77697D (or 0x77697D) is known color: Mamba. HEX triplet: 77, 69 and 7D. RGB value is (119,105,125). Sum of RGB (Red+Green+Blue) = 119+105+125=349 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34.10% from 349); Green value is 105 (41.41% from 255 or 30.09% from 349); Blue value is 125 (49.22% from 255 or 35.82% from 349); Max value from RGB is 125 - color contains mainly: blue. Hex color #77697D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77697D is #889682. Grayscale: #6F6F6F. Windows color (decimal): -8951427 or 8218999. OLE color: 8218999.
HSL color Cylindrical-coordinate representation of color #77697D: hue angle of 282º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #77697D is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 119 | 105 | 125 | - |
| CMYK | 0.05 | 0.16 | 0 | 0.51 |
| HSL | 282º | 0.09% | 0.45% | - |
| HSV(B) | 282º | 0.16% | 0.49% | - |
| XYZ | 16.36 | 15.51 | 21.53 | - |
| YUV | 111.47 | 135.64 | 133.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 105 | 125 | 0.05 | 0.16 | 0 | 0.51 | 282 | 0.09 | 0.45 |
| Hex | 77 | 69 | 7D | 5 | 10 | 0 | 33 | 11A | 9 | 2D |
| Octal | 167 | 151 | 175 | 5 | 20 | 0 | 63 | 432 | 11 | 55 |
| Binary | 1110111 | 1101001 | 1111101 | 101 | 10000 | 0 | 110011 | 100011010 | 1001 | 101101 |
Color Harmonies of #77697D
Complementary color
Monochromatic Colors of #77697D
Black with #77697D
Text Example
Text Example
White with #77697D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77697D; }
p { color: rgb(119,105,125); }
H1.HeaderClassName
{
color: #77697D;
}
.AnyTagClassName
{
color: #77697D;
}
</style>
background-color css
<style>
a { background-color: #77697D; }
a { background-color: rgb(119,105,125); }
div.DivClassName
{
background-color: #77697D;
}
.BgClassName
{
background-color: #77697D;
}
</style>
border-color css
<style>
span { border-color: #77697D; }
span { border-color: rgb(119,105,125); }
td.TdClassName
{
border-color: #77697D;
}
.TagClassName
{
border-color: #77697D;
}
</style>