Shades of Strikemaster #875876
Tints of Strikemaster #875876
RGB
CMYK
RGB Variations
Color information
#875876 (or 0x875876) is known color: Strikemaster. HEX triplet: 87, 58 and 76. RGB value is (135,88,118). Sum of RGB (Red+Green+Blue) = 135+88+118=341 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.59% from 341); Green value is 88 (34.77% from 255 or 25.81% from 341); Blue value is 118 (46.48% from 255 or 34.60% from 341); Max value from RGB is 135 - color contains mainly: red. Hex color #875876 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875876 is #78A789. Grayscale: #696969. Windows color (decimal): -7907210 or 7755911. OLE color: 7755911.
HSL color Cylindrical-coordinate representation of color #875876: hue angle of 321.7º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #875876 is Cyan = 0, Magento = 0.35, Yellow = 0.13 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 88 | 118 | - |
| CMYK | 0 | 0.35 | 0.13 | 0.47 |
| HSL | 321.7º | 0.21% | 0.44% | - |
| HSV(B) | 321.7º | 0.35% | 0.53% | - |
| XYZ | 16.75 | 13.44 | 18.85 | - |
| YUV | 105.47 | 135.07 | 149.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 88 | 118 | 0 | 0.35 | 0.13 | 0.47 | 321.7 | 0.21 | 0.44 |
| Hex | 87 | 58 | 76 | 0 | 23 | D | 2F | 142 | 15 | 2C |
| Octal | 207 | 130 | 166 | 0 | 43 | 15 | 57 | 502 | 25 | 54 |
| Binary | 10000111 | 1011000 | 1110110 | 0 | 100011 | 1101 | 101111 | 101000010 | 10101 | 101100 |
Color Harmonies of #875876
Complementary color
Monochromatic Colors of #875876
Black with #875876
Text Example
Text Example
White with #875876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875876; }
p { color: rgb(135,88,118); }
H1.HeaderClassName
{
color: #875876;
}
.AnyTagClassName
{
color: #875876;
}
</style>
background-color css
<style>
a { background-color: #875876; }
a { background-color: rgb(135,88,118); }
div.DivClassName
{
background-color: #875876;
}
.BgClassName
{
background-color: #875876;
}
</style>
border-color css
<style>
span { border-color: #875876; }
span { border-color: rgb(135,88,118); }
td.TdClassName
{
border-color: #875876;
}
.TagClassName
{
border-color: #875876;
}
</style>