Shades of Strikemaster #8E697A
Tints of Strikemaster #8E697A
RGB
CMYK
RGB Variations
Color information
#8E697A (or 0x8E697A) is known color: Strikemaster. HEX triplet: 8E, 69 and 7A. RGB value is (142,105,122). Sum of RGB (Red+Green+Blue) = 142+105+122=369 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.48% from 369); Green value is 105 (41.41% from 255 or 28.46% from 369); Blue value is 122 (48.05% from 255 or 33.06% from 369); Max value from RGB is 142 - color contains mainly: red. Hex color #8E697A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E697A is #719685. Grayscale: #757575. Windows color (decimal): -7444102 or 8022414. OLE color: 8022414.
HSL color Cylindrical-coordinate representation of color #8E697A: hue angle of 332.43º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8E697A is Cyan = 0, Magento = 0.26, Yellow = 0.14 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 105 | 122 | - |
| CMYK | 0 | 0.26 | 0.14 | 0.44 |
| HSL | 332.43º | 0.15% | 0.48% | - |
| HSV(B) | 332.43º | 0.26% | 0.56% | - |
| XYZ | 19.72 | 17.26 | 20.7 | - |
| YUV | 118 | 130.26 | 145.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 105 | 122 | 0 | 0.26 | 0.14 | 0.44 | 332.43 | 0.15 | 0.48 |
| Hex | 8E | 69 | 7A | 0 | 1A | E | 2C | 14C | F | 30 |
| Octal | 216 | 151 | 172 | 0 | 32 | 16 | 54 | 514 | 17 | 60 |
| Binary | 10001110 | 1101001 | 1111010 | 0 | 11010 | 1110 | 101100 | 101001100 | 1111 | 110000 |
Color Harmonies of #8E697A
Complementary color
Monochromatic Colors of #8E697A
Black with #8E697A
Text Example
Text Example
White with #8E697A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E697A; }
p { color: rgb(142,105,122); }
H1.HeaderClassName
{
color: #8E697A;
}
.AnyTagClassName
{
color: #8E697A;
}
</style>
background-color css
<style>
a { background-color: #8E697A; }
a { background-color: rgb(142,105,122); }
div.DivClassName
{
background-color: #8E697A;
}
.BgClassName
{
background-color: #8E697A;
}
</style>
border-color css
<style>
span { border-color: #8E697A; }
span { border-color: rgb(142,105,122); }
td.TdClassName
{
border-color: #8E697A;
}
.TagClassName
{
border-color: #8E697A;
}
</style>