Shades of Strikemaster #8E677B
Tints of Strikemaster #8E677B
RGB
CMYK
RGB Variations
Color information
#8E677B (or 0x8E677B) is known color: Strikemaster. HEX triplet: 8E, 67 and 7B. RGB value is (142,103,123). Sum of RGB (Red+Green+Blue) = 142+103+123=368 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.59% from 368); Green value is 103 (40.62% from 255 or 27.99% from 368); Blue value is 123 (48.44% from 255 or 33.42% from 368); Max value from RGB is 142 - color contains mainly: red. Hex color #8E677B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E677B is #719884. Grayscale: #747474. Windows color (decimal): -7444613 or 8087438. OLE color: 8087438.
HSL color Cylindrical-coordinate representation of color #8E677B: hue angle of 329.23º 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 #8E677B is Cyan = 0, Magento = 0.27, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 103 | 123 | - |
| CMYK | 0 | 0.27 | 0.13 | 0.44 |
| HSL | 329.23º | 0.16% | 0.48% | - |
| HSV(B) | 329.23º | 0.27% | 0.56% | - |
| XYZ | 19.58 | 16.88 | 20.97 | - |
| YUV | 116.94 | 131.42 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 103 | 123 | 0 | 0.27 | 0.13 | 0.44 | 329.23 | 0.16 | 0.48 |
| Hex | 8E | 67 | 7B | 0 | 1B | D | 2C | 149 | 10 | 30 |
| Octal | 216 | 147 | 173 | 0 | 33 | 15 | 54 | 511 | 20 | 60 |
| Binary | 10001110 | 1100111 | 1111011 | 0 | 11011 | 1101 | 101100 | 101001001 | 10000 | 110000 |
Color Harmonies of #8E677B
Complementary color
Monochromatic Colors of #8E677B
Black with #8E677B
Text Example
Text Example
White with #8E677B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E677B; }
p { color: rgb(142,103,123); }
H1.HeaderClassName
{
color: #8E677B;
}
.AnyTagClassName
{
color: #8E677B;
}
</style>
background-color css
<style>
a { background-color: #8E677B; }
a { background-color: rgb(142,103,123); }
div.DivClassName
{
background-color: #8E677B;
}
.BgClassName
{
background-color: #8E677B;
}
</style>
border-color css
<style>
span { border-color: #8E677B; }
span { border-color: rgb(142,103,123); }
td.TdClassName
{
border-color: #8E677B;
}
.TagClassName
{
border-color: #8E677B;
}
</style>