Shades of Strikemaster #8E677F
Tints of Strikemaster #8E677F
RGB
CMYK
RGB Variations
Color information
#8E677F (or 0x8E677F) is known color: Strikemaster. HEX triplet: 8E, 67 and 7F. RGB value is (142,103,127). Sum of RGB (Red+Green+Blue) = 142+103+127=372 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.17% from 372); Green value is 103 (40.62% from 255 or 27.69% from 372); Blue value is 127 (50% from 255 or 34.14% from 372); Max value from RGB is 142 - color contains mainly: red. Hex color #8E677F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E677F is #719880. Grayscale: #757575. Windows color (decimal): -7444609 or 8349582. OLE color: 8349582.
HSL color Cylindrical-coordinate representation of color #8E677F: hue angle of 323.08º 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 #8E677F is Cyan = 0, Magento = 0.27, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 103 | 127 | - |
| CMYK | 0 | 0.27 | 0.11 | 0.44 |
| HSL | 323.08º | 0.16% | 0.48% | - |
| HSV(B) | 323.08º | 0.27% | 0.56% | - |
| XYZ | 19.84 | 16.98 | 22.31 | - |
| YUV | 117.4 | 133.42 | 145.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 103 | 127 | 0 | 0.27 | 0.11 | 0.44 | 323.08 | 0.16 | 0.48 |
| Hex | 8E | 67 | 7F | 0 | 1B | B | 2C | 143 | 10 | 30 |
| Octal | 216 | 147 | 177 | 0 | 33 | 13 | 54 | 503 | 20 | 60 |
| Binary | 10001110 | 1100111 | 1111111 | 0 | 11011 | 1011 | 101100 | 101000011 | 10000 | 110000 |
Color Harmonies of #8E677F
Complementary color
Monochromatic Colors of #8E677F
Black with #8E677F
Text Example
Text Example
White with #8E677F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E677F; }
p { color: rgb(142,103,127); }
H1.HeaderClassName
{
color: #8E677F;
}
.AnyTagClassName
{
color: #8E677F;
}
</style>
background-color css
<style>
a { background-color: #8E677F; }
a { background-color: rgb(142,103,127); }
div.DivClassName
{
background-color: #8E677F;
}
.BgClassName
{
background-color: #8E677F;
}
</style>
border-color css
<style>
span { border-color: #8E677F; }
span { border-color: rgb(142,103,127); }
td.TdClassName
{
border-color: #8E677F;
}
.TagClassName
{
border-color: #8E677F;
}
</style>