Shades of Strikemaster #8C6A78
Tints of Strikemaster #8C6A78
RGB
CMYK
RGB Variations
Color information
#8C6A78 (or 0x8C6A78) is known color: Strikemaster. HEX triplet: 8C, 6A and 78. RGB value is (140,106,120). Sum of RGB (Red+Green+Blue) = 140+106+120=366 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.25% from 366); Green value is 106 (41.80% from 255 or 28.96% from 366); Blue value is 120 (47.27% from 255 or 32.79% from 366); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6A78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6A78 is #739587. Grayscale: #757575. Windows color (decimal): -7574920 or 7891596. OLE color: 7891596.
HSL color Cylindrical-coordinate representation of color #8C6A78: hue angle of 335.29º degrees, saturation: 0.14, 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 #8C6A78 is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 106 | 120 | - |
| CMYK | 0 | 0.24 | 0.14 | 0.45 |
| HSL | 335.29º | 0.14% | 0.48% | - |
| HSV(B) | 335.29º | 0.24% | 0.55% | - |
| XYZ | 19.36 | 17.24 | 20.08 | - |
| YUV | 117.76 | 129.26 | 143.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 106 | 120 | 0 | 0.24 | 0.14 | 0.45 | 335.29 | 0.14 | 0.48 |
| Hex | 8C | 6A | 78 | 0 | 18 | E | 2D | 14F | E | 30 |
| Octal | 214 | 152 | 170 | 0 | 30 | 16 | 55 | 517 | 16 | 60 |
| Binary | 10001100 | 1101010 | 1111000 | 0 | 11000 | 1110 | 101101 | 101001111 | 1110 | 110000 |
Color Harmonies of #8C6A78
Complementary color
Monochromatic Colors of #8C6A78
Black with #8C6A78
Text Example
Text Example
White with #8C6A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6A78; }
p { color: rgb(140,106,120); }
H1.HeaderClassName
{
color: #8C6A78;
}
.AnyTagClassName
{
color: #8C6A78;
}
</style>
background-color css
<style>
a { background-color: #8C6A78; }
a { background-color: rgb(140,106,120); }
div.DivClassName
{
background-color: #8C6A78;
}
.BgClassName
{
background-color: #8C6A78;
}
</style>
border-color css
<style>
span { border-color: #8C6A78; }
span { border-color: rgb(140,106,120); }
td.TdClassName
{
border-color: #8C6A78;
}
.TagClassName
{
border-color: #8C6A78;
}
</style>