Shades of Mamba #77717D
Tints of Mamba #77717D
RGB
CMYK
RGB Variations
Color information
#77717D (or 0x77717D) is known color: Mamba. HEX triplet: 77, 71 and 7D. RGB value is (119,113,125). Sum of RGB (Red+Green+Blue) = 119+113+125=357 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.33% from 357); Green value is 113 (44.53% from 255 or 31.65% from 357); Blue value is 125 (49.22% from 255 or 35.01% from 357); Max value from RGB is 125 - color contains mainly: blue. Hex color #77717D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77717D is #888E82. Grayscale: #747474. Windows color (decimal): -8949379 or 8221047. OLE color: 8221047.
HSL color Cylindrical-coordinate representation of color #77717D: hue angle of 270º degrees, saturation: 0.05, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #77717D is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
RGB | 119 | 113 | 125 | - |
CMYK | 0.05 | 0.10 | 0 | 0.51 |
HSL | 270º | 0.05% | 0.47% | - |
HSV(B) | 270º | 0.1% | 0.49% | - |
XYZ | 17.21 | 17.21 | 21.82 | - |
YUV | 116.16 | 132.99 | 130.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 119 | 113 | 125 | 0.05 | 0.10 | 0 | 0.51 | 270 | 0.05 | 0.47 |
Hex | 77 | 71 | 7D | 5 | A | 0 | 33 | 10E | 5 | 2F |
Octal | 167 | 161 | 175 | 5 | 12 | 0 | 63 | 416 | 5 | 57 |
Binary | 1110111 | 1110001 | 1111101 | 101 | 1010 | 0 | 110011 | 100001110 | 101 | 101111 |
Color Harmonies of #77717D
Complementary color
Monochromatic Colors of #77717D
Black with #77717D
Text Example
Text Example
White with #77717D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77717D; }
p { color: rgb(119,113,125); }
H1.HeaderClassName
{
color: #77717D;
}
.AnyTagClassName
{
color: #77717D;
}
</style>
background-color css
<style>
a { background-color: #77717D; }
a { background-color: rgb(119,113,125); }
div.DivClassName
{
background-color: #77717D;
}
.BgClassName
{
background-color: #77717D;
}
</style>
border-color css
<style>
span { border-color: #77717D; }
span { border-color: rgb(119,113,125); }
td.TdClassName
{
border-color: #77717D;
}
.TagClassName
{
border-color: #77717D;
}
</style>