Shades of Strikemaster #8D6677
Tints of Strikemaster #8D6677
RGB
CMYK
RGB Variations
Color information
#8D6677 (or 0x8D6677) is known color: Strikemaster. HEX triplet: 8D, 66 and 77. RGB value is (141,102,119). Sum of RGB (Red+Green+Blue) = 141+102+119=362 (47% of max value = 765). Red value is 141 (55.47% from 255 or 38.95% from 362); Green value is 102 (40.23% from 255 or 28.18% from 362); Blue value is 119 (46.88% from 255 or 32.87% from 362); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6677 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6677 is #729988. Grayscale: #737373. Windows color (decimal): -7510409 or 7825037. OLE color: 7825037.
HSL color Cylindrical-coordinate representation of color #8D6677: hue angle of 333.85º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8D6677 is Cyan = 0, Magento = 0.28, Yellow = 0.16 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 102 | 119 | - |
| CMYK | 0 | 0.28 | 0.16 | 0.45 |
| HSL | 333.85º | 0.16% | 0.48% | - |
| HSV(B) | 333.85º | 0.28% | 0.55% | - |
| XYZ | 19.07 | 16.5 | 19.63 | - |
| YUV | 115.6 | 129.92 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 102 | 119 | 0 | 0.28 | 0.16 | 0.45 | 333.85 | 0.16 | 0.48 |
| Hex | 8D | 66 | 77 | 0 | 1C | 10 | 2D | 14E | 10 | 30 |
| Octal | 215 | 146 | 167 | 0 | 34 | 20 | 55 | 516 | 20 | 60 |
| Binary | 10001101 | 1100110 | 1110111 | 0 | 11100 | 10000 | 101101 | 101001110 | 10000 | 110000 |
Color Harmonies of #8D6677
Complementary color
Monochromatic Colors of #8D6677
Black with #8D6677
Text Example
Text Example
White with #8D6677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6677; }
p { color: rgb(141,102,119); }
H1.HeaderClassName
{
color: #8D6677;
}
.AnyTagClassName
{
color: #8D6677;
}
</style>
background-color css
<style>
a { background-color: #8D6677; }
a { background-color: rgb(141,102,119); }
div.DivClassName
{
background-color: #8D6677;
}
.BgClassName
{
background-color: #8D6677;
}
</style>
border-color css
<style>
span { border-color: #8D6677; }
span { border-color: rgb(141,102,119); }
td.TdClassName
{
border-color: #8D6677;
}
.TagClassName
{
border-color: #8D6677;
}
</style>