Shades of Strikemaster #8F697F
Tints of Strikemaster #8F697F
RGB
CMYK
RGB Variations
Color information
#8F697F (or 0x8F697F) is known color: Strikemaster. HEX triplet: 8F, 69 and 7F. RGB value is (143,105,127). Sum of RGB (Red+Green+Blue) = 143+105+127=375 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.13% from 375); Green value is 105 (41.41% from 255 or 28% from 375); Blue value is 127 (50% from 255 or 33.87% from 375); Max value from RGB is 143 - color contains mainly: red. Hex color #8F697F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F697F is #709680. Grayscale: #767676. Windows color (decimal): -7378561 or 8350095. OLE color: 8350095.
HSL color Cylindrical-coordinate representation of color #8F697F: hue angle of 325.26º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8F697F is Cyan = 0, Magento = 0.27, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 105 | 127 | - |
| CMYK | 0 | 0.27 | 0.11 | 0.44 |
| HSL | 325.26º | 0.15% | 0.49% | - |
| HSV(B) | 325.26º | 0.27% | 0.56% | - |
| XYZ | 20.21 | 17.48 | 22.39 | - |
| YUV | 118.87 | 132.59 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 105 | 127 | 0 | 0.27 | 0.11 | 0.44 | 325.26 | 0.15 | 0.49 |
| Hex | 8F | 69 | 7F | 0 | 1B | B | 2C | 145 | F | 31 |
| Octal | 217 | 151 | 177 | 0 | 33 | 13 | 54 | 505 | 17 | 61 |
| Binary | 10001111 | 1101001 | 1111111 | 0 | 11011 | 1011 | 101100 | 101000101 | 1111 | 110001 |
Color Harmonies of #8F697F
Complementary color
Monochromatic Colors of #8F697F
Black with #8F697F
Text Example
Text Example
White with #8F697F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F697F; }
p { color: rgb(143,105,127); }
H1.HeaderClassName
{
color: #8F697F;
}
.AnyTagClassName
{
color: #8F697F;
}
</style>
background-color css
<style>
a { background-color: #8F697F; }
a { background-color: rgb(143,105,127); }
div.DivClassName
{
background-color: #8F697F;
}
.BgClassName
{
background-color: #8F697F;
}
</style>
border-color css
<style>
span { border-color: #8F697F; }
span { border-color: rgb(143,105,127); }
td.TdClassName
{
border-color: #8F697F;
}
.TagClassName
{
border-color: #8F697F;
}
</style>