Shades of Strikemaster #8E6578
Tints of Strikemaster #8E6578
RGB
CMYK
RGB Variations
Color information
#8E6578 (or 0x8E6578) is known color: Strikemaster. HEX triplet: 8E, 65 and 78. RGB value is (142,101,120). Sum of RGB (Red+Green+Blue) = 142+101+120=363 (48% of max value = 765). Red value is 142 (55.86% from 255 or 39.12% from 363); Green value is 101 (39.84% from 255 or 27.82% from 363); Blue value is 120 (47.27% from 255 or 33.06% from 363); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6578 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6578 is #719A87. Grayscale: #737373. Windows color (decimal): -7445128 or 7890318. OLE color: 7890318.
HSL color Cylindrical-coordinate representation of color #8E6578: hue angle of 332.2º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8E6578 is Cyan = 0, Magento = 0.29, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 101 | 120 | - |
| CMYK | 0 | 0.29 | 0.15 | 0.44 |
| HSL | 332.2º | 0.17% | 0.48% | - |
| HSV(B) | 332.2º | 0.29% | 0.56% | - |
| XYZ | 19.2 | 16.41 | 19.93 | - |
| YUV | 115.43 | 130.58 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 101 | 120 | 0 | 0.29 | 0.15 | 0.44 | 332.2 | 0.17 | 0.48 |
| Hex | 8E | 65 | 78 | 0 | 1D | F | 2C | 14C | 11 | 30 |
| Octal | 216 | 145 | 170 | 0 | 35 | 17 | 54 | 514 | 21 | 60 |
| Binary | 10001110 | 1100101 | 1111000 | 0 | 11101 | 1111 | 101100 | 101001100 | 10001 | 110000 |
Color Harmonies of #8E6578
Complementary color
Monochromatic Colors of #8E6578
Black with #8E6578
Text Example
Text Example
White with #8E6578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E6578; }
p { color: rgb(142,101,120); }
H1.HeaderClassName
{
color: #8E6578;
}
.AnyTagClassName
{
color: #8E6578;
}
</style>
background-color css
<style>
a { background-color: #8E6578; }
a { background-color: rgb(142,101,120); }
div.DivClassName
{
background-color: #8E6578;
}
.BgClassName
{
background-color: #8E6578;
}
</style>
border-color css
<style>
span { border-color: #8E6578; }
span { border-color: rgb(142,101,120); }
td.TdClassName
{
border-color: #8E6578;
}
.TagClassName
{
border-color: #8E6578;
}
</style>