Shades of Mamba #76648B
Tints of Mamba #76648B
RGB
CMYK
RGB Variations
Color information
#76648B (or 0x76648B) is known color: Mamba. HEX triplet: 76, 64 and 8B. RGB value is (118,100,139). Sum of RGB (Red+Green+Blue) = 118+100+139=357 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.05% from 357); Green value is 100 (39.45% from 255 or 28.01% from 357); Blue value is 139 (54.69% from 255 or 38.94% from 357); Max value from RGB is 139 - color contains mainly: blue. Hex color #76648B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76648B is #899B74. Grayscale: #6D6D6D. Windows color (decimal): -9018229 or 9135222. OLE color: 9135222.
HSL color Cylindrical-coordinate representation of color #76648B: hue angle of 267.69º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #76648B is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 118 | 100 | 139 | - |
| CMYK | 0.15 | 0.28 | 0 | 0.45 |
| HSL | 267.69º | 0.16% | 0.47% | - |
| HSV(B) | 267.69º | 0.28% | 0.55% | - |
| XYZ | 16.69 | 14.83 | 26.41 | - |
| YUV | 109.83 | 144.46 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 100 | 139 | 0.15 | 0.28 | 0 | 0.45 | 267.69 | 0.16 | 0.47 |
| Hex | 76 | 64 | 8B | F | 1C | 0 | 2D | 10C | 10 | 2F |
| Octal | 166 | 144 | 213 | 17 | 34 | 0 | 55 | 414 | 20 | 57 |
| Binary | 1110110 | 1100100 | 10001011 | 1111 | 11100 | 0 | 101101 | 100001100 | 10000 | 101111 |
Color Harmonies of #76648B
Complementary color
Monochromatic Colors of #76648B
Black with #76648B
Text Example
Text Example
White with #76648B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76648B; }
p { color: rgb(118,100,139); }
H1.HeaderClassName
{
color: #76648B;
}
.AnyTagClassName
{
color: #76648B;
}
</style>
background-color css
<style>
a { background-color: #76648B; }
a { background-color: rgb(118,100,139); }
div.DivClassName
{
background-color: #76648B;
}
.BgClassName
{
background-color: #76648B;
}
</style>
border-color css
<style>
span { border-color: #76648B; }
span { border-color: rgb(118,100,139); }
td.TdClassName
{
border-color: #76648B;
}
.TagClassName
{
border-color: #76648B;
}
</style>