Shades of Strikemaster #8C5D76
Tints of Strikemaster #8C5D76
RGB
CMYK
RGB Variations
Color information
#8C5D76 (or 0x8C5D76) is known color: Strikemaster. HEX triplet: 8C, 5D and 76. RGB value is (140,93,118). Sum of RGB (Red+Green+Blue) = 140+93+118=351 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.89% from 351); Green value is 93 (36.72% from 255 or 26.50% from 351); Blue value is 118 (46.48% from 255 or 33.62% from 351); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5D76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5D76 is #73A289. Grayscale: #6D6D6D. Windows color (decimal): -7578250 or 7757196. OLE color: 7757196.
HSL color Cylindrical-coordinate representation of color #8C5D76: hue angle of 328.09º degrees, saturation: 0.2, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8C5D76 is Cyan = 0, Magento = 0.34, Yellow = 0.16 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 93 | 118 | - |
| CMYK | 0 | 0.34 | 0.16 | 0.45 |
| HSL | 328.09º | 0.2% | 0.46% | - |
| HSV(B) | 328.09º | 0.34% | 0.55% | - |
| XYZ | 18 | 14.71 | 19.03 | - |
| YUV | 109.9 | 132.57 | 149.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 93 | 118 | 0 | 0.34 | 0.16 | 0.45 | 328.09 | 0.2 | 0.46 |
| Hex | 8C | 5D | 76 | 0 | 22 | 10 | 2D | 148 | 14 | 2E |
| Octal | 214 | 135 | 166 | 0 | 42 | 20 | 55 | 510 | 24 | 56 |
| Binary | 10001100 | 1011101 | 1110110 | 0 | 100010 | 10000 | 101101 | 101001000 | 10100 | 101110 |
Color Harmonies of #8C5D76
Complementary color
Monochromatic Colors of #8C5D76
Black with #8C5D76
Text Example
Text Example
White with #8C5D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5D76; }
p { color: rgb(140,93,118); }
H1.HeaderClassName
{
color: #8C5D76;
}
.AnyTagClassName
{
color: #8C5D76;
}
</style>
background-color css
<style>
a { background-color: #8C5D76; }
a { background-color: rgb(140,93,118); }
div.DivClassName
{
background-color: #8C5D76;
}
.BgClassName
{
background-color: #8C5D76;
}
</style>
border-color css
<style>
span { border-color: #8C5D76; }
span { border-color: rgb(140,93,118); }
td.TdClassName
{
border-color: #8C5D76;
}
.TagClassName
{
border-color: #8C5D76;
}
</style>