Shades of Strikemaster #8C4C76
Tints of Strikemaster #8C4C76
RGB
CMYK
RGB Variations
Color information
#8C4C76 (or 0x8C4C76) is known color: Strikemaster. HEX triplet: 8C, 4C and 76. RGB value is (140,76,118). Sum of RGB (Red+Green+Blue) = 140+76+118=334 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.92% from 334); Green value is 76 (30.08% from 255 or 22.75% from 334); Blue value is 118 (46.48% from 255 or 35.33% from 334); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4C76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C4C76 is #73B389. Grayscale: #636363. Windows color (decimal): -7582602 or 7752844. OLE color: 7752844.
HSL color Cylindrical-coordinate representation of color #8C4C76: hue angle of 320.62º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8C4C76 is Cyan = 0, Magento = 0.46, Yellow = 0.16 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 76 | 118 | - |
| CMYK | 0 | 0.46 | 0.16 | 0.45 |
| HSL | 320.63º | 0.3% | 0.42% | - |
| HSV(B) | 320.63º | 0.46% | 0.55% | - |
| XYZ | 16.67 | 12.05 | 18.59 | - |
| YUV | 99.92 | 138.2 | 156.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 76 | 118 | 0 | 0.46 | 0.16 | 0.45 | 320.63 | 0.3 | 0.42 |
| Hex | 8C | 4C | 76 | 0 | 2E | 10 | 2D | 141 | 1E | 2A |
| Octal | 214 | 114 | 166 | 0 | 56 | 20 | 55 | 501 | 36 | 52 |
| Binary | 10001100 | 1001100 | 1110110 | 0 | 101110 | 10000 | 101101 | 101000001 | 11110 | 101010 |
Color Harmonies of #8C4C76
Complementary color
Monochromatic Colors of #8C4C76
Black with #8C4C76
Text Example
Text Example
White with #8C4C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4C76; }
p { color: rgb(140,76,118); }
H1.HeaderClassName
{
color: #8C4C76;
}
.AnyTagClassName
{
color: #8C4C76;
}
</style>
background-color css
<style>
a { background-color: #8C4C76; }
a { background-color: rgb(140,76,118); }
div.DivClassName
{
background-color: #8C4C76;
}
.BgClassName
{
background-color: #8C4C76;
}
</style>
border-color css
<style>
span { border-color: #8C4C76; }
span { border-color: rgb(140,76,118); }
td.TdClassName
{
border-color: #8C4C76;
}
.TagClassName
{
border-color: #8C4C76;
}
</style>