Shades of Strikemaster #8C6578
Tints of Strikemaster #8C6578
RGB
CMYK
RGB Variations
Color information
#8C6578 (or 0x8C6578) is known color: Strikemaster. HEX triplet: 8C, 65 and 78. RGB value is (140,101,120). Sum of RGB (Red+Green+Blue) = 140+101+120=361 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.78% from 361); Green value is 101 (39.84% from 255 or 27.98% from 361); Blue value is 120 (47.27% from 255 or 33.24% from 361); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6578 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6578 is #739A87. Grayscale: #727272. Windows color (decimal): -7576200 or 7890316. OLE color: 7890316.
HSL color Cylindrical-coordinate representation of color #8C6578: hue angle of 330.77º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8C6578 is Cyan = 0, Magento = 0.28, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 101 | 120 | - |
| CMYK | 0 | 0.28 | 0.14 | 0.45 |
| HSL | 330.77º | 0.16% | 0.47% | - |
| HSV(B) | 330.77º | 0.28% | 0.55% | - |
| XYZ | 18.86 | 16.24 | 19.91 | - |
| YUV | 114.83 | 130.92 | 145.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 101 | 120 | 0 | 0.28 | 0.14 | 0.45 | 330.77 | 0.16 | 0.47 |
| Hex | 8C | 65 | 78 | 0 | 1C | E | 2D | 14B | 10 | 2F |
| Octal | 214 | 145 | 170 | 0 | 34 | 16 | 55 | 513 | 20 | 57 |
| Binary | 10001100 | 1100101 | 1111000 | 0 | 11100 | 1110 | 101101 | 101001011 | 10000 | 101111 |
Color Harmonies of #8C6578
Complementary color
Monochromatic Colors of #8C6578
Black with #8C6578
Text Example
Text Example
White with #8C6578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6578; }
p { color: rgb(140,101,120); }
H1.HeaderClassName
{
color: #8C6578;
}
.AnyTagClassName
{
color: #8C6578;
}
</style>
background-color css
<style>
a { background-color: #8C6578; }
a { background-color: rgb(140,101,120); }
div.DivClassName
{
background-color: #8C6578;
}
.BgClassName
{
background-color: #8C6578;
}
</style>
border-color css
<style>
span { border-color: #8C6578; }
span { border-color: rgb(140,101,120); }
td.TdClassName
{
border-color: #8C6578;
}
.TagClassName
{
border-color: #8C6578;
}
</style>