Shades of Mamba #78737B
Tints of Mamba #78737B
RGB
CMYK
RGB Variations
Color information
#78737B (or 0x78737B) is known color: Mamba. HEX triplet: 78, 73 and 7B. RGB value is (120,115,123). Sum of RGB (Red+Green+Blue) = 120+115+123=358 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.52% from 358); Green value is 115 (45.31% from 255 or 32.12% from 358); Blue value is 123 (48.44% from 255 or 34.36% from 358); Max value from RGB is 123 - color contains mainly: blue. Hex color #78737B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78737B is #878C84. Grayscale: #757575. Windows color (decimal): -8883333 or 8090488. OLE color: 8090488.
HSL color Cylindrical-coordinate representation of color #78737B: hue angle of 277.5º 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 #78737B is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 120 | 115 | 123 | - |
| CMYK | 0.02 | 0.07 | 0 | 0.52 |
| HSL | 277.5º | 0.03% | 0.47% | - |
| HSV(B) | 277.5º | 0.07% | 0.48% | - |
| XYZ | 17.45 | 17.68 | 21.23 | - |
| YUV | 117.41 | 131.16 | 129.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 115 | 123 | 0.02 | 0.07 | 0 | 0.52 | 277.5 | 0.03 | 0.47 |
| Hex | 78 | 73 | 7B | 2 | 7 | 0 | 34 | 116 | 3 | 2F |
| Octal | 170 | 163 | 173 | 2 | 7 | 0 | 64 | 426 | 3 | 57 |
| Binary | 1111000 | 1110011 | 1111011 | 10 | 111 | 0 | 110100 | 100010110 | 11 | 101111 |
Color Harmonies of #78737B
Complementary color
Monochromatic Colors of #78737B
Black with #78737B
Text Example
Text Example
White with #78737B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78737B; }
p { color: rgb(120,115,123); }
H1.HeaderClassName
{
color: #78737B;
}
.AnyTagClassName
{
color: #78737B;
}
</style>
background-color css
<style>
a { background-color: #78737B; }
a { background-color: rgb(120,115,123); }
div.DivClassName
{
background-color: #78737B;
}
.BgClassName
{
background-color: #78737B;
}
</style>
border-color css
<style>
span { border-color: #78737B; }
span { border-color: rgb(120,115,123); }
td.TdClassName
{
border-color: #78737B;
}
.TagClassName
{
border-color: #78737B;
}
</style>