Shades of Strikemaster #8D677D
Tints of Strikemaster #8D677D
RGB
CMYK
RGB Variations
Color information
#8D677D (or 0x8D677D) is known color: Strikemaster. HEX triplet: 8D, 67 and 7D. RGB value is (141,103,125). Sum of RGB (Red+Green+Blue) = 141+103+125=369 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.21% from 369); Green value is 103 (40.62% from 255 or 27.91% from 369); Blue value is 125 (49.22% from 255 or 33.88% from 369); Max value from RGB is 141 - color contains mainly: red. Hex color #8D677D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D677D is #729882. Grayscale: #747474. Windows color (decimal): -7510147 or 8218509. OLE color: 8218509.
HSL color Cylindrical-coordinate representation of color #8D677D: hue angle of 325.26º 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 #8D677D is Cyan = 0, Magento = 0.27, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 103 | 125 | - |
| CMYK | 0 | 0.27 | 0.11 | 0.45 |
| HSL | 325.26º | 0.16% | 0.48% | - |
| HSV(B) | 325.26º | 0.27% | 0.55% | - |
| XYZ | 19.54 | 16.84 | 21.62 | - |
| YUV | 116.87 | 132.59 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 103 | 125 | 0 | 0.27 | 0.11 | 0.45 | 325.26 | 0.16 | 0.48 |
| Hex | 8D | 67 | 7D | 0 | 1B | B | 2D | 145 | 10 | 30 |
| Octal | 215 | 147 | 175 | 0 | 33 | 13 | 55 | 505 | 20 | 60 |
| Binary | 10001101 | 1100111 | 1111101 | 0 | 11011 | 1011 | 101101 | 101000101 | 10000 | 110000 |
Color Harmonies of #8D677D
Complementary color
Monochromatic Colors of #8D677D
Black with #8D677D
Text Example
Text Example
White with #8D677D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D677D; }
p { color: rgb(141,103,125); }
H1.HeaderClassName
{
color: #8D677D;
}
.AnyTagClassName
{
color: #8D677D;
}
</style>
background-color css
<style>
a { background-color: #8D677D; }
a { background-color: rgb(141,103,125); }
div.DivClassName
{
background-color: #8D677D;
}
.BgClassName
{
background-color: #8D677D;
}
</style>
border-color css
<style>
span { border-color: #8D677D; }
span { border-color: rgb(141,103,125); }
td.TdClassName
{
border-color: #8D677D;
}
.TagClassName
{
border-color: #8D677D;
}
</style>