Shades of Strikemaster #8F707F
Tints of Strikemaster #8F707F
RGB
CMYK
RGB Variations
Color information
#8F707F (or 0x8F707F) is known color: Strikemaster. HEX triplet: 8F, 70 and 7F. RGB value is (143,112,127). Sum of RGB (Red+Green+Blue) = 143+112+127=382 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.43% from 382); Green value is 112 (44.14% from 255 or 29.32% from 382); Blue value is 127 (50% from 255 or 33.25% from 382); Max value from RGB is 143 - color contains mainly: red. Hex color #8F707F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F707F is #708F80. Grayscale: #7A7A7A. Windows color (decimal): -7376769 or 8351887. OLE color: 8351887.
HSL color Cylindrical-coordinate representation of color #8F707F: hue angle of 330.97º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8F707F is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 112 | 127 | - |
| CMYK | 0 | 0.22 | 0.11 | 0.44 |
| HSL | 330.97º | 0.12% | 0.5% | - |
| HSV(B) | 330.97º | 0.22% | 0.56% | - |
| XYZ | 20.95 | 18.96 | 22.63 | - |
| YUV | 122.98 | 130.27 | 142.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 112 | 127 | 0 | 0.22 | 0.11 | 0.44 | 330.97 | 0.12 | 0.5 |
| Hex | 8F | 70 | 7F | 0 | 16 | B | 2C | 14B | C | 32 |
| Octal | 217 | 160 | 177 | 0 | 26 | 13 | 54 | 513 | 14 | 62 |
| Binary | 10001111 | 1110000 | 1111111 | 0 | 10110 | 1011 | 101100 | 101001011 | 1100 | 110010 |
Color Harmonies of #8F707F
Complementary color
Monochromatic Colors of #8F707F
Black with #8F707F
Text Example
Text Example
White with #8F707F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F707F; }
p { color: rgb(143,112,127); }
H1.HeaderClassName
{
color: #8F707F;
}
.AnyTagClassName
{
color: #8F707F;
}
</style>
background-color css
<style>
a { background-color: #8F707F; }
a { background-color: rgb(143,112,127); }
div.DivClassName
{
background-color: #8F707F;
}
.BgClassName
{
background-color: #8F707F;
}
</style>
border-color css
<style>
span { border-color: #8F707F; }
span { border-color: rgb(143,112,127); }
td.TdClassName
{
border-color: #8F707F;
}
.TagClassName
{
border-color: #8F707F;
}
</style>