Shades of Strikemaster #8D6578
Tints of Strikemaster #8D6578
RGB
CMYK
RGB Variations
Color information
#8D6578 (or 0x8D6578) is known color: Strikemaster. HEX triplet: 8D, 65 and 78. RGB value is (141,101,120). Sum of RGB (Red+Green+Blue) = 141+101+120=362 (47% of max value = 765). Red value is 141 (55.47% from 255 or 38.95% from 362); Green value is 101 (39.84% from 255 or 27.90% from 362); Blue value is 120 (47.27% from 255 or 33.15% from 362); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6578 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6578 is #729A87. Grayscale: #737373. Windows color (decimal): -7510664 or 7890317. OLE color: 7890317.
HSL color Cylindrical-coordinate representation of color #8D6578: hue angle of 331.5º degrees, saturation: 0.17, 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 #8D6578 is Cyan = 0, Magento = 0.28, Yellow = 0.15 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 101 | 120 | - |
| CMYK | 0 | 0.28 | 0.15 | 0.45 |
| HSL | 331.5º | 0.17% | 0.47% | - |
| HSV(B) | 331.5º | 0.28% | 0.55% | - |
| XYZ | 19.03 | 16.33 | 19.92 | - |
| YUV | 115.13 | 130.75 | 146.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 101 | 120 | 0 | 0.28 | 0.15 | 0.45 | 331.5 | 0.17 | 0.47 |
| Hex | 8D | 65 | 78 | 0 | 1C | F | 2D | 14C | 11 | 2F |
| Octal | 215 | 145 | 170 | 0 | 34 | 17 | 55 | 514 | 21 | 57 |
| Binary | 10001101 | 1100101 | 1111000 | 0 | 11100 | 1111 | 101101 | 101001100 | 10001 | 101111 |
Color Harmonies of #8D6578
Complementary color
Monochromatic Colors of #8D6578
Black with #8D6578
Text Example
Text Example
White with #8D6578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6578; }
p { color: rgb(141,101,120); }
H1.HeaderClassName
{
color: #8D6578;
}
.AnyTagClassName
{
color: #8D6578;
}
</style>
background-color css
<style>
a { background-color: #8D6578; }
a { background-color: rgb(141,101,120); }
div.DivClassName
{
background-color: #8D6578;
}
.BgClassName
{
background-color: #8D6578;
}
</style>
border-color css
<style>
span { border-color: #8D6578; }
span { border-color: rgb(141,101,120); }
td.TdClassName
{
border-color: #8D6578;
}
.TagClassName
{
border-color: #8D6578;
}
</style>