Shades of Strikemaster #8D687C
Tints of Strikemaster #8D687C
RGB
CMYK
RGB Variations
Color information
#8D687C (or 0x8D687C) is known color: Strikemaster. HEX triplet: 8D, 68 and 7C. RGB value is (141,104,124). Sum of RGB (Red+Green+Blue) = 141+104+124=369 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.21% from 369); Green value is 104 (41.02% from 255 or 28.18% from 369); Blue value is 124 (48.83% from 255 or 33.60% from 369); Max value from RGB is 141 - color contains mainly: red. Hex color #8D687C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D687C is #729783. Grayscale: #757575. Windows color (decimal): -7509892 or 8153229. OLE color: 8153229.
HSL color Cylindrical-coordinate representation of color #8D687C: hue angle of 327.57º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8D687C is Cyan = 0, Magento = 0.26, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 104 | 124 | - |
| CMYK | 0 | 0.26 | 0.12 | 0.45 |
| HSL | 327.57º | 0.15% | 0.48% | - |
| HSV(B) | 327.57º | 0.26% | 0.55% | - |
| XYZ | 19.57 | 17.02 | 21.32 | - |
| YUV | 117.34 | 131.76 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 104 | 124 | 0 | 0.26 | 0.12 | 0.45 | 327.57 | 0.15 | 0.48 |
| Hex | 8D | 68 | 7C | 0 | 1A | C | 2D | 148 | F | 30 |
| Octal | 215 | 150 | 174 | 0 | 32 | 14 | 55 | 510 | 17 | 60 |
| Binary | 10001101 | 1101000 | 1111100 | 0 | 11010 | 1100 | 101101 | 101001000 | 1111 | 110000 |
Color Harmonies of #8D687C
Complementary color
Monochromatic Colors of #8D687C
Black with #8D687C
Text Example
Text Example
White with #8D687C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D687C; }
p { color: rgb(141,104,124); }
H1.HeaderClassName
{
color: #8D687C;
}
.AnyTagClassName
{
color: #8D687C;
}
</style>
background-color css
<style>
a { background-color: #8D687C; }
a { background-color: rgb(141,104,124); }
div.DivClassName
{
background-color: #8D687C;
}
.BgClassName
{
background-color: #8D687C;
}
</style>
border-color css
<style>
span { border-color: #8D687C; }
span { border-color: rgb(141,104,124); }
td.TdClassName
{
border-color: #8D687C;
}
.TagClassName
{
border-color: #8D687C;
}
</style>