Shades of Strikemaster #8E5B77
Tints of Strikemaster #8E5B77
RGB
CMYK
RGB Variations
Color information
#8E5B77 (or 0x8E5B77) is known color: Strikemaster. HEX triplet: 8E, 5B and 77. RGB value is (142,91,119). Sum of RGB (Red+Green+Blue) = 142+91+119=352 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.34% from 352); Green value is 91 (35.94% from 255 or 25.85% from 352); Blue value is 119 (46.88% from 255 or 33.81% from 352); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5B77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5B77 is #71A488. Grayscale: #6D6D6D. Windows color (decimal): -7447689 or 7822222. OLE color: 7822222.
HSL color Cylindrical-coordinate representation of color #8E5B77: hue angle of 327.06º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8E5B77 is Cyan = 0, Magento = 0.36, Yellow = 0.16 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 91 | 119 | - |
| CMYK | 0 | 0.36 | 0.16 | 0.44 |
| HSL | 327.06º | 0.22% | 0.46% | - |
| HSV(B) | 327.06º | 0.36% | 0.56% | - |
| XYZ | 18.23 | 14.56 | 19.3 | - |
| YUV | 109.44 | 133.4 | 151.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 91 | 119 | 0 | 0.36 | 0.16 | 0.44 | 327.06 | 0.22 | 0.46 |
| Hex | 8E | 5B | 77 | 0 | 24 | 10 | 2C | 147 | 16 | 2E |
| Octal | 216 | 133 | 167 | 0 | 44 | 20 | 54 | 507 | 26 | 56 |
| Binary | 10001110 | 1011011 | 1110111 | 0 | 100100 | 10000 | 101100 | 101000111 | 10110 | 101110 |
Color Harmonies of #8E5B77
Complementary color
Monochromatic Colors of #8E5B77
Black with #8E5B77
Text Example
Text Example
White with #8E5B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E5B77; }
p { color: rgb(142,91,119); }
H1.HeaderClassName
{
color: #8E5B77;
}
.AnyTagClassName
{
color: #8E5B77;
}
</style>
background-color css
<style>
a { background-color: #8E5B77; }
a { background-color: rgb(142,91,119); }
div.DivClassName
{
background-color: #8E5B77;
}
.BgClassName
{
background-color: #8E5B77;
}
</style>
border-color css
<style>
span { border-color: #8E5B77; }
span { border-color: rgb(142,91,119); }
td.TdClassName
{
border-color: #8E5B77;
}
.TagClassName
{
border-color: #8E5B77;
}
</style>