Shades of Mamba #776583
Tints of Mamba #776583
RGB
CMYK
RGB Variations
Color information
#776583 (or 0x776583) is known color: Mamba. HEX triplet: 77, 65 and 83. RGB value is (119,101,131). Sum of RGB (Red+Green+Blue) = 119+101+131=351 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.90% from 351); Green value is 101 (39.84% from 255 or 28.77% from 351); Blue value is 131 (51.56% from 255 or 37.32% from 351); Max value from RGB is 131 - color contains mainly: blue. Hex color #776583 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776583 is #889A7C. Grayscale: #6D6D6D. Windows color (decimal): -8952445 or 8611191. OLE color: 8611191.
HSL color Cylindrical-coordinate representation of color #776583: hue angle of 276º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #776583 is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 119 | 101 | 131 | - |
| CMYK | 0.09 | 0.23 | 0 | 0.49 |
| HSL | 276º | 0.13% | 0.45% | - |
| HSV(B) | 276º | 0.23% | 0.51% | - |
| XYZ | 16.36 | 14.87 | 23.48 | - |
| YUV | 109.8 | 139.96 | 134.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 101 | 131 | 0.09 | 0.23 | 0 | 0.49 | 276 | 0.13 | 0.45 |
| Hex | 77 | 65 | 83 | 9 | 17 | 0 | 31 | 114 | D | 2D |
| Octal | 167 | 145 | 203 | 11 | 27 | 0 | 61 | 424 | 15 | 55 |
| Binary | 1110111 | 1100101 | 10000011 | 1001 | 10111 | 0 | 110001 | 100010100 | 1101 | 101101 |
Color Harmonies of #776583
Complementary color
Monochromatic Colors of #776583
Black with #776583
Text Example
Text Example
White with #776583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776583; }
p { color: rgb(119,101,131); }
H1.HeaderClassName
{
color: #776583;
}
.AnyTagClassName
{
color: #776583;
}
</style>
background-color css
<style>
a { background-color: #776583; }
a { background-color: rgb(119,101,131); }
div.DivClassName
{
background-color: #776583;
}
.BgClassName
{
background-color: #776583;
}
</style>
border-color css
<style>
span { border-color: #776583; }
span { border-color: rgb(119,101,131); }
td.TdClassName
{
border-color: #776583;
}
.TagClassName
{
border-color: #776583;
}
</style>