Shades of Strikemaster #8D687D
Tints of Strikemaster #8D687D
RGB
CMYK
RGB Variations
Color information
#8D687D (or 0x8D687D) is known color: Strikemaster. HEX triplet: 8D, 68 and 7D. RGB value is (141,104,125). Sum of RGB (Red+Green+Blue) = 141+104+125=370 (49% of max value = 765). Red value is 141 (55.47% from 255 or 38.11% from 370); Green value is 104 (41.02% from 255 or 28.11% from 370); Blue value is 125 (49.22% from 255 or 33.78% from 370); Max value from RGB is 141 - color contains mainly: red. Hex color #8D687D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D687D is #729782. Grayscale: #757575. Windows color (decimal): -7509891 or 8218765. OLE color: 8218765.
HSL color Cylindrical-coordinate representation of color #8D687D: hue angle of 325.95º 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 #8D687D is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 104 | 125 | - |
| CMYK | 0 | 0.26 | 0.11 | 0.45 |
| HSL | 325.95º | 0.15% | 0.48% | - |
| HSV(B) | 325.95º | 0.26% | 0.55% | - |
| XYZ | 19.64 | 17.04 | 21.66 | - |
| YUV | 117.46 | 132.26 | 144.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 104 | 125 | 0 | 0.26 | 0.11 | 0.45 | 325.95 | 0.15 | 0.48 |
| Hex | 8D | 68 | 7D | 0 | 1A | B | 2D | 146 | F | 30 |
| Octal | 215 | 150 | 175 | 0 | 32 | 13 | 55 | 506 | 17 | 60 |
| Binary | 10001101 | 1101000 | 1111101 | 0 | 11010 | 1011 | 101101 | 101000110 | 1111 | 110000 |
Color Harmonies of #8D687D
Complementary color
Monochromatic Colors of #8D687D
Black with #8D687D
Text Example
Text Example
White with #8D687D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D687D; }
p { color: rgb(141,104,125); }
H1.HeaderClassName
{
color: #8D687D;
}
.AnyTagClassName
{
color: #8D687D;
}
</style>
background-color css
<style>
a { background-color: #8D687D; }
a { background-color: rgb(141,104,125); }
div.DivClassName
{
background-color: #8D687D;
}
.BgClassName
{
background-color: #8D687D;
}
</style>
border-color css
<style>
span { border-color: #8D687D; }
span { border-color: rgb(141,104,125); }
td.TdClassName
{
border-color: #8D687D;
}
.TagClassName
{
border-color: #8D687D;
}
</style>