Shades of Strikemaster #8C687F
Tints of Strikemaster #8C687F
RGB
CMYK
RGB Variations
Color information
#8C687F (or 0x8C687F) is known color: Strikemaster. HEX triplet: 8C, 68 and 7F. RGB value is (140,104,127). Sum of RGB (Red+Green+Blue) = 140+104+127=371 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.74% from 371); Green value is 104 (41.02% from 255 or 28.03% from 371); Blue value is 127 (50% from 255 or 34.23% from 371); Max value from RGB is 140 - color contains mainly: red. Hex color #8C687F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C687F is #739780. Grayscale: #757575. Windows color (decimal): -7575425 or 8349836. OLE color: 8349836.
HSL color Cylindrical-coordinate representation of color #8C687F: hue angle of 321.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 #8C687F is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 104 | 127 | - |
| CMYK | 0 | 0.26 | 0.09 | 0.45 |
| HSL | 321.67º | 0.15% | 0.48% | - |
| HSV(B) | 321.67º | 0.26% | 0.55% | - |
| XYZ | 19.6 | 17.01 | 22.33 | - |
| YUV | 117.39 | 133.43 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 104 | 127 | 0 | 0.26 | 0.09 | 0.45 | 321.67 | 0.15 | 0.48 |
| Hex | 8C | 68 | 7F | 0 | 1A | 9 | 2D | 142 | F | 30 |
| Octal | 214 | 150 | 177 | 0 | 32 | 11 | 55 | 502 | 17 | 60 |
| Binary | 10001100 | 1101000 | 1111111 | 0 | 11010 | 1001 | 101101 | 101000010 | 1111 | 110000 |
Color Harmonies of #8C687F
Complementary color
Monochromatic Colors of #8C687F
Black with #8C687F
Text Example
Text Example
White with #8C687F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C687F; }
p { color: rgb(140,104,127); }
H1.HeaderClassName
{
color: #8C687F;
}
.AnyTagClassName
{
color: #8C687F;
}
</style>
background-color css
<style>
a { background-color: #8C687F; }
a { background-color: rgb(140,104,127); }
div.DivClassName
{
background-color: #8C687F;
}
.BgClassName
{
background-color: #8C687F;
}
</style>
border-color css
<style>
span { border-color: #8C687F; }
span { border-color: rgb(140,104,127); }
td.TdClassName
{
border-color: #8C687F;
}
.TagClassName
{
border-color: #8C687F;
}
</style>