Shades of Strikemaster #8E687A
Tints of Strikemaster #8E687A
RGB
CMYK
RGB Variations
Color information
#8E687A (or 0x8E687A) is known color: Strikemaster. HEX triplet: 8E, 68 and 7A. RGB value is (142,104,122). Sum of RGB (Red+Green+Blue) = 142+104+122=368 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.59% from 368); Green value is 104 (41.02% from 255 or 28.26% from 368); Blue value is 122 (48.05% from 255 or 33.15% from 368); Max value from RGB is 142 - color contains mainly: red. Hex color #8E687A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E687A is #719785. Grayscale: #757575. Windows color (decimal): -7444358 or 8022158. OLE color: 8022158.
HSL color Cylindrical-coordinate representation of color #8E687A: hue angle of 331.58º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8E687A is Cyan = 0, Magento = 0.27, Yellow = 0.14 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 104 | 122 | - |
| CMYK | 0 | 0.27 | 0.14 | 0.44 |
| HSL | 331.58º | 0.15% | 0.48% | - |
| HSV(B) | 331.58º | 0.27% | 0.56% | - |
| XYZ | 19.62 | 17.06 | 20.67 | - |
| YUV | 117.41 | 130.59 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 104 | 122 | 0 | 0.27 | 0.14 | 0.44 | 331.58 | 0.15 | 0.48 |
| Hex | 8E | 68 | 7A | 0 | 1B | E | 2C | 14C | F | 30 |
| Octal | 216 | 150 | 172 | 0 | 33 | 16 | 54 | 514 | 17 | 60 |
| Binary | 10001110 | 1101000 | 1111010 | 0 | 11011 | 1110 | 101100 | 101001100 | 1111 | 110000 |
Color Harmonies of #8E687A
Complementary color
Monochromatic Colors of #8E687A
Black with #8E687A
Text Example
Text Example
White with #8E687A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E687A; }
p { color: rgb(142,104,122); }
H1.HeaderClassName
{
color: #8E687A;
}
.AnyTagClassName
{
color: #8E687A;
}
</style>
background-color css
<style>
a { background-color: #8E687A; }
a { background-color: rgb(142,104,122); }
div.DivClassName
{
background-color: #8E687A;
}
.BgClassName
{
background-color: #8E687A;
}
</style>
border-color css
<style>
span { border-color: #8E687A; }
span { border-color: rgb(142,104,122); }
td.TdClassName
{
border-color: #8E687A;
}
.TagClassName
{
border-color: #8E687A;
}
</style>