Shades of Strikemaster #8C4C77
Tints of Strikemaster #8C4C77
RGB
CMYK
RGB Variations
Color information
#8C4C77 (or 0x8C4C77) is known color: Strikemaster. HEX triplet: 8C, 4C and 77. RGB value is (140,76,119). Sum of RGB (Red+Green+Blue) = 140+76+119=335 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.79% from 335); Green value is 76 (30.08% from 255 or 22.69% from 335); Blue value is 119 (46.88% from 255 or 35.52% from 335); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4C77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C4C77 is #73B388. Grayscale: #636363. Windows color (decimal): -7582601 or 7818380. OLE color: 7818380.
HSL color Cylindrical-coordinate representation of color #8C4C77: hue angle of 319.69º 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 #8C4C77 is Cyan = 0, Magento = 0.46, Yellow = 0.15 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 76 | 119 | - |
| CMYK | 0 | 0.46 | 0.15 | 0.45 |
| HSL | 319.69º | 0.3% | 0.42% | - |
| HSV(B) | 319.69º | 0.46% | 0.55% | - |
| XYZ | 16.73 | 12.08 | 18.9 | - |
| YUV | 100.04 | 138.7 | 156.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 76 | 119 | 0 | 0.46 | 0.15 | 0.45 | 319.69 | 0.3 | 0.42 |
| Hex | 8C | 4C | 77 | 0 | 2E | F | 2D | 140 | 1E | 2A |
| Octal | 214 | 114 | 167 | 0 | 56 | 17 | 55 | 500 | 36 | 52 |
| Binary | 10001100 | 1001100 | 1110111 | 0 | 101110 | 1111 | 101101 | 101000000 | 11110 | 101010 |
Color Harmonies of #8C4C77
Complementary color
Monochromatic Colors of #8C4C77
Black with #8C4C77
Text Example
Text Example
White with #8C4C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4C77; }
p { color: rgb(140,76,119); }
H1.HeaderClassName
{
color: #8C4C77;
}
.AnyTagClassName
{
color: #8C4C77;
}
</style>
background-color css
<style>
a { background-color: #8C4C77; }
a { background-color: rgb(140,76,119); }
div.DivClassName
{
background-color: #8C4C77;
}
.BgClassName
{
background-color: #8C4C77;
}
</style>
border-color css
<style>
span { border-color: #8C4C77; }
span { border-color: rgb(140,76,119); }
td.TdClassName
{
border-color: #8C4C77;
}
.TagClassName
{
border-color: #8C4C77;
}
</style>