Shades of Strikemaster #8C5877
Tints of Strikemaster #8C5877
RGB
CMYK
RGB Variations
Color information
#8C5877 (or 0x8C5877) is known color: Strikemaster. HEX triplet: 8C, 58 and 77. RGB value is (140,88,119). Sum of RGB (Red+Green+Blue) = 140+88+119=347 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.35% from 347); Green value is 88 (34.77% from 255 or 25.36% from 347); Blue value is 119 (46.88% from 255 or 34.29% from 347); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5877 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5877 is #73A788. Grayscale: #6B6B6B. Windows color (decimal): -7579529 or 7821452. OLE color: 7821452.
HSL color Cylindrical-coordinate representation of color #8C5877: hue angle of 324.23º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8C5877 is Cyan = 0, Magento = 0.37, Yellow = 0.15 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 88 | 119 | - |
| CMYK | 0 | 0.37 | 0.15 | 0.45 |
| HSL | 324.23º | 0.23% | 0.45% | - |
| HSV(B) | 324.23º | 0.37% | 0.55% | - |
| XYZ | 17.63 | 13.89 | 19.2 | - |
| YUV | 107.08 | 134.73 | 151.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 88 | 119 | 0 | 0.37 | 0.15 | 0.45 | 324.23 | 0.23 | 0.45 |
| Hex | 8C | 58 | 77 | 0 | 25 | F | 2D | 144 | 17 | 2D |
| Octal | 214 | 130 | 167 | 0 | 45 | 17 | 55 | 504 | 27 | 55 |
| Binary | 10001100 | 1011000 | 1110111 | 0 | 100101 | 1111 | 101101 | 101000100 | 10111 | 101101 |
Color Harmonies of #8C5877
Complementary color
Monochromatic Colors of #8C5877
Black with #8C5877
Text Example
Text Example
White with #8C5877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5877; }
p { color: rgb(140,88,119); }
H1.HeaderClassName
{
color: #8C5877;
}
.AnyTagClassName
{
color: #8C5877;
}
</style>
background-color css
<style>
a { background-color: #8C5877; }
a { background-color: rgb(140,88,119); }
div.DivClassName
{
background-color: #8C5877;
}
.BgClassName
{
background-color: #8C5877;
}
</style>
border-color css
<style>
span { border-color: #8C5877; }
span { border-color: rgb(140,88,119); }
td.TdClassName
{
border-color: #8C5877;
}
.TagClassName
{
border-color: #8C5877;
}
</style>