Shades of Strikemaster #8D6C7F
Tints of Strikemaster #8D6C7F
RGB
CMYK
RGB Variations
Color information
#8D6C7F (or 0x8D6C7F) is known color: Strikemaster. HEX triplet: 8D, 6C and 7F. RGB value is (141,108,127). Sum of RGB (Red+Green+Blue) = 141+108+127=376 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.5% from 376); Green value is 108 (42.58% from 255 or 28.72% from 376); Blue value is 127 (50% from 255 or 33.78% from 376); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6C7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6C7F is #729380. Grayscale: #777777. Windows color (decimal): -7508865 or 8350861. OLE color: 8350861.
HSL color Cylindrical-coordinate representation of color #8D6C7F: hue angle of 325.45º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8D6C7F is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 108 | 127 | - |
| CMYK | 0 | 0.23 | 0.10 | 0.45 |
| HSL | 325.45º | 0.13% | 0.49% | - |
| HSV(B) | 325.45º | 0.23% | 0.55% | - |
| XYZ | 20.18 | 17.92 | 22.47 | - |
| YUV | 120.03 | 131.93 | 142.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 108 | 127 | 0 | 0.23 | 0.10 | 0.45 | 325.45 | 0.13 | 0.49 |
| Hex | 8D | 6C | 7F | 0 | 17 | A | 2D | 145 | D | 31 |
| Octal | 215 | 154 | 177 | 0 | 27 | 12 | 55 | 505 | 15 | 61 |
| Binary | 10001101 | 1101100 | 1111111 | 0 | 10111 | 1010 | 101101 | 101000101 | 1101 | 110001 |
Color Harmonies of #8D6C7F
Complementary color
Monochromatic Colors of #8D6C7F
Black with #8D6C7F
Text Example
Text Example
White with #8D6C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6C7F; }
p { color: rgb(141,108,127); }
H1.HeaderClassName
{
color: #8D6C7F;
}
.AnyTagClassName
{
color: #8D6C7F;
}
</style>
background-color css
<style>
a { background-color: #8D6C7F; }
a { background-color: rgb(141,108,127); }
div.DivClassName
{
background-color: #8D6C7F;
}
.BgClassName
{
background-color: #8D6C7F;
}
</style>
border-color css
<style>
span { border-color: #8D6C7F; }
span { border-color: rgb(141,108,127); }
td.TdClassName
{
border-color: #8D6C7F;
}
.TagClassName
{
border-color: #8D6C7F;
}
</style>