Shades of Strikemaster #8C5576
Tints of Strikemaster #8C5576
RGB
CMYK
RGB Variations
Color information
#8C5576 (or 0x8C5576) is known color: Strikemaster. HEX triplet: 8C, 55 and 76. RGB value is (140,85,118). Sum of RGB (Red+Green+Blue) = 140+85+118=343 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.82% from 343); Green value is 85 (33.59% from 255 or 24.78% from 343); Blue value is 118 (46.48% from 255 or 34.40% from 343); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5576 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5576 is #73AA89. Grayscale: #696969. Windows color (decimal): -7580298 or 7755148. OLE color: 7755148.
HSL color Cylindrical-coordinate representation of color #8C5576: hue angle of 324º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8C5576 is Cyan = 0, Magento = 0.39, Yellow = 0.16 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 85 | 118 | - |
| CMYK | 0 | 0.39 | 0.16 | 0.45 |
| HSL | 324º | 0.24% | 0.44% | - |
| HSV(B) | 324º | 0.39% | 0.55% | - |
| XYZ | 17.33 | 13.38 | 18.81 | - |
| YUV | 105.21 | 135.22 | 152.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 85 | 118 | 0 | 0.39 | 0.16 | 0.45 | 324 | 0.24 | 0.44 |
| Hex | 8C | 55 | 76 | 0 | 27 | 10 | 2D | 144 | 18 | 2C |
| Octal | 214 | 125 | 166 | 0 | 47 | 20 | 55 | 504 | 30 | 54 |
| Binary | 10001100 | 1010101 | 1110110 | 0 | 100111 | 10000 | 101101 | 101000100 | 11000 | 101100 |
Color Harmonies of #8C5576
Complementary color
Monochromatic Colors of #8C5576
Black with #8C5576
Text Example
Text Example
White with #8C5576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5576; }
p { color: rgb(140,85,118); }
H1.HeaderClassName
{
color: #8C5576;
}
.AnyTagClassName
{
color: #8C5576;
}
</style>
background-color css
<style>
a { background-color: #8C5576; }
a { background-color: rgb(140,85,118); }
div.DivClassName
{
background-color: #8C5576;
}
.BgClassName
{
background-color: #8C5576;
}
</style>
border-color css
<style>
span { border-color: #8C5576; }
span { border-color: rgb(140,85,118); }
td.TdClassName
{
border-color: #8C5576;
}
.TagClassName
{
border-color: #8C5576;
}
</style>