Shades of Strikemaster #8C6176
Tints of Strikemaster #8C6176
RGB
CMYK
RGB Variations
Color information
#8C6176 (or 0x8C6176) is known color: Strikemaster. HEX triplet: 8C, 61 and 76. RGB value is (140,97,118). Sum of RGB (Red+Green+Blue) = 140+97+118=355 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.44% from 355); Green value is 97 (38.28% from 255 or 27.32% from 355); Blue value is 118 (46.48% from 255 or 33.24% from 355); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6176 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6176 is #739E89. Grayscale: #707070. Windows color (decimal): -7577226 or 7758220. OLE color: 7758220.
HSL color Cylindrical-coordinate representation of color #8C6176: hue angle of 330.7º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8C6176 is Cyan = 0, Magento = 0.31, Yellow = 0.16 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 97 | 118 | - |
| CMYK | 0 | 0.31 | 0.16 | 0.45 |
| HSL | 330.7º | 0.18% | 0.46% | - |
| HSV(B) | 330.7º | 0.31% | 0.55% | - |
| XYZ | 18.36 | 15.43 | 19.15 | - |
| YUV | 112.25 | 131.25 | 147.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 97 | 118 | 0 | 0.31 | 0.16 | 0.45 | 330.7 | 0.18 | 0.46 |
| Hex | 8C | 61 | 76 | 0 | 1F | 10 | 2D | 14B | 12 | 2E |
| Octal | 214 | 141 | 166 | 0 | 37 | 20 | 55 | 513 | 22 | 56 |
| Binary | 10001100 | 1100001 | 1110110 | 0 | 11111 | 10000 | 101101 | 101001011 | 10010 | 101110 |
Color Harmonies of #8C6176
Complementary color
Monochromatic Colors of #8C6176
Black with #8C6176
Text Example
Text Example
White with #8C6176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6176; }
p { color: rgb(140,97,118); }
H1.HeaderClassName
{
color: #8C6176;
}
.AnyTagClassName
{
color: #8C6176;
}
</style>
background-color css
<style>
a { background-color: #8C6176; }
a { background-color: rgb(140,97,118); }
div.DivClassName
{
background-color: #8C6176;
}
.BgClassName
{
background-color: #8C6176;
}
</style>
border-color css
<style>
span { border-color: #8C6176; }
span { border-color: rgb(140,97,118); }
td.TdClassName
{
border-color: #8C6176;
}
.TagClassName
{
border-color: #8C6176;
}
</style>