Shades of Mamba #77717B
Tints of Mamba #77717B
RGB
CMYK
RGB Variations
Color information
#77717B (or 0x77717B) is known color: Mamba. HEX triplet: 77, 71 and 7B. RGB value is (119,113,123). Sum of RGB (Red+Green+Blue) = 119+113+123=355 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.52% from 355); Green value is 113 (44.53% from 255 or 31.83% from 355); Blue value is 123 (48.44% from 255 or 34.65% from 355); Max value from RGB is 123 - color contains mainly: blue. Hex color #77717B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77717B is #888E84. Grayscale: #737373. Windows color (decimal): -8949381 or 8089975. OLE color: 8089975.
HSL color Cylindrical-coordinate representation of color #77717B: hue angle of 276º degrees, saturation: 0.04, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #77717B is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 119 | 113 | 123 | - |
| CMYK | 0.03 | 0.08 | 0 | 0.52 |
| HSL | 276º | 0.04% | 0.46% | - |
| HSV(B) | 276º | 0.08% | 0.48% | - |
| XYZ | 17.09 | 17.16 | 21.15 | - |
| YUV | 115.93 | 131.99 | 130.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 113 | 123 | 0.03 | 0.08 | 0 | 0.52 | 276 | 0.04 | 0.46 |
| Hex | 77 | 71 | 7B | 3 | 8 | 0 | 34 | 114 | 4 | 2E |
| Octal | 167 | 161 | 173 | 3 | 10 | 0 | 64 | 424 | 4 | 56 |
| Binary | 1110111 | 1110001 | 1111011 | 11 | 1000 | 0 | 110100 | 100010100 | 100 | 101110 |
Color Harmonies of #77717B
Complementary color
Monochromatic Colors of #77717B
Black with #77717B
Text Example
Text Example
White with #77717B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77717B; }
p { color: rgb(119,113,123); }
H1.HeaderClassName
{
color: #77717B;
}
.AnyTagClassName
{
color: #77717B;
}
</style>
background-color css
<style>
a { background-color: #77717B; }
a { background-color: rgb(119,113,123); }
div.DivClassName
{
background-color: #77717B;
}
.BgClassName
{
background-color: #77717B;
}
</style>
border-color css
<style>
span { border-color: #77717B; }
span { border-color: rgb(119,113,123); }
td.TdClassName
{
border-color: #77717B;
}
.TagClassName
{
border-color: #77717B;
}
</style>