Shades of Mobster #675C74
Tints of Mobster #675C74
RGB
CMYK
RGB Variations
Color information
#675C74 (or 0x675C74) is known color: Mobster. HEX triplet: 67, 5C and 74. RGB value is (103,92,116). Sum of RGB (Red+Green+Blue) = 103+92+116=311 (41% of max value = 765). Red value is 103 (40.62% from 255 or 33.12% from 311); Green value is 92 (36.33% from 255 or 29.58% from 311); Blue value is 116 (45.70% from 255 or 37.30% from 311); Max value from RGB is 116 - color contains mainly: blue. Hex color #675C74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675C74 is #98A38B. Grayscale: #616161. Windows color (decimal): -10003340 or 7625831. OLE color: 7625831.
HSL color Cylindrical-coordinate representation of color #675C74: hue angle of 267.5º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #675C74 is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 103 | 92 | 116 | - |
| CMYK | 0.11 | 0.21 | 0 | 0.55 |
| HSL | 267.5º | 0.12% | 0.41% | - |
| HSV(B) | 267.5º | 0.21% | 0.45% | - |
| XYZ | 12.57 | 11.8 | 18.14 | - |
| YUV | 98.03 | 138.14 | 131.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 92 | 116 | 0.11 | 0.21 | 0 | 0.55 | 267.5 | 0.12 | 0.41 |
| Hex | 67 | 5C | 74 | B | 15 | 0 | 37 | 10C | C | 29 |
| Octal | 147 | 134 | 164 | 13 | 25 | 0 | 67 | 414 | 14 | 51 |
| Binary | 1100111 | 1011100 | 1110100 | 1011 | 10101 | 0 | 110111 | 100001100 | 1100 | 101001 |
Color Harmonies of #675C74
Complementary color
Monochromatic Colors of #675C74
Black with #675C74
Text Example
Text Example
White with #675C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675C74; }
p { color: rgb(103,92,116); }
H1.HeaderClassName
{
color: #675C74;
}
.AnyTagClassName
{
color: #675C74;
}
</style>
background-color css
<style>
a { background-color: #675C74; }
a { background-color: rgb(103,92,116); }
div.DivClassName
{
background-color: #675C74;
}
.BgClassName
{
background-color: #675C74;
}
</style>
border-color css
<style>
span { border-color: #675C74; }
span { border-color: rgb(103,92,116); }
td.TdClassName
{
border-color: #675C74;
}
.TagClassName
{
border-color: #675C74;
}
</style>