Shades of Strikemaster #8D6777
Tints of Strikemaster #8D6777
RGB
CMYK
RGB Variations
Color information
#8D6777 (or 0x8D6777) is known color: Strikemaster. HEX triplet: 8D, 67 and 77. RGB value is (141,103,119). Sum of RGB (Red+Green+Blue) = 141+103+119=363 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.84% from 363); Green value is 103 (40.62% from 255 or 28.37% from 363); Blue value is 119 (46.88% from 255 or 32.78% from 363); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6777 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6777 is #729888. Grayscale: #747474. Windows color (decimal): -7510153 or 7825293. OLE color: 7825293.
HSL color Cylindrical-coordinate representation of color #8D6777: hue angle of 334.74º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8D6777 is Cyan = 0, Magento = 0.27, Yellow = 0.16 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 103 | 119 | - |
| CMYK | 0 | 0.27 | 0.16 | 0.45 |
| HSL | 334.74º | 0.16% | 0.48% | - |
| HSV(B) | 334.74º | 0.27% | 0.55% | - |
| XYZ | 19.16 | 16.7 | 19.67 | - |
| YUV | 116.19 | 129.59 | 145.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 103 | 119 | 0 | 0.27 | 0.16 | 0.45 | 334.74 | 0.16 | 0.48 |
| Hex | 8D | 67 | 77 | 0 | 1B | 10 | 2D | 14F | 10 | 30 |
| Octal | 215 | 147 | 167 | 0 | 33 | 20 | 55 | 517 | 20 | 60 |
| Binary | 10001101 | 1100111 | 1110111 | 0 | 11011 | 10000 | 101101 | 101001111 | 10000 | 110000 |
Color Harmonies of #8D6777
Complementary color
Monochromatic Colors of #8D6777
Black with #8D6777
Text Example
Text Example
White with #8D6777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6777; }
p { color: rgb(141,103,119); }
H1.HeaderClassName
{
color: #8D6777;
}
.AnyTagClassName
{
color: #8D6777;
}
</style>
background-color css
<style>
a { background-color: #8D6777; }
a { background-color: rgb(141,103,119); }
div.DivClassName
{
background-color: #8D6777;
}
.BgClassName
{
background-color: #8D6777;
}
</style>
border-color css
<style>
span { border-color: #8D6777; }
span { border-color: rgb(141,103,119); }
td.TdClassName
{
border-color: #8D6777;
}
.TagClassName
{
border-color: #8D6777;
}
</style>