Shades of Mobster #665776
Tints of Mobster #665776
RGB
CMYK
RGB Variations
Color information
#665776 (or 0x665776) is known color: Mobster. HEX triplet: 66, 57 and 76. RGB value is (102,87,118). Sum of RGB (Red+Green+Blue) = 102+87+118=307 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.22% from 307); Green value is 87 (34.38% from 255 or 28.34% from 307); Blue value is 118 (46.48% from 255 or 38.44% from 307); Max value from RGB is 118 - color contains mainly: blue. Hex color #665776 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665776 is #99A889. Grayscale: #5E5E5E. Windows color (decimal): -10070154 or 7755622. OLE color: 7755622.
HSL color Cylindrical-coordinate representation of color #665776: hue angle of 269.03º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #665776 is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 102 | 87 | 118 | - |
| CMYK | 0.14 | 0.26 | 0 | 0.54 |
| HSL | 269.03º | 0.15% | 0.4% | - |
| HSV(B) | 269.03º | 0.26% | 0.46% | - |
| XYZ | 12.16 | 10.95 | 18.61 | - |
| YUV | 95.02 | 140.97 | 132.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 87 | 118 | 0.14 | 0.26 | 0 | 0.54 | 269.03 | 0.15 | 0.4 |
| Hex | 66 | 57 | 76 | E | 1A | 0 | 36 | 10D | F | 28 |
| Octal | 146 | 127 | 166 | 16 | 32 | 0 | 66 | 415 | 17 | 50 |
| Binary | 1100110 | 1010111 | 1110110 | 1110 | 11010 | 0 | 110110 | 100001101 | 1111 | 101000 |
Color Harmonies of #665776
Complementary color
Monochromatic Colors of #665776
Black with #665776
Text Example
Text Example
White with #665776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665776; }
p { color: rgb(102,87,118); }
H1.HeaderClassName
{
color: #665776;
}
.AnyTagClassName
{
color: #665776;
}
</style>
background-color css
<style>
a { background-color: #665776; }
a { background-color: rgb(102,87,118); }
div.DivClassName
{
background-color: #665776;
}
.BgClassName
{
background-color: #665776;
}
</style>
border-color css
<style>
span { border-color: #665776; }
span { border-color: rgb(102,87,118); }
td.TdClassName
{
border-color: #665776;
}
.TagClassName
{
border-color: #665776;
}
</style>