Shades of Strikemaster #8C5579
Tints of Strikemaster #8C5579
RGB
CMYK
RGB Variations
Color information
#8C5579 (or 0x8C5579) is known color: Strikemaster. HEX triplet: 8C, 55 and 79. RGB value is (140,85,121). Sum of RGB (Red+Green+Blue) = 140+85+121=346 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.46% from 346); Green value is 85 (33.59% from 255 or 24.57% from 346); Blue value is 121 (47.66% from 255 or 34.97% from 346); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5579 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5579 is #73AA86. Grayscale: #696969. Windows color (decimal): -7580295 or 7951756. OLE color: 7951756.
HSL color Cylindrical-coordinate representation of color #8C5579: hue angle of 320.73º 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 #8C5579 is Cyan = 0, Magento = 0.39, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 85 | 121 | - |
| CMYK | 0 | 0.39 | 0.14 | 0.45 |
| HSL | 320.73º | 0.24% | 0.44% | - |
| HSV(B) | 320.73º | 0.39% | 0.55% | - |
| XYZ | 17.51 | 13.45 | 19.76 | - |
| YUV | 105.55 | 136.72 | 152.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 85 | 121 | 0 | 0.39 | 0.14 | 0.45 | 320.73 | 0.24 | 0.44 |
| Hex | 8C | 55 | 79 | 0 | 27 | E | 2D | 141 | 18 | 2C |
| Octal | 214 | 125 | 171 | 0 | 47 | 16 | 55 | 501 | 30 | 54 |
| Binary | 10001100 | 1010101 | 1111001 | 0 | 100111 | 1110 | 101101 | 101000001 | 11000 | 101100 |
Color Harmonies of #8C5579
Complementary color
Monochromatic Colors of #8C5579
Black with #8C5579
Text Example
Text Example
White with #8C5579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5579; }
p { color: rgb(140,85,121); }
H1.HeaderClassName
{
color: #8C5579;
}
.AnyTagClassName
{
color: #8C5579;
}
</style>
background-color css
<style>
a { background-color: #8C5579; }
a { background-color: rgb(140,85,121); }
div.DivClassName
{
background-color: #8C5579;
}
.BgClassName
{
background-color: #8C5579;
}
</style>
border-color css
<style>
span { border-color: #8C5579; }
span { border-color: rgb(140,85,121); }
td.TdClassName
{
border-color: #8C5579;
}
.TagClassName
{
border-color: #8C5579;
}
</style>