Shades of Mamba #776F7D
Tints of Mamba #776F7D
RGB
CMYK
RGB Variations
Color information
#776F7D (or 0x776F7D) is known color: Mamba. HEX triplet: 77, 6F and 7D. RGB value is (119,111,125). Sum of RGB (Red+Green+Blue) = 119+111+125=355 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.52% from 355); Green value is 111 (43.75% from 255 or 31.27% from 355); Blue value is 125 (49.22% from 255 or 35.21% from 355); Max value from RGB is 125 - color contains mainly: blue. Hex color #776F7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776F7D is #889082. Grayscale: #727272. Windows color (decimal): -8949891 or 8220535. OLE color: 8220535.
HSL color Cylindrical-coordinate representation of color #776F7D: hue angle of 274.29º degrees, saturation: 0.06, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #776F7D is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 119 | 111 | 125 | - |
| CMYK | 0.05 | 0.11 | 0 | 0.51 |
| HSL | 274.29º | 0.06% | 0.46% | - |
| HSV(B) | 274.29º | 0.11% | 0.49% | - |
| XYZ | 16.99 | 16.77 | 21.74 | - |
| YUV | 114.99 | 133.65 | 130.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 111 | 125 | 0.05 | 0.11 | 0 | 0.51 | 274.29 | 0.06 | 0.46 |
| Hex | 77 | 6F | 7D | 5 | B | 0 | 33 | 112 | 6 | 2E |
| Octal | 167 | 157 | 175 | 5 | 13 | 0 | 63 | 422 | 6 | 56 |
| Binary | 1110111 | 1101111 | 1111101 | 101 | 1011 | 0 | 110011 | 100010010 | 110 | 101110 |
Color Harmonies of #776F7D
Complementary color
Monochromatic Colors of #776F7D
Black with #776F7D
Text Example
Text Example
White with #776F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776F7D; }
p { color: rgb(119,111,125); }
H1.HeaderClassName
{
color: #776F7D;
}
.AnyTagClassName
{
color: #776F7D;
}
</style>
background-color css
<style>
a { background-color: #776F7D; }
a { background-color: rgb(119,111,125); }
div.DivClassName
{
background-color: #776F7D;
}
.BgClassName
{
background-color: #776F7D;
}
</style>
border-color css
<style>
span { border-color: #776F7D; }
span { border-color: rgb(119,111,125); }
td.TdClassName
{
border-color: #776F7D;
}
.TagClassName
{
border-color: #776F7D;
}
</style>