Shades of Strikemaster #8C687C
Tints of Strikemaster #8C687C
RGB
CMYK
RGB Variations
Color information
#8C687C (or 0x8C687C) is known color: Strikemaster. HEX triplet: 8C, 68 and 7C. RGB value is (140,104,124). Sum of RGB (Red+Green+Blue) = 140+104+124=368 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.04% from 368); Green value is 104 (41.02% from 255 or 28.26% from 368); Blue value is 124 (48.83% from 255 or 33.70% from 368); Max value from RGB is 140 - color contains mainly: red. Hex color #8C687C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C687C is #739783. Grayscale: #757575. Windows color (decimal): -7575428 or 8153228. OLE color: 8153228.
HSL color Cylindrical-coordinate representation of color #8C687C: hue angle of 326.67º 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 #8C687C is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 104 | 124 | - |
| CMYK | 0 | 0.26 | 0.11 | 0.45 |
| HSL | 326.67º | 0.15% | 0.48% | - |
| HSV(B) | 326.67º | 0.26% | 0.55% | - |
| XYZ | 19.4 | 16.93 | 21.31 | - |
| YUV | 117.04 | 131.93 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 104 | 124 | 0 | 0.26 | 0.11 | 0.45 | 326.67 | 0.15 | 0.48 |
| Hex | 8C | 68 | 7C | 0 | 1A | B | 2D | 147 | F | 30 |
| Octal | 214 | 150 | 174 | 0 | 32 | 13 | 55 | 507 | 17 | 60 |
| Binary | 10001100 | 1101000 | 1111100 | 0 | 11010 | 1011 | 101101 | 101000111 | 1111 | 110000 |
Color Harmonies of #8C687C
Complementary color
Monochromatic Colors of #8C687C
Black with #8C687C
Text Example
Text Example
White with #8C687C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C687C; }
p { color: rgb(140,104,124); }
H1.HeaderClassName
{
color: #8C687C;
}
.AnyTagClassName
{
color: #8C687C;
}
</style>
background-color css
<style>
a { background-color: #8C687C; }
a { background-color: rgb(140,104,124); }
div.DivClassName
{
background-color: #8C687C;
}
.BgClassName
{
background-color: #8C687C;
}
</style>
border-color css
<style>
span { border-color: #8C687C; }
span { border-color: rgb(140,104,124); }
td.TdClassName
{
border-color: #8C687C;
}
.TagClassName
{
border-color: #8C687C;
}
</style>