Shades of Strikemaster #8E6077
Tints of Strikemaster #8E6077
RGB
CMYK
RGB Variations
Color information
#8E6077 (or 0x8E6077) is known color: Strikemaster. HEX triplet: 8E, 60 and 77. RGB value is (142,96,119). Sum of RGB (Red+Green+Blue) = 142+96+119=357 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.78% from 357); Green value is 96 (37.89% from 255 or 26.89% from 357); Blue value is 119 (46.88% from 255 or 33.33% from 357); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6077 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6077 is #719F88. Grayscale: #707070. Windows color (decimal): -7446409 or 7823502. OLE color: 7823502.
HSL color Cylindrical-coordinate representation of color #8E6077: hue angle of 330º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8E6077 is Cyan = 0, Magento = 0.32, Yellow = 0.16 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 96 | 119 | - |
| CMYK | 0 | 0.32 | 0.16 | 0.44 |
| HSL | 330º | 0.19% | 0.47% | - |
| HSV(B) | 330º | 0.32% | 0.56% | - |
| XYZ | 18.67 | 15.45 | 19.45 | - |
| YUV | 112.38 | 131.74 | 149.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 96 | 119 | 0 | 0.32 | 0.16 | 0.44 | 330 | 0.19 | 0.47 |
| Hex | 8E | 60 | 77 | 0 | 20 | 10 | 2C | 14A | 13 | 2F |
| Octal | 216 | 140 | 167 | 0 | 40 | 20 | 54 | 512 | 23 | 57 |
| Binary | 10001110 | 1100000 | 1110111 | 0 | 100000 | 10000 | 101100 | 101001010 | 10011 | 101111 |
Color Harmonies of #8E6077
Complementary color
Monochromatic Colors of #8E6077
Black with #8E6077
Text Example
Text Example
White with #8E6077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E6077; }
p { color: rgb(142,96,119); }
H1.HeaderClassName
{
color: #8E6077;
}
.AnyTagClassName
{
color: #8E6077;
}
</style>
background-color css
<style>
a { background-color: #8E6077; }
a { background-color: rgb(142,96,119); }
div.DivClassName
{
background-color: #8E6077;
}
.BgClassName
{
background-color: #8E6077;
}
</style>
border-color css
<style>
span { border-color: #8E6077; }
span { border-color: rgb(142,96,119); }
td.TdClassName
{
border-color: #8E6077;
}
.TagClassName
{
border-color: #8E6077;
}
</style>