Shades of Strikemaster #8C6977
Tints of Strikemaster #8C6977
RGB
CMYK
RGB Variations
Color information
#8C6977 (or 0x8C6977) is known color: Strikemaster. HEX triplet: 8C, 69 and 77. RGB value is (140,105,119). Sum of RGB (Red+Green+Blue) = 140+105+119=364 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.46% from 364); Green value is 105 (41.41% from 255 or 28.85% from 364); Blue value is 119 (46.88% from 255 or 32.69% from 364); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6977 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6977 is #739688. Grayscale: #757575. Windows color (decimal): -7575177 or 7825804. OLE color: 7825804.
HSL color Cylindrical-coordinate representation of color #8C6977: hue angle of 336º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8C6977 is Cyan = 0, Magento = 0.25, Yellow = 0.15 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 105 | 119 | - |
| CMYK | 0 | 0.25 | 0.15 | 0.45 |
| HSL | 336º | 0.14% | 0.48% | - |
| HSV(B) | 336º | 0.25% | 0.55% | - |
| XYZ | 19.2 | 17.01 | 19.72 | - |
| YUV | 117.06 | 129.1 | 144.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 105 | 119 | 0 | 0.25 | 0.15 | 0.45 | 336 | 0.14 | 0.48 |
| Hex | 8C | 69 | 77 | 0 | 19 | F | 2D | 150 | E | 30 |
| Octal | 214 | 151 | 167 | 0 | 31 | 17 | 55 | 520 | 16 | 60 |
| Binary | 10001100 | 1101001 | 1110111 | 0 | 11001 | 1111 | 101101 | 101010000 | 1110 | 110000 |
Color Harmonies of #8C6977
Complementary color
Monochromatic Colors of #8C6977
Black with #8C6977
Text Example
Text Example
White with #8C6977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6977; }
p { color: rgb(140,105,119); }
H1.HeaderClassName
{
color: #8C6977;
}
.AnyTagClassName
{
color: #8C6977;
}
</style>
background-color css
<style>
a { background-color: #8C6977; }
a { background-color: rgb(140,105,119); }
div.DivClassName
{
background-color: #8C6977;
}
.BgClassName
{
background-color: #8C6977;
}
</style>
border-color css
<style>
span { border-color: #8C6977; }
span { border-color: rgb(140,105,119); }
td.TdClassName
{
border-color: #8C6977;
}
.TagClassName
{
border-color: #8C6977;
}
</style>