Shades of Strikemaster #8C6B7A
Tints of Strikemaster #8C6B7A
RGB
CMYK
RGB Variations
Color information
#8C6B7A (or 0x8C6B7A) is known color: Strikemaster. HEX triplet: 8C, 6B and 7A. RGB value is (140,107,122). Sum of RGB (Red+Green+Blue) = 140+107+122=369 (48% of max value = 765). Red value is 140 (55.08% from 255 or 37.94% from 369); Green value is 107 (42.19% from 255 or 29.00% from 369); Blue value is 122 (48.05% from 255 or 33.06% from 369); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6B7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6B7A is #739485. Grayscale: #767676. Windows color (decimal): -7574662 or 8022924. OLE color: 8022924.
HSL color Cylindrical-coordinate representation of color #8C6B7A: hue angle of 332.73º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8C6B7A is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 107 | 122 | - |
| CMYK | 0 | 0.24 | 0.13 | 0.45 |
| HSL | 332.73º | 0.13% | 0.48% | - |
| HSV(B) | 332.73º | 0.24% | 0.55% | - |
| XYZ | 19.59 | 17.5 | 20.76 | - |
| YUV | 118.58 | 129.93 | 143.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 107 | 122 | 0 | 0.24 | 0.13 | 0.45 | 332.73 | 0.13 | 0.48 |
| Hex | 8C | 6B | 7A | 0 | 18 | D | 2D | 14D | D | 30 |
| Octal | 214 | 153 | 172 | 0 | 30 | 15 | 55 | 515 | 15 | 60 |
| Binary | 10001100 | 1101011 | 1111010 | 0 | 11000 | 1101 | 101101 | 101001101 | 1101 | 110000 |
Color Harmonies of #8C6B7A
Complementary color
Monochromatic Colors of #8C6B7A
Black with #8C6B7A
Text Example
Text Example
White with #8C6B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6B7A; }
p { color: rgb(140,107,122); }
H1.HeaderClassName
{
color: #8C6B7A;
}
.AnyTagClassName
{
color: #8C6B7A;
}
</style>
background-color css
<style>
a { background-color: #8C6B7A; }
a { background-color: rgb(140,107,122); }
div.DivClassName
{
background-color: #8C6B7A;
}
.BgClassName
{
background-color: #8C6B7A;
}
</style>
border-color css
<style>
span { border-color: #8C6B7A; }
span { border-color: rgb(140,107,122); }
td.TdClassName
{
border-color: #8C6B7A;
}
.TagClassName
{
border-color: #8C6B7A;
}
</style>