Shades of Mamba #776A83
Tints of Mamba #776A83
RGB
CMYK
RGB Variations
Color information
#776A83 (or 0x776A83) is known color: Mamba. HEX triplet: 77, 6A and 83. RGB value is (119,106,131). Sum of RGB (Red+Green+Blue) = 119+106+131=356 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.43% from 356); Green value is 106 (41.80% from 255 or 29.78% from 356); Blue value is 131 (51.56% from 255 or 36.80% from 356); Max value from RGB is 131 - color contains mainly: blue. Hex color #776A83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776A83 is #88957C. Grayscale: #707070. Windows color (decimal): -8951165 or 8612471. OLE color: 8612471.
HSL color Cylindrical-coordinate representation of color #776A83: hue angle of 271.2º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #776A83 is Cyan = 0.09, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 119 | 106 | 131 | - |
| CMYK | 0.09 | 0.19 | 0 | 0.49 |
| HSL | 271.2º | 0.11% | 0.46% | - |
| HSV(B) | 271.2º | 0.19% | 0.51% | - |
| XYZ | 16.86 | 15.87 | 23.65 | - |
| YUV | 112.74 | 138.31 | 132.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 106 | 131 | 0.09 | 0.19 | 0 | 0.49 | 271.2 | 0.11 | 0.46 |
| Hex | 77 | 6A | 83 | 9 | 13 | 0 | 31 | 10F | B | 2E |
| Octal | 167 | 152 | 203 | 11 | 23 | 0 | 61 | 417 | 13 | 56 |
| Binary | 1110111 | 1101010 | 10000011 | 1001 | 10011 | 0 | 110001 | 100001111 | 1011 | 101110 |
Color Harmonies of #776A83
Complementary color
Monochromatic Colors of #776A83
Black with #776A83
Text Example
Text Example
White with #776A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776A83; }
p { color: rgb(119,106,131); }
H1.HeaderClassName
{
color: #776A83;
}
.AnyTagClassName
{
color: #776A83;
}
</style>
background-color css
<style>
a { background-color: #776A83; }
a { background-color: rgb(119,106,131); }
div.DivClassName
{
background-color: #776A83;
}
.BgClassName
{
background-color: #776A83;
}
</style>
border-color css
<style>
span { border-color: #776A83; }
span { border-color: rgb(119,106,131); }
td.TdClassName
{
border-color: #776A83;
}
.TagClassName
{
border-color: #776A83;
}
</style>