Shades of Strikemaster #876179
Tints of Strikemaster #876179
RGB
CMYK
RGB Variations
Color information
#876179 (or 0x876179) is known color: Strikemaster. HEX triplet: 87, 61 and 79. RGB value is (135,97,121). Sum of RGB (Red+Green+Blue) = 135+97+121=353 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.24% from 353); Green value is 97 (38.28% from 255 or 27.48% from 353); Blue value is 121 (47.66% from 255 or 34.28% from 353); Max value from RGB is 135 - color contains mainly: red. Hex color #876179 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876179 is #789E86. Grayscale: #6F6F6F. Windows color (decimal): -7904903 or 7954823. OLE color: 7954823.
HSL color Cylindrical-coordinate representation of color #876179: hue angle of 322.11º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #876179 is Cyan = 0, Magento = 0.28, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 97 | 121 | - |
| CMYK | 0 | 0.28 | 0.10 | 0.47 |
| HSL | 322.11º | 0.16% | 0.45% | - |
| HSV(B) | 322.11º | 0.28% | 0.53% | - |
| XYZ | 17.72 | 15.08 | 20.07 | - |
| YUV | 111.1 | 133.59 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 97 | 121 | 0 | 0.28 | 0.10 | 0.47 | 322.11 | 0.16 | 0.45 |
| Hex | 87 | 61 | 79 | 0 | 1C | A | 2F | 142 | 10 | 2D |
| Octal | 207 | 141 | 171 | 0 | 34 | 12 | 57 | 502 | 20 | 55 |
| Binary | 10000111 | 1100001 | 1111001 | 0 | 11100 | 1010 | 101111 | 101000010 | 10000 | 101101 |
Color Harmonies of #876179
Complementary color
Monochromatic Colors of #876179
Black with #876179
Text Example
Text Example
White with #876179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876179; }
p { color: rgb(135,97,121); }
H1.HeaderClassName
{
color: #876179;
}
.AnyTagClassName
{
color: #876179;
}
</style>
background-color css
<style>
a { background-color: #876179; }
a { background-color: rgb(135,97,121); }
div.DivClassName
{
background-color: #876179;
}
.BgClassName
{
background-color: #876179;
}
</style>
border-color css
<style>
span { border-color: #876179; }
span { border-color: rgb(135,97,121); }
td.TdClassName
{
border-color: #876179;
}
.TagClassName
{
border-color: #876179;
}
</style>