Shades of Strikemaster #8C707E
Tints of Strikemaster #8C707E
RGB
CMYK
RGB Variations
Color information
#8C707E (or 0x8C707E) is known color: Strikemaster. HEX triplet: 8C, 70 and 7E. RGB value is (140,112,126). Sum of RGB (Red+Green+Blue) = 140+112+126=378 (50% of max value = 765). Red value is 140 (55.08% from 255 or 37.04% from 378); Green value is 112 (44.14% from 255 or 29.63% from 378); Blue value is 126 (49.61% from 255 or 33.33% from 378); Max value from RGB is 140 - color contains mainly: red. Hex color #8C707E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C707E is #738F81. Grayscale: #797979. Windows color (decimal): -7573378 or 8286348. OLE color: 8286348.
HSL color Cylindrical-coordinate representation of color #8C707E: hue angle of 330º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8C707E is Cyan = 0, Magento = 0.20, Yellow = 0.10 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 112 | 126 | - |
| CMYK | 0 | 0.20 | 0.10 | 0.45 |
| HSL | 330º | 0.11% | 0.49% | - |
| HSV(B) | 330º | 0.2% | 0.55% | - |
| XYZ | 20.38 | 18.67 | 22.27 | - |
| YUV | 121.97 | 130.28 | 140.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 112 | 126 | 0 | 0.20 | 0.10 | 0.45 | 330 | 0.11 | 0.49 |
| Hex | 8C | 70 | 7E | 0 | 14 | A | 2D | 14A | B | 31 |
| Octal | 214 | 160 | 176 | 0 | 24 | 12 | 55 | 512 | 13 | 61 |
| Binary | 10001100 | 1110000 | 1111110 | 0 | 10100 | 1010 | 101101 | 101001010 | 1011 | 110001 |
Color Harmonies of #8C707E
Complementary color
Monochromatic Colors of #8C707E
Black with #8C707E
Text Example
Text Example
White with #8C707E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C707E; }
p { color: rgb(140,112,126); }
H1.HeaderClassName
{
color: #8C707E;
}
.AnyTagClassName
{
color: #8C707E;
}
</style>
background-color css
<style>
a { background-color: #8C707E; }
a { background-color: rgb(140,112,126); }
div.DivClassName
{
background-color: #8C707E;
}
.BgClassName
{
background-color: #8C707E;
}
</style>
border-color css
<style>
span { border-color: #8C707E; }
span { border-color: rgb(140,112,126); }
td.TdClassName
{
border-color: #8C707E;
}
.TagClassName
{
border-color: #8C707E;
}
</style>