Shades of Mamba #77737B
Tints of Mamba #77737B
RGB
CMYK
RGB Variations
Color information
#77737B (or 0x77737B) is known color: Mamba. HEX triplet: 77, 73 and 7B. RGB value is (119,115,123). Sum of RGB (Red+Green+Blue) = 119+115+123=357 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.33% from 357); Green value is 115 (45.31% from 255 or 32.21% from 357); Blue value is 123 (48.44% from 255 or 34.45% from 357); Max value from RGB is 123 - color contains mainly: blue. Hex color #77737B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77737B is #888C84. Grayscale: #757575. Windows color (decimal): -8948869 or 8090487. OLE color: 8090487.
HSL color Cylindrical-coordinate representation of color #77737B: 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.07%. Process color model (Four color, CMYK) of #77737B is Cyan = 0.03, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 119 | 115 | 123 | - |
| CMYK | 0.03 | 0.07 | 0 | 0.52 |
| HSL | 270º | 0.03% | 0.47% | - |
| HSV(B) | 270º | 0.07% | 0.48% | - |
| XYZ | 17.31 | 17.61 | 21.23 | - |
| YUV | 117.11 | 131.33 | 129.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 115 | 123 | 0.03 | 0.07 | 0 | 0.52 | 270 | 0.03 | 0.47 |
| Hex | 77 | 73 | 7B | 3 | 7 | 0 | 34 | 10E | 3 | 2F |
| Octal | 167 | 163 | 173 | 3 | 7 | 0 | 64 | 416 | 3 | 57 |
| Binary | 1110111 | 1110011 | 1111011 | 11 | 111 | 0 | 110100 | 100001110 | 11 | 101111 |
Color Harmonies of #77737B
Complementary color
Monochromatic Colors of #77737B
Black with #77737B
Text Example
Text Example
White with #77737B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77737B; }
p { color: rgb(119,115,123); }
H1.HeaderClassName
{
color: #77737B;
}
.AnyTagClassName
{
color: #77737B;
}
</style>
background-color css
<style>
a { background-color: #77737B; }
a { background-color: rgb(119,115,123); }
div.DivClassName
{
background-color: #77737B;
}
.BgClassName
{
background-color: #77737B;
}
</style>
border-color css
<style>
span { border-color: #77737B; }
span { border-color: rgb(119,115,123); }
td.TdClassName
{
border-color: #77737B;
}
.TagClassName
{
border-color: #77737B;
}
</style>