Shades of Mamba #77628D
Tints of Mamba #77628D
RGB
CMYK
RGB Variations
Color information
#77628D (or 0x77628D) is known color: Mamba. HEX triplet: 77, 62 and 8D. RGB value is (119,98,141). Sum of RGB (Red+Green+Blue) = 119+98+141=358 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.24% from 358); Green value is 98 (38.67% from 255 or 27.37% from 358); Blue value is 141 (55.47% from 255 or 39.39% from 358); Max value from RGB is 141 - color contains mainly: blue. Hex color #77628D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77628D is #889D72. Grayscale: #6D6D6D. Windows color (decimal): -8953203 or 9265783. OLE color: 9265783.
HSL color Cylindrical-coordinate representation of color #77628D: hue angle of 269.3º degrees, saturation: 0.18, 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 #77628D is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 119 | 98 | 141 | - |
| CMYK | 0.16 | 0.30 | 0 | 0.45 |
| HSL | 269.3º | 0.18% | 0.47% | - |
| HSV(B) | 269.3º | 0.3% | 0.55% | - |
| XYZ | 16.78 | 14.58 | 27.13 | - |
| YUV | 109.18 | 145.96 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 98 | 141 | 0.16 | 0.30 | 0 | 0.45 | 269.3 | 0.18 | 0.47 |
| Hex | 77 | 62 | 8D | 10 | 1E | 0 | 2D | 10D | 12 | 2F |
| Octal | 167 | 142 | 215 | 20 | 36 | 0 | 55 | 415 | 22 | 57 |
| Binary | 1110111 | 1100010 | 10001101 | 10000 | 11110 | 0 | 101101 | 100001101 | 10010 | 101111 |
Color Harmonies of #77628D
Complementary color
Monochromatic Colors of #77628D
Black with #77628D
Text Example
Text Example
White with #77628D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77628D; }
p { color: rgb(119,98,141); }
H1.HeaderClassName
{
color: #77628D;
}
.AnyTagClassName
{
color: #77628D;
}
</style>
background-color css
<style>
a { background-color: #77628D; }
a { background-color: rgb(119,98,141); }
div.DivClassName
{
background-color: #77628D;
}
.BgClassName
{
background-color: #77628D;
}
</style>
border-color css
<style>
span { border-color: #77628D; }
span { border-color: rgb(119,98,141); }
td.TdClassName
{
border-color: #77628D;
}
.TagClassName
{
border-color: #77628D;
}
</style>