Shades of Strikemaster #8E667A
Tints of Strikemaster #8E667A
RGB
CMYK
RGB Variations
Color information
#8E667A (or 0x8E667A) is known color: Strikemaster. HEX triplet: 8E, 66 and 7A. RGB value is (142,102,122). Sum of RGB (Red+Green+Blue) = 142+102+122=366 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.80% from 366); Green value is 102 (40.23% from 255 or 27.87% from 366); Blue value is 122 (48.05% from 255 or 33.33% from 366); Max value from RGB is 142 - color contains mainly: red. Hex color #8E667A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E667A is #719985. Grayscale: #747474. Windows color (decimal): -7444870 or 8021646. OLE color: 8021646.
HSL color Cylindrical-coordinate representation of color #8E667A: hue angle of 330º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8E667A is Cyan = 0, Magento = 0.28, Yellow = 0.14 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 102 | 122 | - |
| CMYK | 0 | 0.28 | 0.14 | 0.44 |
| HSL | 330º | 0.16% | 0.48% | - |
| HSV(B) | 330º | 0.28% | 0.56% | - |
| XYZ | 19.42 | 16.66 | 20.6 | - |
| YUV | 116.24 | 131.25 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 102 | 122 | 0 | 0.28 | 0.14 | 0.44 | 330 | 0.16 | 0.48 |
| Hex | 8E | 66 | 7A | 0 | 1C | E | 2C | 14A | 10 | 30 |
| Octal | 216 | 146 | 172 | 0 | 34 | 16 | 54 | 512 | 20 | 60 |
| Binary | 10001110 | 1100110 | 1111010 | 0 | 11100 | 1110 | 101100 | 101001010 | 10000 | 110000 |
Color Harmonies of #8E667A
Complementary color
Monochromatic Colors of #8E667A
Black with #8E667A
Text Example
Text Example
White with #8E667A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E667A; }
p { color: rgb(142,102,122); }
H1.HeaderClassName
{
color: #8E667A;
}
.AnyTagClassName
{
color: #8E667A;
}
</style>
background-color css
<style>
a { background-color: #8E667A; }
a { background-color: rgb(142,102,122); }
div.DivClassName
{
background-color: #8E667A;
}
.BgClassName
{
background-color: #8E667A;
}
</style>
border-color css
<style>
span { border-color: #8E667A; }
span { border-color: rgb(142,102,122); }
td.TdClassName
{
border-color: #8E667A;
}
.TagClassName
{
border-color: #8E667A;
}
</style>