Shades of Strikemaster #875576
Tints of Strikemaster #875576
RGB
CMYK
RGB Variations
Color information
#875576 (or 0x875576) is known color: Strikemaster. HEX triplet: 87, 55 and 76. RGB value is (135,85,118). Sum of RGB (Red+Green+Blue) = 135+85+118=338 (44% of max value = 765). Red value is 135 (53.12% from 255 or 39.94% from 338); Green value is 85 (33.59% from 255 or 25.15% from 338); Blue value is 118 (46.48% from 255 or 34.91% from 338); Max value from RGB is 135 - color contains mainly: red. Hex color #875576 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875576 is #78AA89. Grayscale: #676767. Windows color (decimal): -7907978 or 7755143. OLE color: 7755143.
HSL color Cylindrical-coordinate representation of color #875576: hue angle of 320.4º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #875576 is Cyan = 0, Magento = 0.37, Yellow = 0.13 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 85 | 118 | - |
| CMYK | 0 | 0.37 | 0.13 | 0.47 |
| HSL | 320.4º | 0.23% | 0.43% | - |
| HSV(B) | 320.4º | 0.37% | 0.53% | - |
| XYZ | 16.51 | 12.96 | 18.77 | - |
| YUV | 103.71 | 136.07 | 150.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 85 | 118 | 0 | 0.37 | 0.13 | 0.47 | 320.4 | 0.23 | 0.43 |
| Hex | 87 | 55 | 76 | 0 | 25 | D | 2F | 140 | 17 | 2B |
| Octal | 207 | 125 | 166 | 0 | 45 | 15 | 57 | 500 | 27 | 53 |
| Binary | 10000111 | 1010101 | 1110110 | 0 | 100101 | 1101 | 101111 | 101000000 | 10111 | 101011 |
Color Harmonies of #875576
Complementary color
Monochromatic Colors of #875576
Black with #875576
Text Example
Text Example
White with #875576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875576; }
p { color: rgb(135,85,118); }
H1.HeaderClassName
{
color: #875576;
}
.AnyTagClassName
{
color: #875576;
}
</style>
background-color css
<style>
a { background-color: #875576; }
a { background-color: rgb(135,85,118); }
div.DivClassName
{
background-color: #875576;
}
.BgClassName
{
background-color: #875576;
}
</style>
border-color css
<style>
span { border-color: #875576; }
span { border-color: rgb(135,85,118); }
td.TdClassName
{
border-color: #875576;
}
.TagClassName
{
border-color: #875576;
}
</style>