Shades of Mamba #76638A
Tints of Mamba #76638A
RGB
CMYK
RGB Variations
Color information
#76638A (or 0x76638A) is known color: Mamba. HEX triplet: 76, 63 and 8A. RGB value is (118,99,138). Sum of RGB (Red+Green+Blue) = 118+99+138=355 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.24% from 355); Green value is 99 (39.06% from 255 or 27.89% from 355); Blue value is 138 (54.30% from 255 or 38.87% from 355); Max value from RGB is 138 - color contains mainly: blue. Hex color #76638A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76638A is #899C75. Grayscale: #6C6C6C. Windows color (decimal): -9018486 or 9069430. OLE color: 9069430.
HSL color Cylindrical-coordinate representation of color #76638A: hue angle of 269.23º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #76638A is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 118 | 99 | 138 | - |
| CMYK | 0.14 | 0.28 | 0 | 0.46 |
| HSL | 269.23º | 0.16% | 0.46% | - |
| HSV(B) | 269.23º | 0.28% | 0.54% | - |
| XYZ | 16.52 | 14.61 | 25.99 | - |
| YUV | 109.13 | 144.29 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 99 | 138 | 0.14 | 0.28 | 0 | 0.46 | 269.23 | 0.16 | 0.46 |
| Hex | 76 | 63 | 8A | E | 1C | 0 | 2E | 10D | 10 | 2E |
| Octal | 166 | 143 | 212 | 16 | 34 | 0 | 56 | 415 | 20 | 56 |
| Binary | 1110110 | 1100011 | 10001010 | 1110 | 11100 | 0 | 101110 | 100001101 | 10000 | 101110 |
Color Harmonies of #76638A
Complementary color
Monochromatic Colors of #76638A
Black with #76638A
Text Example
Text Example
White with #76638A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76638A; }
p { color: rgb(118,99,138); }
H1.HeaderClassName
{
color: #76638A;
}
.AnyTagClassName
{
color: #76638A;
}
</style>
background-color css
<style>
a { background-color: #76638A; }
a { background-color: rgb(118,99,138); }
div.DivClassName
{
background-color: #76638A;
}
.BgClassName
{
background-color: #76638A;
}
</style>
border-color css
<style>
span { border-color: #76638A; }
span { border-color: rgb(118,99,138); }
td.TdClassName
{
border-color: #76638A;
}
.TagClassName
{
border-color: #76638A;
}
</style>