Shades of Mamba #76677D
Tints of Mamba #76677D
RGB
CMYK
RGB Variations
Color information
#76677D (or 0x76677D) is known color: Mamba. HEX triplet: 76, 67 and 7D. RGB value is (118,103,125). Sum of RGB (Red+Green+Blue) = 118+103+125=346 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.10% from 346); Green value is 103 (40.62% from 255 or 29.77% from 346); Blue value is 125 (49.22% from 255 or 36.13% from 346); Max value from RGB is 125 - color contains mainly: blue. Hex color #76677D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76677D is #899882. Grayscale: #6D6D6D. Windows color (decimal): -9017475 or 8218486. OLE color: 8218486.
HSL color Cylindrical-coordinate representation of color #76677D: hue angle of 280.91º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #76677D is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 118 | 103 | 125 | - |
| CMYK | 0.06 | 0.18 | 0 | 0.51 |
| HSL | 280.91º | 0.1% | 0.45% | - |
| HSV(B) | 280.91º | 0.18% | 0.49% | - |
| XYZ | 16.02 | 15.03 | 21.46 | - |
| YUV | 109.99 | 136.47 | 133.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 103 | 125 | 0.06 | 0.18 | 0 | 0.51 | 280.91 | 0.1 | 0.45 |
| Hex | 76 | 67 | 7D | 6 | 12 | 0 | 33 | 119 | A | 2D |
| Octal | 166 | 147 | 175 | 6 | 22 | 0 | 63 | 431 | 12 | 55 |
| Binary | 1110110 | 1100111 | 1111101 | 110 | 10010 | 0 | 110011 | 100011001 | 1010 | 101101 |
Color Harmonies of #76677D
Complementary color
Monochromatic Colors of #76677D
Black with #76677D
Text Example
Text Example
White with #76677D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76677D; }
p { color: rgb(118,103,125); }
H1.HeaderClassName
{
color: #76677D;
}
.AnyTagClassName
{
color: #76677D;
}
</style>
background-color css
<style>
a { background-color: #76677D; }
a { background-color: rgb(118,103,125); }
div.DivClassName
{
background-color: #76677D;
}
.BgClassName
{
background-color: #76677D;
}
</style>
border-color css
<style>
span { border-color: #76677D; }
span { border-color: rgb(118,103,125); }
td.TdClassName
{
border-color: #76677D;
}
.TagClassName
{
border-color: #76677D;
}
</style>