Shades of Strikemaster #8C6075
Tints of Strikemaster #8C6075
RGB
CMYK
RGB Variations
Color information
#8C6075 (or 0x8C6075) is known color: Strikemaster. HEX triplet: 8C, 60 and 75. RGB value is (140,96,117). Sum of RGB (Red+Green+Blue) = 140+96+117=353 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.66% from 353); Green value is 96 (37.89% from 255 or 27.20% from 353); Blue value is 117 (46.09% from 255 or 33.14% from 353); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6075 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6075 is #739F8A. Grayscale: #6F6F6F. Windows color (decimal): -7577483 or 7692428. OLE color: 7692428.
HSL color Cylindrical-coordinate representation of color #8C6075: hue angle of 331.36º 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 #8C6075 is Cyan = 0, Magento = 0.31, Yellow = 0.16 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 96 | 117 | - |
| CMYK | 0 | 0.31 | 0.16 | 0.45 |
| HSL | 331.36º | 0.19% | 0.46% | - |
| HSV(B) | 331.36º | 0.31% | 0.55% | - |
| XYZ | 18.21 | 15.23 | 18.81 | - |
| YUV | 111.55 | 131.08 | 148.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 96 | 117 | 0 | 0.31 | 0.16 | 0.45 | 331.36 | 0.19 | 0.46 |
| Hex | 8C | 60 | 75 | 0 | 1F | 10 | 2D | 14B | 13 | 2E |
| Octal | 214 | 140 | 165 | 0 | 37 | 20 | 55 | 513 | 23 | 56 |
| Binary | 10001100 | 1100000 | 1110101 | 0 | 11111 | 10000 | 101101 | 101001011 | 10011 | 101110 |
Color Harmonies of #8C6075
Complementary color
Monochromatic Colors of #8C6075
Black with #8C6075
Text Example
Text Example
White with #8C6075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6075; }
p { color: rgb(140,96,117); }
H1.HeaderClassName
{
color: #8C6075;
}
.AnyTagClassName
{
color: #8C6075;
}
</style>
background-color css
<style>
a { background-color: #8C6075; }
a { background-color: rgb(140,96,117); }
div.DivClassName
{
background-color: #8C6075;
}
.BgClassName
{
background-color: #8C6075;
}
</style>
border-color css
<style>
span { border-color: #8C6075; }
span { border-color: rgb(140,96,117); }
td.TdClassName
{
border-color: #8C6075;
}
.TagClassName
{
border-color: #8C6075;
}
</style>