Shades of Strikemaster #8C6E7A
Tints of Strikemaster #8C6E7A
RGB
CMYK
RGB Variations
Color information
#8C6E7A (or 0x8C6E7A) is known color: Strikemaster. HEX triplet: 8C, 6E and 7A. RGB value is (140,110,122). Sum of RGB (Red+Green+Blue) = 140+110+122=372 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.63% from 372); Green value is 110 (43.36% from 255 or 29.57% from 372); Blue value is 122 (48.05% from 255 or 32.80% from 372); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6E7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6E7A is #739185. Grayscale: #787878. Windows color (decimal): -7573894 or 8023692. OLE color: 8023692.
HSL color Cylindrical-coordinate representation of color #8C6E7A: hue angle of 336º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8C6E7A is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 110 | 122 | - |
| CMYK | 0 | 0.21 | 0.13 | 0.45 |
| HSL | 336º | 0.12% | 0.49% | - |
| HSV(B) | 336º | 0.21% | 0.55% | - |
| XYZ | 19.9 | 18.13 | 20.86 | - |
| YUV | 120.34 | 128.94 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 110 | 122 | 0 | 0.21 | 0.13 | 0.45 | 336 | 0.12 | 0.49 |
| Hex | 8C | 6E | 7A | 0 | 15 | D | 2D | 150 | C | 31 |
| Octal | 214 | 156 | 172 | 0 | 25 | 15 | 55 | 520 | 14 | 61 |
| Binary | 10001100 | 1101110 | 1111010 | 0 | 10101 | 1101 | 101101 | 101010000 | 1100 | 110001 |
Color Harmonies of #8C6E7A
Complementary color
Monochromatic Colors of #8C6E7A
Black with #8C6E7A
Text Example
Text Example
White with #8C6E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6E7A; }
p { color: rgb(140,110,122); }
H1.HeaderClassName
{
color: #8C6E7A;
}
.AnyTagClassName
{
color: #8C6E7A;
}
</style>
background-color css
<style>
a { background-color: #8C6E7A; }
a { background-color: rgb(140,110,122); }
div.DivClassName
{
background-color: #8C6E7A;
}
.BgClassName
{
background-color: #8C6E7A;
}
</style>
border-color css
<style>
span { border-color: #8C6E7A; }
span { border-color: rgb(140,110,122); }
td.TdClassName
{
border-color: #8C6E7A;
}
.TagClassName
{
border-color: #8C6E7A;
}
</style>