Shades of Strikemaster #8E677C
Tints of Strikemaster #8E677C
RGB
CMYK
RGB Variations
Color information
#8E677C (or 0x8E677C) is known color: Strikemaster. HEX triplet: 8E, 67 and 7C. RGB value is (142,103,124). Sum of RGB (Red+Green+Blue) = 142+103+124=369 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.48% from 369); Green value is 103 (40.62% from 255 or 27.91% from 369); Blue value is 124 (48.83% from 255 or 33.60% from 369); Max value from RGB is 142 - color contains mainly: red. Hex color #8E677C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E677C is #719883. Grayscale: #757575. Windows color (decimal): -7444612 or 8152974. OLE color: 8152974.
HSL color Cylindrical-coordinate representation of color #8E677C: hue angle of 327.69º degrees, saturation: 0.16, 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 #8E677C is Cyan = 0, Magento = 0.27, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 103 | 124 | - |
| CMYK | 0 | 0.27 | 0.13 | 0.44 |
| HSL | 327.69º | 0.16% | 0.48% | - |
| HSV(B) | 327.69º | 0.27% | 0.56% | - |
| XYZ | 19.64 | 16.91 | 21.3 | - |
| YUV | 117.06 | 131.92 | 145.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 103 | 124 | 0 | 0.27 | 0.13 | 0.44 | 327.69 | 0.16 | 0.48 |
| Hex | 8E | 67 | 7C | 0 | 1B | D | 2C | 148 | 10 | 30 |
| Octal | 216 | 147 | 174 | 0 | 33 | 15 | 54 | 510 | 20 | 60 |
| Binary | 10001110 | 1100111 | 1111100 | 0 | 11011 | 1101 | 101100 | 101001000 | 10000 | 110000 |
Color Harmonies of #8E677C
Complementary color
Monochromatic Colors of #8E677C
Black with #8E677C
Text Example
Text Example
White with #8E677C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E677C; }
p { color: rgb(142,103,124); }
H1.HeaderClassName
{
color: #8E677C;
}
.AnyTagClassName
{
color: #8E677C;
}
</style>
background-color css
<style>
a { background-color: #8E677C; }
a { background-color: rgb(142,103,124); }
div.DivClassName
{
background-color: #8E677C;
}
.BgClassName
{
background-color: #8E677C;
}
</style>
border-color css
<style>
span { border-color: #8E677C; }
span { border-color: rgb(142,103,124); }
td.TdClassName
{
border-color: #8E677C;
}
.TagClassName
{
border-color: #8E677C;
}
</style>