Shades of Mamba #77747A
Tints of Mamba #77747A
RGB
CMYK
RGB Variations
Color information
#77747A (or 0x77747A) is known color: Mamba. HEX triplet: 77, 74 and 7A. RGB value is (119,116,122). Sum of RGB (Red+Green+Blue) = 119+116+122=357 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.33% from 357); Green value is 116 (45.70% from 255 or 32.49% from 357); Blue value is 122 (48.05% from 255 or 34.17% from 357); Max value from RGB is 122 - color contains mainly: blue. Hex color #77747A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77747A is #888B85. Grayscale: #757575. Windows color (decimal): -8948614 or 8025207. OLE color: 8025207.
HSL color Cylindrical-coordinate representation of color #77747A: hue angle of 270º degrees, saturation: 0.03, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #77747A is Cyan = 0.02, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 119 | 116 | 122 | - |
| CMYK | 0.02 | 0.05 | 0 | 0.52 |
| HSL | 270º | 0.03% | 0.47% | - |
| HSV(B) | 270º | 0.05% | 0.48% | - |
| XYZ | 17.37 | 17.82 | 20.94 | - |
| YUV | 117.58 | 130.49 | 129.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 116 | 122 | 0.02 | 0.05 | 0 | 0.52 | 270 | 0.03 | 0.47 |
| Hex | 77 | 74 | 7A | 2 | 5 | 0 | 34 | 10E | 3 | 2F |
| Octal | 167 | 164 | 172 | 2 | 5 | 0 | 64 | 416 | 3 | 57 |
| Binary | 1110111 | 1110100 | 1111010 | 10 | 101 | 0 | 110100 | 100001110 | 11 | 101111 |
Color Harmonies of #77747A
Complementary color
Monochromatic Colors of #77747A
Black with #77747A
Text Example
Text Example
White with #77747A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77747A; }
p { color: rgb(119,116,122); }
H1.HeaderClassName
{
color: #77747A;
}
.AnyTagClassName
{
color: #77747A;
}
</style>
background-color css
<style>
a { background-color: #77747A; }
a { background-color: rgb(119,116,122); }
div.DivClassName
{
background-color: #77747A;
}
.BgClassName
{
background-color: #77747A;
}
</style>
border-color css
<style>
span { border-color: #77747A; }
span { border-color: rgb(119,116,122); }
td.TdClassName
{
border-color: #77747A;
}
.TagClassName
{
border-color: #77747A;
}
</style>