Shades of Strikemaster #8C6A79
Tints of Strikemaster #8C6A79
RGB
CMYK
RGB Variations
Color information
#8C6A79 (or 0x8C6A79) is known color: Strikemaster. HEX triplet: 8C, 6A and 79. RGB value is (140,106,121). Sum of RGB (Red+Green+Blue) = 140+106+121=367 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.15% from 367); Green value is 106 (41.80% from 255 or 28.88% from 367); Blue value is 121 (47.66% from 255 or 32.97% from 367); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6A79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6A79 is #739586. Grayscale: #757575. Windows color (decimal): -7574919 or 7957132. OLE color: 7957132.
HSL color Cylindrical-coordinate representation of color #8C6A79: hue angle of 333.53º 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 #8C6A79 is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 106 | 121 | - |
| CMYK | 0 | 0.24 | 0.14 | 0.45 |
| HSL | 333.53º | 0.14% | 0.48% | - |
| HSV(B) | 333.53º | 0.24% | 0.55% | - |
| XYZ | 19.42 | 17.26 | 20.4 | - |
| YUV | 117.88 | 129.76 | 143.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 106 | 121 | 0 | 0.24 | 0.14 | 0.45 | 333.53 | 0.14 | 0.48 |
| Hex | 8C | 6A | 79 | 0 | 18 | E | 2D | 14E | E | 30 |
| Octal | 214 | 152 | 171 | 0 | 30 | 16 | 55 | 516 | 16 | 60 |
| Binary | 10001100 | 1101010 | 1111001 | 0 | 11000 | 1110 | 101101 | 101001110 | 1110 | 110000 |
Color Harmonies of #8C6A79
Complementary color
Monochromatic Colors of #8C6A79
Black with #8C6A79
Text Example
Text Example
White with #8C6A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6A79; }
p { color: rgb(140,106,121); }
H1.HeaderClassName
{
color: #8C6A79;
}
.AnyTagClassName
{
color: #8C6A79;
}
</style>
background-color css
<style>
a { background-color: #8C6A79; }
a { background-color: rgb(140,106,121); }
div.DivClassName
{
background-color: #8C6A79;
}
.BgClassName
{
background-color: #8C6A79;
}
</style>
border-color css
<style>
span { border-color: #8C6A79; }
span { border-color: rgb(140,106,121); }
td.TdClassName
{
border-color: #8C6A79;
}
.TagClassName
{
border-color: #8C6A79;
}
</style>