Shades of Strikemaster #8C6078
Tints of Strikemaster #8C6078
RGB
CMYK
RGB Variations
Color information
#8C6078 (or 0x8C6078) is known color: Strikemaster. HEX triplet: 8C, 60 and 78. RGB value is (140,96,120). Sum of RGB (Red+Green+Blue) = 140+96+120=356 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.33% from 356); Green value is 96 (37.89% from 255 or 26.97% from 356); Blue value is 120 (47.27% from 255 or 33.71% from 356); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6078 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6078 is #739F87. Grayscale: #6F6F6F. Windows color (decimal): -7577480 or 7889036. OLE color: 7889036.
HSL color Cylindrical-coordinate representation of color #8C6078: hue angle of 327.27º 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 #8C6078 is Cyan = 0, Magento = 0.31, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 96 | 120 | - |
| CMYK | 0 | 0.31 | 0.14 | 0.45 |
| HSL | 327.27º | 0.19% | 0.46% | - |
| HSV(B) | 327.27º | 0.31% | 0.55% | - |
| XYZ | 18.39 | 15.3 | 19.75 | - |
| YUV | 111.89 | 132.58 | 148.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 96 | 120 | 0 | 0.31 | 0.14 | 0.45 | 327.27 | 0.19 | 0.46 |
| Hex | 8C | 60 | 78 | 0 | 1F | E | 2D | 147 | 13 | 2E |
| Octal | 214 | 140 | 170 | 0 | 37 | 16 | 55 | 507 | 23 | 56 |
| Binary | 10001100 | 1100000 | 1111000 | 0 | 11111 | 1110 | 101101 | 101000111 | 10011 | 101110 |
Color Harmonies of #8C6078
Complementary color
Monochromatic Colors of #8C6078
Black with #8C6078
Text Example
Text Example
White with #8C6078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6078; }
p { color: rgb(140,96,120); }
H1.HeaderClassName
{
color: #8C6078;
}
.AnyTagClassName
{
color: #8C6078;
}
</style>
background-color css
<style>
a { background-color: #8C6078; }
a { background-color: rgb(140,96,120); }
div.DivClassName
{
background-color: #8C6078;
}
.BgClassName
{
background-color: #8C6078;
}
</style>
border-color css
<style>
span { border-color: #8C6078; }
span { border-color: rgb(140,96,120); }
td.TdClassName
{
border-color: #8C6078;
}
.TagClassName
{
border-color: #8C6078;
}
</style>