Shades of Strikemaster #876575
Tints of Strikemaster #876575
RGB
CMYK
RGB Variations
Color information
#876575 (or 0x876575) is known color: Strikemaster. HEX triplet: 87, 65 and 75. RGB value is (135,101,117). Sum of RGB (Red+Green+Blue) = 135+101+117=353 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.24% from 353); Green value is 101 (39.84% from 255 or 28.61% from 353); Blue value is 117 (46.09% from 255 or 33.14% from 353); Max value from RGB is 135 - color contains mainly: red. Hex color #876575 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876575 is #789A8A. Grayscale: #707070. Windows color (decimal): -7903883 or 7693703. OLE color: 7693703.
HSL color Cylindrical-coordinate representation of color #876575: hue angle of 331.76º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #876575 is Cyan = 0, Magento = 0.25, Yellow = 0.13 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 101 | 117 | - |
| CMYK | 0 | 0.25 | 0.13 | 0.47 |
| HSL | 331.76º | 0.14% | 0.46% | - |
| HSV(B) | 331.76º | 0.25% | 0.53% | - |
| XYZ | 17.86 | 15.74 | 18.93 | - |
| YUV | 112.99 | 130.26 | 143.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 101 | 117 | 0 | 0.25 | 0.13 | 0.47 | 331.76 | 0.14 | 0.46 |
| Hex | 87 | 65 | 75 | 0 | 19 | D | 2F | 14C | E | 2E |
| Octal | 207 | 145 | 165 | 0 | 31 | 15 | 57 | 514 | 16 | 56 |
| Binary | 10000111 | 1100101 | 1110101 | 0 | 11001 | 1101 | 101111 | 101001100 | 1110 | 101110 |
Color Harmonies of #876575
Complementary color
Monochromatic Colors of #876575
Black with #876575
Text Example
Text Example
White with #876575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876575; }
p { color: rgb(135,101,117); }
H1.HeaderClassName
{
color: #876575;
}
.AnyTagClassName
{
color: #876575;
}
</style>
background-color css
<style>
a { background-color: #876575; }
a { background-color: rgb(135,101,117); }
div.DivClassName
{
background-color: #876575;
}
.BgClassName
{
background-color: #876575;
}
</style>
border-color css
<style>
span { border-color: #876575; }
span { border-color: rgb(135,101,117); }
td.TdClassName
{
border-color: #876575;
}
.TagClassName
{
border-color: #876575;
}
</style>