Shades of Mobster #685D76
Tints of Mobster #685D76
RGB
CMYK
RGB Variations
Color information
#685D76 (or 0x685D76) is known color: Mobster. HEX triplet: 68, 5D and 76. RGB value is (104,93,118). Sum of RGB (Red+Green+Blue) = 104+93+118=315 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.02% from 315); Green value is 93 (36.72% from 255 or 29.52% from 315); Blue value is 118 (46.48% from 255 or 37.46% from 315); Max value from RGB is 118 - color contains mainly: blue. Hex color #685D76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685D76 is #97A289. Grayscale: #636363. Windows color (decimal): -9937546 or 7757160. OLE color: 7757160.
HSL color Cylindrical-coordinate representation of color #685D76: hue angle of 266.4º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #685D76 is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 104 | 93 | 118 | - |
| CMYK | 0.12 | 0.21 | 0 | 0.54 |
| HSL | 266.4º | 0.12% | 0.41% | - |
| HSV(B) | 266.4º | 0.21% | 0.46% | - |
| XYZ | 12.89 | 12.08 | 18.79 | - |
| YUV | 99.14 | 138.64 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 93 | 118 | 0.12 | 0.21 | 0 | 0.54 | 266.4 | 0.12 | 0.41 |
| Hex | 68 | 5D | 76 | C | 15 | 0 | 36 | 10A | C | 29 |
| Octal | 150 | 135 | 166 | 14 | 25 | 0 | 66 | 412 | 14 | 51 |
| Binary | 1101000 | 1011101 | 1110110 | 1100 | 10101 | 0 | 110110 | 100001010 | 1100 | 101001 |
Color Harmonies of #685D76
Complementary color
Monochromatic Colors of #685D76
Black with #685D76
Text Example
Text Example
White with #685D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685D76; }
p { color: rgb(104,93,118); }
H1.HeaderClassName
{
color: #685D76;
}
.AnyTagClassName
{
color: #685D76;
}
</style>
background-color css
<style>
a { background-color: #685D76; }
a { background-color: rgb(104,93,118); }
div.DivClassName
{
background-color: #685D76;
}
.BgClassName
{
background-color: #685D76;
}
</style>
border-color css
<style>
span { border-color: #685D76; }
span { border-color: rgb(104,93,118); }
td.TdClassName
{
border-color: #685D76;
}
.TagClassName
{
border-color: #685D76;
}
</style>