Shades of Mamba #776281
Tints of Mamba #776281
RGB
CMYK
RGB Variations
Color information
#776281 (or 0x776281) is known color: Mamba. HEX triplet: 77, 62 and 81. RGB value is (119,98,129). Sum of RGB (Red+Green+Blue) = 119+98+129=346 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.39% from 346); Green value is 98 (38.67% from 255 or 28.32% from 346); Blue value is 129 (50.78% from 255 or 37.28% from 346); Max value from RGB is 129 - color contains mainly: blue. Hex color #776281 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776281 is #889D7E. Grayscale: #6B6B6B. Windows color (decimal): -8953215 or 8479351. OLE color: 8479351.
HSL color Cylindrical-coordinate representation of color #776281: hue angle of 280.65º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #776281 is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 119 | 98 | 129 | - |
| CMYK | 0.08 | 0.24 | 0 | 0.49 |
| HSL | 280.65º | 0.14% | 0.45% | - |
| HSV(B) | 280.65º | 0.24% | 0.51% | - |
| XYZ | 15.94 | 14.24 | 22.68 | - |
| YUV | 107.81 | 139.96 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 98 | 129 | 0.08 | 0.24 | 0 | 0.49 | 280.65 | 0.14 | 0.45 |
| Hex | 77 | 62 | 81 | 8 | 18 | 0 | 31 | 119 | E | 2D |
| Octal | 167 | 142 | 201 | 10 | 30 | 0 | 61 | 431 | 16 | 55 |
| Binary | 1110111 | 1100010 | 10000001 | 1000 | 11000 | 0 | 110001 | 100011001 | 1110 | 101101 |
Color Harmonies of #776281
Complementary color
Monochromatic Colors of #776281
Black with #776281
Text Example
Text Example
White with #776281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776281; }
p { color: rgb(119,98,129); }
H1.HeaderClassName
{
color: #776281;
}
.AnyTagClassName
{
color: #776281;
}
</style>
background-color css
<style>
a { background-color: #776281; }
a { background-color: rgb(119,98,129); }
div.DivClassName
{
background-color: #776281;
}
.BgClassName
{
background-color: #776281;
}
</style>
border-color css
<style>
span { border-color: #776281; }
span { border-color: rgb(119,98,129); }
td.TdClassName
{
border-color: #776281;
}
.TagClassName
{
border-color: #776281;
}
</style>