Shades of Strikemaster #8D6376
Tints of Strikemaster #8D6376
RGB
CMYK
RGB Variations
Color information
#8D6376 (or 0x8D6376) is known color: Strikemaster. HEX triplet: 8D, 63 and 76. RGB value is (141,99,118). Sum of RGB (Red+Green+Blue) = 141+99+118=358 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.39% from 358); Green value is 99 (39.06% from 255 or 27.65% from 358); Blue value is 118 (46.48% from 255 or 32.96% from 358); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6376 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6376 is #729C89. Grayscale: #717171. Windows color (decimal): -7511178 or 7758733. OLE color: 7758733.
HSL color Cylindrical-coordinate representation of color #8D6376: hue angle of 332.86º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8D6376 is Cyan = 0, Magento = 0.30, Yellow = 0.16 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 99 | 118 | - |
| CMYK | 0 | 0.30 | 0.16 | 0.45 |
| HSL | 332.86º | 0.18% | 0.47% | - |
| HSV(B) | 332.86º | 0.3% | 0.55% | - |
| XYZ | 18.72 | 15.89 | 19.22 | - |
| YUV | 113.72 | 130.41 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 99 | 118 | 0 | 0.30 | 0.16 | 0.45 | 332.86 | 0.18 | 0.47 |
| Hex | 8D | 63 | 76 | 0 | 1E | 10 | 2D | 14D | 12 | 2F |
| Octal | 215 | 143 | 166 | 0 | 36 | 20 | 55 | 515 | 22 | 57 |
| Binary | 10001101 | 1100011 | 1110110 | 0 | 11110 | 10000 | 101101 | 101001101 | 10010 | 101111 |
Color Harmonies of #8D6376
Complementary color
Monochromatic Colors of #8D6376
Black with #8D6376
Text Example
Text Example
White with #8D6376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6376; }
p { color: rgb(141,99,118); }
H1.HeaderClassName
{
color: #8D6376;
}
.AnyTagClassName
{
color: #8D6376;
}
</style>
background-color css
<style>
a { background-color: #8D6376; }
a { background-color: rgb(141,99,118); }
div.DivClassName
{
background-color: #8D6376;
}
.BgClassName
{
background-color: #8D6376;
}
</style>
border-color css
<style>
span { border-color: #8D6376; }
span { border-color: rgb(141,99,118); }
td.TdClassName
{
border-color: #8D6376;
}
.TagClassName
{
border-color: #8D6376;
}
</style>