Shades of Strikemaster #8F727F
Tints of Strikemaster #8F727F
RGB
CMYK
RGB Variations
Color information
#8F727F (or 0x8F727F) is known color: Strikemaster. HEX triplet: 8F, 72 and 7F. RGB value is (143,114,127). Sum of RGB (Red+Green+Blue) = 143+114+127=384 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.24% from 384); Green value is 114 (44.92% from 255 or 29.69% from 384); Blue value is 127 (50% from 255 or 33.07% from 384); Max value from RGB is 143 - color contains mainly: red. Hex color #8F727F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F727F is #708D80. Grayscale: #7C7C7C. Windows color (decimal): -7376257 or 8352399. OLE color: 8352399.
HSL color Cylindrical-coordinate representation of color #8F727F: hue angle of 333.1º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8F727F is Cyan = 0, Magento = 0.20, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 114 | 127 | - |
| CMYK | 0 | 0.20 | 0.11 | 0.44 |
| HSL | 333.1º | 0.11% | 0.5% | - |
| HSV(B) | 333.1º | 0.2% | 0.56% | - |
| XYZ | 21.18 | 19.41 | 22.71 | - |
| YUV | 124.15 | 129.61 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 114 | 127 | 0 | 0.20 | 0.11 | 0.44 | 333.1 | 0.11 | 0.5 |
| Hex | 8F | 72 | 7F | 0 | 14 | B | 2C | 14D | B | 32 |
| Octal | 217 | 162 | 177 | 0 | 24 | 13 | 54 | 515 | 13 | 62 |
| Binary | 10001111 | 1110010 | 1111111 | 0 | 10100 | 1011 | 101100 | 101001101 | 1011 | 110010 |
Color Harmonies of #8F727F
Complementary color
Monochromatic Colors of #8F727F
Black with #8F727F
Text Example
Text Example
White with #8F727F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F727F; }
p { color: rgb(143,114,127); }
H1.HeaderClassName
{
color: #8F727F;
}
.AnyTagClassName
{
color: #8F727F;
}
</style>
background-color css
<style>
a { background-color: #8F727F; }
a { background-color: rgb(143,114,127); }
div.DivClassName
{
background-color: #8F727F;
}
.BgClassName
{
background-color: #8F727F;
}
</style>
border-color css
<style>
span { border-color: #8F727F; }
span { border-color: rgb(143,114,127); }
td.TdClassName
{
border-color: #8F727F;
}
.TagClassName
{
border-color: #8F727F;
}
</style>