Shades of Strikemaster #8C5674
Tints of Strikemaster #8C5674
RGB
CMYK
RGB Variations
Color information
#8C5674 (or 0x8C5674) is known color: Strikemaster. HEX triplet: 8C, 56 and 74. RGB value is (140,86,116). Sum of RGB (Red+Green+Blue) = 140+86+116=342 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.94% from 342); Green value is 86 (33.98% from 255 or 25.15% from 342); Blue value is 116 (45.70% from 255 or 33.92% from 342); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5674 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5674 is #73A98B. Grayscale: #696969. Windows color (decimal): -7580044 or 7624332. OLE color: 7624332.
HSL color Cylindrical-coordinate representation of color #8C5674: hue angle of 326.67º 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 #8C5674 is Cyan = 0, Magento = 0.39, Yellow = 0.17 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 86 | 116 | - |
| CMYK | 0 | 0.39 | 0.17 | 0.45 |
| HSL | 326.67º | 0.24% | 0.44% | - |
| HSV(B) | 326.67º | 0.39% | 0.55% | - |
| XYZ | 17.3 | 13.49 | 18.22 | - |
| YUV | 105.57 | 133.89 | 152.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 86 | 116 | 0 | 0.39 | 0.17 | 0.45 | 326.67 | 0.24 | 0.44 |
| Hex | 8C | 56 | 74 | 0 | 27 | 11 | 2D | 147 | 18 | 2C |
| Octal | 214 | 126 | 164 | 0 | 47 | 21 | 55 | 507 | 30 | 54 |
| Binary | 10001100 | 1010110 | 1110100 | 0 | 100111 | 10001 | 101101 | 101000111 | 11000 | 101100 |
Color Harmonies of #8C5674
Complementary color
Monochromatic Colors of #8C5674
Black with #8C5674
Text Example
Text Example
White with #8C5674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5674; }
p { color: rgb(140,86,116); }
H1.HeaderClassName
{
color: #8C5674;
}
.AnyTagClassName
{
color: #8C5674;
}
</style>
background-color css
<style>
a { background-color: #8C5674; }
a { background-color: rgb(140,86,116); }
div.DivClassName
{
background-color: #8C5674;
}
.BgClassName
{
background-color: #8C5674;
}
</style>
border-color css
<style>
span { border-color: #8C5674; }
span { border-color: rgb(140,86,116); }
td.TdClassName
{
border-color: #8C5674;
}
.TagClassName
{
border-color: #8C5674;
}
</style>