Shades of Strikemaster #8C687B
Tints of Strikemaster #8C687B
RGB
CMYK
RGB Variations
Color information
#8C687B (or 0x8C687B) is known color: Strikemaster. HEX triplet: 8C, 68 and 7B. RGB value is (140,104,123). Sum of RGB (Red+Green+Blue) = 140+104+123=367 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.15% from 367); Green value is 104 (41.02% from 255 or 28.34% from 367); Blue value is 123 (48.44% from 255 or 33.51% from 367); Max value from RGB is 140 - color contains mainly: red. Hex color #8C687B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C687B is #739784. Grayscale: #747474. Windows color (decimal): -7575429 or 8087692. OLE color: 8087692.
HSL color Cylindrical-coordinate representation of color #8C687B: hue angle of 328.33º 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 #8C687B is Cyan = 0, Magento = 0.26, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 104 | 123 | - |
| CMYK | 0 | 0.26 | 0.12 | 0.45 |
| HSL | 328.33º | 0.15% | 0.48% | - |
| HSV(B) | 328.33º | 0.26% | 0.55% | - |
| XYZ | 19.34 | 16.91 | 20.98 | - |
| YUV | 116.93 | 131.43 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 104 | 123 | 0 | 0.26 | 0.12 | 0.45 | 328.33 | 0.15 | 0.48 |
| Hex | 8C | 68 | 7B | 0 | 1A | C | 2D | 148 | F | 30 |
| Octal | 214 | 150 | 173 | 0 | 32 | 14 | 55 | 510 | 17 | 60 |
| Binary | 10001100 | 1101000 | 1111011 | 0 | 11010 | 1100 | 101101 | 101001000 | 1111 | 110000 |
Color Harmonies of #8C687B
Complementary color
Monochromatic Colors of #8C687B
Black with #8C687B
Text Example
Text Example
White with #8C687B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C687B; }
p { color: rgb(140,104,123); }
H1.HeaderClassName
{
color: #8C687B;
}
.AnyTagClassName
{
color: #8C687B;
}
</style>
background-color css
<style>
a { background-color: #8C687B; }
a { background-color: rgb(140,104,123); }
div.DivClassName
{
background-color: #8C687B;
}
.BgClassName
{
background-color: #8C687B;
}
</style>
border-color css
<style>
span { border-color: #8C687B; }
span { border-color: rgb(140,104,123); }
td.TdClassName
{
border-color: #8C687B;
}
.TagClassName
{
border-color: #8C687B;
}
</style>