Shades of Strikemaster #8C667A
Tints of Strikemaster #8C667A
RGB
CMYK
RGB Variations
Color information
#8C667A (or 0x8C667A) is known color: Strikemaster. HEX triplet: 8C, 66 and 7A. RGB value is (140,102,122). Sum of RGB (Red+Green+Blue) = 140+102+122=364 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.46% from 364); Green value is 102 (40.23% from 255 or 28.02% from 364); Blue value is 122 (48.05% from 255 or 33.52% from 364); Max value from RGB is 140 - color contains mainly: red. Hex color #8C667A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C667A is #739985. Grayscale: #737373. Windows color (decimal): -7575942 or 8021644. OLE color: 8021644.
HSL color Cylindrical-coordinate representation of color #8C667A: hue angle of 328.42º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8C667A is Cyan = 0, Magento = 0.27, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 102 | 122 | - |
| CMYK | 0 | 0.27 | 0.13 | 0.45 |
| HSL | 328.42º | 0.16% | 0.47% | - |
| HSV(B) | 328.42º | 0.27% | 0.55% | - |
| XYZ | 19.08 | 16.48 | 20.59 | - |
| YUV | 115.64 | 131.59 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 102 | 122 | 0 | 0.27 | 0.13 | 0.45 | 328.42 | 0.16 | 0.47 |
| Hex | 8C | 66 | 7A | 0 | 1B | D | 2D | 148 | 10 | 2F |
| Octal | 214 | 146 | 172 | 0 | 33 | 15 | 55 | 510 | 20 | 57 |
| Binary | 10001100 | 1100110 | 1111010 | 0 | 11011 | 1101 | 101101 | 101001000 | 10000 | 101111 |
Color Harmonies of #8C667A
Complementary color
Monochromatic Colors of #8C667A
Black with #8C667A
Text Example
Text Example
White with #8C667A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C667A; }
p { color: rgb(140,102,122); }
H1.HeaderClassName
{
color: #8C667A;
}
.AnyTagClassName
{
color: #8C667A;
}
</style>
background-color css
<style>
a { background-color: #8C667A; }
a { background-color: rgb(140,102,122); }
div.DivClassName
{
background-color: #8C667A;
}
.BgClassName
{
background-color: #8C667A;
}
</style>
border-color css
<style>
span { border-color: #8C667A; }
span { border-color: rgb(140,102,122); }
td.TdClassName
{
border-color: #8C667A;
}
.TagClassName
{
border-color: #8C667A;
}
</style>