Shades of Strikemaster #8C5575
Tints of Strikemaster #8C5575
RGB
CMYK
RGB Variations
Color information
#8C5575 (or 0x8C5575) is known color: Strikemaster. HEX triplet: 8C, 55 and 75. RGB value is (140,85,117). Sum of RGB (Red+Green+Blue) = 140+85+117=342 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.94% from 342); Green value is 85 (33.59% from 255 or 24.85% from 342); Blue value is 117 (46.09% from 255 or 34.21% from 342); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5575 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5575 is #73AA8A. Grayscale: #696969. Windows color (decimal): -7580299 or 7689612. OLE color: 7689612.
HSL color Cylindrical-coordinate representation of color #8C5575: hue angle of 325.09º 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 #8C5575 is Cyan = 0, Magento = 0.39, Yellow = 0.16 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 85 | 117 | - |
| CMYK | 0 | 0.39 | 0.16 | 0.45 |
| HSL | 325.09º | 0.24% | 0.44% | - |
| HSV(B) | 325.09º | 0.39% | 0.55% | - |
| XYZ | 17.27 | 13.36 | 18.5 | - |
| YUV | 105.09 | 134.72 | 152.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 85 | 117 | 0 | 0.39 | 0.16 | 0.45 | 325.09 | 0.24 | 0.44 |
| Hex | 8C | 55 | 75 | 0 | 27 | 10 | 2D | 145 | 18 | 2C |
| Octal | 214 | 125 | 165 | 0 | 47 | 20 | 55 | 505 | 30 | 54 |
| Binary | 10001100 | 1010101 | 1110101 | 0 | 100111 | 10000 | 101101 | 101000101 | 11000 | 101100 |
Color Harmonies of #8C5575
Complementary color
Monochromatic Colors of #8C5575
Black with #8C5575
Text Example
Text Example
White with #8C5575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5575; }
p { color: rgb(140,85,117); }
H1.HeaderClassName
{
color: #8C5575;
}
.AnyTagClassName
{
color: #8C5575;
}
</style>
background-color css
<style>
a { background-color: #8C5575; }
a { background-color: rgb(140,85,117); }
div.DivClassName
{
background-color: #8C5575;
}
.BgClassName
{
background-color: #8C5575;
}
</style>
border-color css
<style>
span { border-color: #8C5575; }
span { border-color: rgb(140,85,117); }
td.TdClassName
{
border-color: #8C5575;
}
.TagClassName
{
border-color: #8C5575;
}
</style>