Shades of Strikemaster #8C6076
Tints of Strikemaster #8C6076
RGB
CMYK
RGB Variations
Color information
#8C6076 (or 0x8C6076) is known color: Strikemaster. HEX triplet: 8C, 60 and 76. RGB value is (140,96,118). Sum of RGB (Red+Green+Blue) = 140+96+118=354 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.55% from 354); Green value is 96 (37.89% from 255 or 27.12% from 354); Blue value is 118 (46.48% from 255 or 33.33% from 354); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6076 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6076 is #739F89. Grayscale: #6F6F6F. Windows color (decimal): -7577482 or 7757964. OLE color: 7757964.
HSL color Cylindrical-coordinate representation of color #8C6076: hue angle of 330º degrees, saturation: 0.19, 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 #8C6076 is Cyan = 0, Magento = 0.31, Yellow = 0.16 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 96 | 118 | - |
| CMYK | 0 | 0.31 | 0.16 | 0.45 |
| HSL | 330º | 0.19% | 0.46% | - |
| HSV(B) | 330º | 0.31% | 0.55% | - |
| XYZ | 18.27 | 15.25 | 19.12 | - |
| YUV | 111.66 | 131.58 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 96 | 118 | 0 | 0.31 | 0.16 | 0.45 | 330 | 0.19 | 0.46 |
| Hex | 8C | 60 | 76 | 0 | 1F | 10 | 2D | 14A | 13 | 2E |
| Octal | 214 | 140 | 166 | 0 | 37 | 20 | 55 | 512 | 23 | 56 |
| Binary | 10001100 | 1100000 | 1110110 | 0 | 11111 | 10000 | 101101 | 101001010 | 10011 | 101110 |
Color Harmonies of #8C6076
Complementary color
Monochromatic Colors of #8C6076
Black with #8C6076
Text Example
Text Example
White with #8C6076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6076; }
p { color: rgb(140,96,118); }
H1.HeaderClassName
{
color: #8C6076;
}
.AnyTagClassName
{
color: #8C6076;
}
</style>
background-color css
<style>
a { background-color: #8C6076; }
a { background-color: rgb(140,96,118); }
div.DivClassName
{
background-color: #8C6076;
}
.BgClassName
{
background-color: #8C6076;
}
</style>
border-color css
<style>
span { border-color: #8C6076; }
span { border-color: rgb(140,96,118); }
td.TdClassName
{
border-color: #8C6076;
}
.TagClassName
{
border-color: #8C6076;
}
</style>