Shades of Strikemaster #8D687A
Tints of Strikemaster #8D687A
RGB
CMYK
RGB Variations
Color information
#8D687A (or 0x8D687A) is known color: Strikemaster. HEX triplet: 8D, 68 and 7A. RGB value is (141,104,122). Sum of RGB (Red+Green+Blue) = 141+104+122=367 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.42% from 367); Green value is 104 (41.02% from 255 or 28.34% from 367); Blue value is 122 (48.05% from 255 or 33.24% from 367); Max value from RGB is 141 - color contains mainly: red. Hex color #8D687A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D687A is #729785. Grayscale: #757575. Windows color (decimal): -7509894 or 8022157. OLE color: 8022157.
HSL color Cylindrical-coordinate representation of color #8D687A: hue angle of 330.81º 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 #8D687A is Cyan = 0, Magento = 0.26, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 104 | 122 | - |
| CMYK | 0 | 0.26 | 0.13 | 0.45 |
| HSL | 330.81º | 0.15% | 0.48% | - |
| HSV(B) | 330.81º | 0.26% | 0.55% | - |
| XYZ | 19.45 | 16.97 | 20.66 | - |
| YUV | 117.12 | 130.76 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 104 | 122 | 0 | 0.26 | 0.13 | 0.45 | 330.81 | 0.15 | 0.48 |
| Hex | 8D | 68 | 7A | 0 | 1A | D | 2D | 14B | F | 30 |
| Octal | 215 | 150 | 172 | 0 | 32 | 15 | 55 | 513 | 17 | 60 |
| Binary | 10001101 | 1101000 | 1111010 | 0 | 11010 | 1101 | 101101 | 101001011 | 1111 | 110000 |
Color Harmonies of #8D687A
Complementary color
Monochromatic Colors of #8D687A
Black with #8D687A
Text Example
Text Example
White with #8D687A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D687A; }
p { color: rgb(141,104,122); }
H1.HeaderClassName
{
color: #8D687A;
}
.AnyTagClassName
{
color: #8D687A;
}
</style>
background-color css
<style>
a { background-color: #8D687A; }
a { background-color: rgb(141,104,122); }
div.DivClassName
{
background-color: #8D687A;
}
.BgClassName
{
background-color: #8D687A;
}
</style>
border-color css
<style>
span { border-color: #8D687A; }
span { border-color: rgb(141,104,122); }
td.TdClassName
{
border-color: #8D687A;
}
.TagClassName
{
border-color: #8D687A;
}
</style>