Shades of Strikemaster #8C6079
Tints of Strikemaster #8C6079
RGB
CMYK
RGB Variations
Color information
#8C6079 (or 0x8C6079) is known color: Strikemaster. HEX triplet: 8C, 60 and 79. RGB value is (140,96,121). Sum of RGB (Red+Green+Blue) = 140+96+121=357 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.22% from 357); Green value is 96 (37.89% from 255 or 26.89% from 357); Blue value is 121 (47.66% from 255 or 33.89% from 357); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6079 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6079 is #739F86. Grayscale: #6F6F6F. Windows color (decimal): -7577479 or 7954572. OLE color: 7954572.
HSL color Cylindrical-coordinate representation of color #8C6079: hue angle of 325.91º 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 #8C6079 is Cyan = 0, Magento = 0.31, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 96 | 121 | - |
| CMYK | 0 | 0.31 | 0.14 | 0.45 |
| HSL | 325.91º | 0.19% | 0.46% | - |
| HSV(B) | 325.91º | 0.31% | 0.55% | - |
| XYZ | 18.45 | 15.32 | 20.07 | - |
| YUV | 112.01 | 133.08 | 147.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 96 | 121 | 0 | 0.31 | 0.14 | 0.45 | 325.91 | 0.19 | 0.46 |
| Hex | 8C | 60 | 79 | 0 | 1F | E | 2D | 146 | 13 | 2E |
| Octal | 214 | 140 | 171 | 0 | 37 | 16 | 55 | 506 | 23 | 56 |
| Binary | 10001100 | 1100000 | 1111001 | 0 | 11111 | 1110 | 101101 | 101000110 | 10011 | 101110 |
Color Harmonies of #8C6079
Complementary color
Monochromatic Colors of #8C6079
Black with #8C6079
Text Example
Text Example
White with #8C6079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6079; }
p { color: rgb(140,96,121); }
H1.HeaderClassName
{
color: #8C6079;
}
.AnyTagClassName
{
color: #8C6079;
}
</style>
background-color css
<style>
a { background-color: #8C6079; }
a { background-color: rgb(140,96,121); }
div.DivClassName
{
background-color: #8C6079;
}
.BgClassName
{
background-color: #8C6079;
}
</style>
border-color css
<style>
span { border-color: #8C6079; }
span { border-color: rgb(140,96,121); }
td.TdClassName
{
border-color: #8C6079;
}
.TagClassName
{
border-color: #8C6079;
}
</style>