Shades of Mamba #77638D
Tints of Mamba #77638D
RGB
CMYK
RGB Variations
Color information
#77638D (or 0x77638D) is known color: Mamba. HEX triplet: 77, 63 and 8D. RGB value is (119,99,141). Sum of RGB (Red+Green+Blue) = 119+99+141=359 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.15% from 359); Green value is 99 (39.06% from 255 or 27.58% from 359); Blue value is 141 (55.47% from 255 or 39.28% from 359); Max value from RGB is 141 - color contains mainly: blue. Hex color #77638D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77638D is #889C72. Grayscale: #6D6D6D. Windows color (decimal): -8952947 or 9266039. OLE color: 9266039.
HSL color Cylindrical-coordinate representation of color #77638D: hue angle of 268.57º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #77638D is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 119 | 99 | 141 | - |
| CMYK | 0.16 | 0.30 | 0 | 0.45 |
| HSL | 268.57º | 0.18% | 0.47% | - |
| HSV(B) | 268.57º | 0.3% | 0.55% | - |
| XYZ | 16.88 | 14.77 | 27.16 | - |
| YUV | 109.77 | 145.63 | 134.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 99 | 141 | 0.16 | 0.30 | 0 | 0.45 | 268.57 | 0.18 | 0.47 |
| Hex | 77 | 63 | 8D | 10 | 1E | 0 | 2D | 10D | 12 | 2F |
| Octal | 167 | 143 | 215 | 20 | 36 | 0 | 55 | 415 | 22 | 57 |
| Binary | 1110111 | 1100011 | 10001101 | 10000 | 11110 | 0 | 101101 | 100001101 | 10010 | 101111 |
Color Harmonies of #77638D
Complementary color
Monochromatic Colors of #77638D
Black with #77638D
Text Example
Text Example
White with #77638D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77638D; }
p { color: rgb(119,99,141); }
H1.HeaderClassName
{
color: #77638D;
}
.AnyTagClassName
{
color: #77638D;
}
</style>
background-color css
<style>
a { background-color: #77638D; }
a { background-color: rgb(119,99,141); }
div.DivClassName
{
background-color: #77638D;
}
.BgClassName
{
background-color: #77638D;
}
</style>
border-color css
<style>
span { border-color: #77638D; }
span { border-color: rgb(119,99,141); }
td.TdClassName
{
border-color: #77638D;
}
.TagClassName
{
border-color: #77638D;
}
</style>