Shades of Mobster #604D76
Tints of Mobster #604D76
RGB
CMYK
RGB Variations
Color information
#604D76 (or 0x604D76) is known color: Mobster. HEX triplet: 60, 4D and 76. RGB value is (96,77,118). Sum of RGB (Red+Green+Blue) = 96+77+118=291 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.99% from 291); Green value is 77 (30.47% from 255 or 26.46% from 291); Blue value is 118 (46.48% from 255 or 40.55% from 291); Max value from RGB is 118 - color contains mainly: blue. Hex color #604D76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #604D76 is #9FB289. Grayscale: #575757. Windows color (decimal): -10465930 or 7753056. OLE color: 7753056.
HSL color Cylindrical-coordinate representation of color #604D76: hue angle of 267.8º 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 #604D76 is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 96 | 77 | 118 | - |
| CMYK | 0.19 | 0.35 | 0 | 0.54 |
| HSL | 267.8º | 0.21% | 0.38% | - |
| HSV(B) | 267.8º | 0.35% | 0.46% | - |
| XYZ | 10.75 | 9.1 | 18.33 | - |
| YUV | 87.36 | 145.29 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 77 | 118 | 0.19 | 0.35 | 0 | 0.54 | 267.8 | 0.21 | 0.38 |
| Hex | 60 | 4D | 76 | 13 | 23 | 0 | 36 | 10C | 15 | 26 |
| Octal | 140 | 115 | 166 | 23 | 43 | 0 | 66 | 414 | 25 | 46 |
| Binary | 1100000 | 1001101 | 1110110 | 10011 | 100011 | 0 | 110110 | 100001100 | 10101 | 100110 |
Color Harmonies of #604D76
Complementary color
Monochromatic Colors of #604D76
Black with #604D76
Text Example
Text Example
White with #604D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604D76; }
p { color: rgb(96,77,118); }
H1.HeaderClassName
{
color: #604D76;
}
.AnyTagClassName
{
color: #604D76;
}
</style>
background-color css
<style>
a { background-color: #604D76; }
a { background-color: rgb(96,77,118); }
div.DivClassName
{
background-color: #604D76;
}
.BgClassName
{
background-color: #604D76;
}
</style>
border-color css
<style>
span { border-color: #604D76; }
span { border-color: rgb(96,77,118); }
td.TdClassName
{
border-color: #604D76;
}
.TagClassName
{
border-color: #604D76;
}
</style>