Shades of Strikemaster #8C647A
Tints of Strikemaster #8C647A
RGB
CMYK
RGB Variations
Color information
#8C647A (or 0x8C647A) is known color: Strikemaster. HEX triplet: 8C, 64 and 7A. RGB value is (140,100,122). Sum of RGB (Red+Green+Blue) = 140+100+122=362 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.67% from 362); Green value is 100 (39.45% from 255 or 27.62% from 362); Blue value is 122 (48.05% from 255 or 33.70% from 362); Max value from RGB is 140 - color contains mainly: red. Hex color #8C647A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C647A is #739B85. Grayscale: #727272. Windows color (decimal): -7576454 or 8021132. OLE color: 8021132.
HSL color Cylindrical-coordinate representation of color #8C647A: hue angle of 327º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8C647A is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 100 | 122 | - |
| CMYK | 0 | 0.29 | 0.13 | 0.45 |
| HSL | 327º | 0.17% | 0.47% | - |
| HSV(B) | 327º | 0.29% | 0.55% | - |
| XYZ | 18.89 | 16.09 | 20.52 | - |
| YUV | 114.47 | 132.25 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 100 | 122 | 0 | 0.29 | 0.13 | 0.45 | 327 | 0.17 | 0.47 |
| Hex | 8C | 64 | 7A | 0 | 1D | D | 2D | 147 | 11 | 2F |
| Octal | 214 | 144 | 172 | 0 | 35 | 15 | 55 | 507 | 21 | 57 |
| Binary | 10001100 | 1100100 | 1111010 | 0 | 11101 | 1101 | 101101 | 101000111 | 10001 | 101111 |
Color Harmonies of #8C647A
Complementary color
Monochromatic Colors of #8C647A
Black with #8C647A
Text Example
Text Example
White with #8C647A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C647A; }
p { color: rgb(140,100,122); }
H1.HeaderClassName
{
color: #8C647A;
}
.AnyTagClassName
{
color: #8C647A;
}
</style>
background-color css
<style>
a { background-color: #8C647A; }
a { background-color: rgb(140,100,122); }
div.DivClassName
{
background-color: #8C647A;
}
.BgClassName
{
background-color: #8C647A;
}
</style>
border-color css
<style>
span { border-color: #8C647A; }
span { border-color: rgb(140,100,122); }
td.TdClassName
{
border-color: #8C647A;
}
.TagClassName
{
border-color: #8C647A;
}
</style>