Shades of Strikemaster #8E5F77
Tints of Strikemaster #8E5F77
RGB
CMYK
RGB Variations
Color information
#8E5F77 (or 0x8E5F77) is known color: Strikemaster. HEX triplet: 8E, 5F and 77. RGB value is (142,95,119). Sum of RGB (Red+Green+Blue) = 142+95+119=356 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.89% from 356); Green value is 95 (37.5% from 255 or 26.69% from 356); Blue value is 119 (46.88% from 255 or 33.43% from 356); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5F77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5F77 is #71A088. Grayscale: #6F6F6F. Windows color (decimal): -7446665 or 7823246. OLE color: 7823246.
HSL color Cylindrical-coordinate representation of color #8E5F77: hue angle of 329.36º degrees, saturation: 0.2, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8E5F77 is Cyan = 0, Magento = 0.33, Yellow = 0.16 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 95 | 119 | - |
| CMYK | 0 | 0.33 | 0.16 | 0.44 |
| HSL | 329.36º | 0.2% | 0.46% | - |
| HSV(B) | 329.36º | 0.33% | 0.56% | - |
| XYZ | 18.58 | 15.27 | 19.42 | - |
| YUV | 111.79 | 132.07 | 149.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 95 | 119 | 0 | 0.33 | 0.16 | 0.44 | 329.36 | 0.2 | 0.46 |
| Hex | 8E | 5F | 77 | 0 | 21 | 10 | 2C | 149 | 14 | 2E |
| Octal | 216 | 137 | 167 | 0 | 41 | 20 | 54 | 511 | 24 | 56 |
| Binary | 10001110 | 1011111 | 1110111 | 0 | 100001 | 10000 | 101100 | 101001001 | 10100 | 101110 |
Color Harmonies of #8E5F77
Complementary color
Monochromatic Colors of #8E5F77
Black with #8E5F77
Text Example
Text Example
White with #8E5F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E5F77; }
p { color: rgb(142,95,119); }
H1.HeaderClassName
{
color: #8E5F77;
}
.AnyTagClassName
{
color: #8E5F77;
}
</style>
background-color css
<style>
a { background-color: #8E5F77; }
a { background-color: rgb(142,95,119); }
div.DivClassName
{
background-color: #8E5F77;
}
.BgClassName
{
background-color: #8E5F77;
}
</style>
border-color css
<style>
span { border-color: #8E5F77; }
span { border-color: rgb(142,95,119); }
td.TdClassName
{
border-color: #8E5F77;
}
.TagClassName
{
border-color: #8E5F77;
}
</style>