Shades of Strikemaster #8C5E77
Tints of Strikemaster #8C5E77
RGB
CMYK
RGB Variations
Color information
#8C5E77 (or 0x8C5E77) is known color: Strikemaster. HEX triplet: 8C, 5E and 77. RGB value is (140,94,119). Sum of RGB (Red+Green+Blue) = 140+94+119=353 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.66% from 353); Green value is 94 (37.11% from 255 or 26.63% from 353); Blue value is 119 (46.88% from 255 or 33.71% from 353); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5E77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5E77 is #73A188. Grayscale: #6E6E6E. Windows color (decimal): -7577993 or 7822988. OLE color: 7822988.
HSL color Cylindrical-coordinate representation of color #8C5E77: hue angle of 327.39º degrees, saturation: 0.2, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8C5E77 is Cyan = 0, Magento = 0.33, Yellow = 0.15 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 94 | 119 | - |
| CMYK | 0 | 0.33 | 0.15 | 0.45 |
| HSL | 327.39º | 0.2% | 0.46% | - |
| HSV(B) | 327.39º | 0.33% | 0.55% | - |
| XYZ | 18.15 | 14.91 | 19.37 | - |
| YUV | 110.6 | 132.74 | 148.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 94 | 119 | 0 | 0.33 | 0.15 | 0.45 | 327.39 | 0.2 | 0.46 |
| Hex | 8C | 5E | 77 | 0 | 21 | F | 2D | 147 | 14 | 2E |
| Octal | 214 | 136 | 167 | 0 | 41 | 17 | 55 | 507 | 24 | 56 |
| Binary | 10001100 | 1011110 | 1110111 | 0 | 100001 | 1111 | 101101 | 101000111 | 10100 | 101110 |
Color Harmonies of #8C5E77
Complementary color
Monochromatic Colors of #8C5E77
Black with #8C5E77
Text Example
Text Example
White with #8C5E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5E77; }
p { color: rgb(140,94,119); }
H1.HeaderClassName
{
color: #8C5E77;
}
.AnyTagClassName
{
color: #8C5E77;
}
</style>
background-color css
<style>
a { background-color: #8C5E77; }
a { background-color: rgb(140,94,119); }
div.DivClassName
{
background-color: #8C5E77;
}
.BgClassName
{
background-color: #8C5E77;
}
</style>
border-color css
<style>
span { border-color: #8C5E77; }
span { border-color: rgb(140,94,119); }
td.TdClassName
{
border-color: #8C5E77;
}
.TagClassName
{
border-color: #8C5E77;
}
</style>