Shades of Strikemaster #8D717F
Tints of Strikemaster #8D717F
RGB
CMYK
RGB Variations
Color information
#8D717F (or 0x8D717F) is known color: Strikemaster. HEX triplet: 8D, 71 and 7F. RGB value is (141,113,127). Sum of RGB (Red+Green+Blue) = 141+113+127=381 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.01% from 381); Green value is 113 (44.53% from 255 or 29.66% from 381); Blue value is 127 (50% from 255 or 33.33% from 381); Max value from RGB is 141 - color contains mainly: red. Hex color #8D717F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D717F is #728E80. Grayscale: #7A7A7A. Windows color (decimal): -7507585 or 8352141. OLE color: 8352141.
HSL color Cylindrical-coordinate representation of color #8D717F: hue angle of 330º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8D717F is Cyan = 0, Magento = 0.20, Yellow = 0.10 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 113 | 127 | - |
| CMYK | 0 | 0.20 | 0.10 | 0.45 |
| HSL | 330º | 0.11% | 0.5% | - |
| HSV(B) | 330º | 0.2% | 0.55% | - |
| XYZ | 20.72 | 19.01 | 22.65 | - |
| YUV | 122.97 | 130.28 | 140.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 113 | 127 | 0 | 0.20 | 0.10 | 0.45 | 330 | 0.11 | 0.5 |
| Hex | 8D | 71 | 7F | 0 | 14 | A | 2D | 14A | B | 32 |
| Octal | 215 | 161 | 177 | 0 | 24 | 12 | 55 | 512 | 13 | 62 |
| Binary | 10001101 | 1110001 | 1111111 | 0 | 10100 | 1010 | 101101 | 101001010 | 1011 | 110010 |
Color Harmonies of #8D717F
Complementary color
Monochromatic Colors of #8D717F
Black with #8D717F
Text Example
Text Example
White with #8D717F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D717F; }
p { color: rgb(141,113,127); }
H1.HeaderClassName
{
color: #8D717F;
}
.AnyTagClassName
{
color: #8D717F;
}
</style>
background-color css
<style>
a { background-color: #8D717F; }
a { background-color: rgb(141,113,127); }
div.DivClassName
{
background-color: #8D717F;
}
.BgClassName
{
background-color: #8D717F;
}
</style>
border-color css
<style>
span { border-color: #8D717F; }
span { border-color: rgb(141,113,127); }
td.TdClassName
{
border-color: #8D717F;
}
.TagClassName
{
border-color: #8D717F;
}
</style>