Shades of Mobster #614D76
Tints of Mobster #614D76
RGB
CMYK
RGB Variations
Color information
#614D76 (or 0x614D76) is known color: Mobster. HEX triplet: 61, 4D and 76. RGB value is (97,77,118). Sum of RGB (Red+Green+Blue) = 97+77+118=292 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.22% from 292); Green value is 77 (30.47% from 255 or 26.37% from 292); Blue value is 118 (46.48% from 255 or 40.41% from 292); Max value from RGB is 118 - color contains mainly: blue. Hex color #614D76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #614D76 is #9EB289. Grayscale: #575757. Windows color (decimal): -10400394 or 7753057. OLE color: 7753057.
HSL color Cylindrical-coordinate representation of color #614D76: hue angle of 269.27º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #614D76 is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 97 | 77 | 118 | - |
| CMYK | 0.18 | 0.35 | 0 | 0.54 |
| HSL | 269.27º | 0.21% | 0.38% | - |
| HSV(B) | 269.27º | 0.35% | 0.46% | - |
| XYZ | 10.85 | 9.16 | 18.34 | - |
| YUV | 87.65 | 145.13 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 77 | 118 | 0.18 | 0.35 | 0 | 0.54 | 269.27 | 0.21 | 0.38 |
| Hex | 61 | 4D | 76 | 12 | 23 | 0 | 36 | 10D | 15 | 26 |
| Octal | 141 | 115 | 166 | 22 | 43 | 0 | 66 | 415 | 25 | 46 |
| Binary | 1100001 | 1001101 | 1110110 | 10010 | 100011 | 0 | 110110 | 100001101 | 10101 | 100110 |
Color Harmonies of #614D76
Complementary color
Monochromatic Colors of #614D76
Black with #614D76
Text Example
Text Example
White with #614D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614D76; }
p { color: rgb(97,77,118); }
H1.HeaderClassName
{
color: #614D76;
}
.AnyTagClassName
{
color: #614D76;
}
</style>
background-color css
<style>
a { background-color: #614D76; }
a { background-color: rgb(97,77,118); }
div.DivClassName
{
background-color: #614D76;
}
.BgClassName
{
background-color: #614D76;
}
</style>
border-color css
<style>
span { border-color: #614D76; }
span { border-color: rgb(97,77,118); }
td.TdClassName
{
border-color: #614D76;
}
.TagClassName
{
border-color: #614D76;
}
</style>