Shades of Mamba #77677E
Tints of Mamba #77677E
RGB
CMYK
RGB Variations
Color information
#77677E (or 0x77677E) is known color: Mamba. HEX triplet: 77, 67 and 7E. RGB value is (119,103,126). Sum of RGB (Red+Green+Blue) = 119+103+126=348 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34.20% from 348); Green value is 103 (40.62% from 255 or 29.60% from 348); Blue value is 126 (49.61% from 255 or 36.21% from 348); Max value from RGB is 126 - color contains mainly: blue. Hex color #77677E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77677E is #889881. Grayscale: #6E6E6E. Windows color (decimal): -8951938 or 8284023. OLE color: 8284023.
HSL color Cylindrical-coordinate representation of color #77677E: hue angle of 281.74º 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 #77677E is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 119 | 103 | 126 | - |
| CMYK | 0.06 | 0.18 | 0 | 0.51 |
| HSL | 281.74º | 0.1% | 0.45% | - |
| HSV(B) | 281.74º | 0.18% | 0.49% | - |
| XYZ | 16.22 | 15.13 | 21.8 | - |
| YUV | 110.41 | 136.8 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 103 | 126 | 0.06 | 0.18 | 0 | 0.51 | 281.74 | 0.1 | 0.45 |
| Hex | 77 | 67 | 7E | 6 | 12 | 0 | 33 | 11A | A | 2D |
| Octal | 167 | 147 | 176 | 6 | 22 | 0 | 63 | 432 | 12 | 55 |
| Binary | 1110111 | 1100111 | 1111110 | 110 | 10010 | 0 | 110011 | 100011010 | 1010 | 101101 |
Color Harmonies of #77677E
Complementary color
Monochromatic Colors of #77677E
Black with #77677E
Text Example
Text Example
White with #77677E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77677E; }
p { color: rgb(119,103,126); }
H1.HeaderClassName
{
color: #77677E;
}
.AnyTagClassName
{
color: #77677E;
}
</style>
background-color css
<style>
a { background-color: #77677E; }
a { background-color: rgb(119,103,126); }
div.DivClassName
{
background-color: #77677E;
}
.BgClassName
{
background-color: #77677E;
}
</style>
border-color css
<style>
span { border-color: #77677E; }
span { border-color: rgb(119,103,126); }
td.TdClassName
{
border-color: #77677E;
}
.TagClassName
{
border-color: #77677E;
}
</style>