Shades of Strikemaster #8D6D7A
Tints of Strikemaster #8D6D7A
RGB
CMYK
RGB Variations
Color information
#8D6D7A (or 0x8D6D7A) is known color: Strikemaster. HEX triplet: 8D, 6D and 7A. RGB value is (141,109,122). Sum of RGB (Red+Green+Blue) = 141+109+122=372 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.90% from 372); Green value is 109 (42.97% from 255 or 29.30% from 372); Blue value is 122 (48.05% from 255 or 32.80% from 372); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6D7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6D7A is #729285. Grayscale: #787878. Windows color (decimal): -7508614 or 8023437. OLE color: 8023437.
HSL color Cylindrical-coordinate representation of color #8D6D7A: hue angle of 335.62º 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 #8D6D7A is Cyan = 0, Magento = 0.23, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 109 | 122 | - |
| CMYK | 0 | 0.23 | 0.13 | 0.45 |
| HSL | 335.63º | 0.13% | 0.49% | - |
| HSV(B) | 335.63º | 0.23% | 0.55% | - |
| XYZ | 19.97 | 18.01 | 20.84 | - |
| YUV | 120.05 | 129.1 | 142.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 109 | 122 | 0 | 0.23 | 0.13 | 0.45 | 335.63 | 0.13 | 0.49 |
| Hex | 8D | 6D | 7A | 0 | 17 | D | 2D | 150 | D | 31 |
| Octal | 215 | 155 | 172 | 0 | 27 | 15 | 55 | 520 | 15 | 61 |
| Binary | 10001101 | 1101101 | 1111010 | 0 | 10111 | 1101 | 101101 | 101010000 | 1101 | 110001 |
Color Harmonies of #8D6D7A
Complementary color
Monochromatic Colors of #8D6D7A
Black with #8D6D7A
Text Example
Text Example
White with #8D6D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6D7A; }
p { color: rgb(141,109,122); }
H1.HeaderClassName
{
color: #8D6D7A;
}
.AnyTagClassName
{
color: #8D6D7A;
}
</style>
background-color css
<style>
a { background-color: #8D6D7A; }
a { background-color: rgb(141,109,122); }
div.DivClassName
{
background-color: #8D6D7A;
}
.BgClassName
{
background-color: #8D6D7A;
}
</style>
border-color css
<style>
span { border-color: #8D6D7A; }
span { border-color: rgb(141,109,122); }
td.TdClassName
{
border-color: #8D6D7A;
}
.TagClassName
{
border-color: #8D6D7A;
}
</style>