Shades of Mamba #76608A
Tints of Mamba #76608A
RGB
CMYK
RGB Variations
Color information
#76608A (or 0x76608A) is known color: Mamba. HEX triplet: 76, 60 and 8A. RGB value is (118,96,138). Sum of RGB (Red+Green+Blue) = 118+96+138=352 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.52% from 352); Green value is 96 (37.89% from 255 or 27.27% from 352); Blue value is 138 (54.30% from 255 or 39.20% from 352); Max value from RGB is 138 - color contains mainly: blue. Hex color #76608A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76608A is #899F75. Grayscale: #6B6B6B. Windows color (decimal): -9019254 or 9068662. OLE color: 9068662.
HSL color Cylindrical-coordinate representation of color #76608A: hue angle of 271.43º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #76608A is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 118 | 96 | 138 | - |
| CMYK | 0.14 | 0.30 | 0 | 0.46 |
| HSL | 271.43º | 0.18% | 0.46% | - |
| HSV(B) | 271.43º | 0.3% | 0.54% | - |
| XYZ | 16.24 | 14.05 | 25.9 | - |
| YUV | 107.37 | 145.29 | 135.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 96 | 138 | 0.14 | 0.30 | 0 | 0.46 | 271.43 | 0.18 | 0.46 |
| Hex | 76 | 60 | 8A | E | 1E | 0 | 2E | 10F | 12 | 2E |
| Octal | 166 | 140 | 212 | 16 | 36 | 0 | 56 | 417 | 22 | 56 |
| Binary | 1110110 | 1100000 | 10001010 | 1110 | 11110 | 0 | 101110 | 100001111 | 10010 | 101110 |
Color Harmonies of #76608A
Complementary color
Monochromatic Colors of #76608A
Black with #76608A
Text Example
Text Example
White with #76608A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76608A; }
p { color: rgb(118,96,138); }
H1.HeaderClassName
{
color: #76608A;
}
.AnyTagClassName
{
color: #76608A;
}
</style>
background-color css
<style>
a { background-color: #76608A; }
a { background-color: rgb(118,96,138); }
div.DivClassName
{
background-color: #76608A;
}
.BgClassName
{
background-color: #76608A;
}
</style>
border-color css
<style>
span { border-color: #76608A; }
span { border-color: rgb(118,96,138); }
td.TdClassName
{
border-color: #76608A;
}
.TagClassName
{
border-color: #76608A;
}
</style>