Shades of Strikemaster #8F717E
Tints of Strikemaster #8F717E
RGB
CMYK
RGB Variations
Color information
#8F717E (or 0x8F717E) is known color: Strikemaster. HEX triplet: 8F, 71 and 7E. RGB value is (143,113,126). Sum of RGB (Red+Green+Blue) = 143+113+126=382 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.43% from 382); Green value is 113 (44.53% from 255 or 29.58% from 382); Blue value is 126 (49.61% from 255 or 32.98% from 382); Max value from RGB is 143 - color contains mainly: red. Hex color #8F717E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F717E is #708E81. Grayscale: #7B7B7B. Windows color (decimal): -7376514 or 8286607. OLE color: 8286607.
HSL color Cylindrical-coordinate representation of color #8F717E: hue angle of 334º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8F717E is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 113 | 126 | - |
| CMYK | 0 | 0.21 | 0.12 | 0.44 |
| HSL | 334º | 0.12% | 0.5% | - |
| HSV(B) | 334º | 0.21% | 0.56% | - |
| XYZ | 21 | 19.16 | 22.33 | - |
| YUV | 123.45 | 129.44 | 141.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 113 | 126 | 0 | 0.21 | 0.12 | 0.44 | 334 | 0.12 | 0.5 |
| Hex | 8F | 71 | 7E | 0 | 15 | C | 2C | 14E | C | 32 |
| Octal | 217 | 161 | 176 | 0 | 25 | 14 | 54 | 516 | 14 | 62 |
| Binary | 10001111 | 1110001 | 1111110 | 0 | 10101 | 1100 | 101100 | 101001110 | 1100 | 110010 |
Color Harmonies of #8F717E
Complementary color
Monochromatic Colors of #8F717E
Black with #8F717E
Text Example
Text Example
White with #8F717E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F717E; }
p { color: rgb(143,113,126); }
H1.HeaderClassName
{
color: #8F717E;
}
.AnyTagClassName
{
color: #8F717E;
}
</style>
background-color css
<style>
a { background-color: #8F717E; }
a { background-color: rgb(143,113,126); }
div.DivClassName
{
background-color: #8F717E;
}
.BgClassName
{
background-color: #8F717E;
}
</style>
border-color css
<style>
span { border-color: #8F717E; }
span { border-color: rgb(143,113,126); }
td.TdClassName
{
border-color: #8F717E;
}
.TagClassName
{
border-color: #8F717E;
}
</style>