Shades of Strikemaster #876375
Tints of Strikemaster #876375
RGB
CMYK
RGB Variations
Color information
#876375 (or 0x876375) is known color: Strikemaster. HEX triplet: 87, 63 and 75. RGB value is (135,99,117). Sum of RGB (Red+Green+Blue) = 135+99+117=351 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.46% from 351); Green value is 99 (39.06% from 255 or 28.21% from 351); Blue value is 117 (46.09% from 255 or 33.33% from 351); Max value from RGB is 135 - color contains mainly: red. Hex color #876375 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876375 is #789C8A. Grayscale: #6F6F6F. Windows color (decimal): -7904395 or 7693191. OLE color: 7693191.
HSL color Cylindrical-coordinate representation of color #876375: hue angle of 330º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #876375 is Cyan = 0, Magento = 0.27, Yellow = 0.13 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 99 | 117 | - |
| CMYK | 0 | 0.27 | 0.13 | 0.47 |
| HSL | 330º | 0.15% | 0.46% | - |
| HSV(B) | 330º | 0.27% | 0.53% | - |
| XYZ | 17.66 | 15.36 | 18.86 | - |
| YUV | 111.82 | 130.93 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 99 | 117 | 0 | 0.27 | 0.13 | 0.47 | 330 | 0.15 | 0.46 |
| Hex | 87 | 63 | 75 | 0 | 1B | D | 2F | 14A | F | 2E |
| Octal | 207 | 143 | 165 | 0 | 33 | 15 | 57 | 512 | 17 | 56 |
| Binary | 10000111 | 1100011 | 1110101 | 0 | 11011 | 1101 | 101111 | 101001010 | 1111 | 101110 |
Color Harmonies of #876375
Complementary color
Monochromatic Colors of #876375
Black with #876375
Text Example
Text Example
White with #876375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876375; }
p { color: rgb(135,99,117); }
H1.HeaderClassName
{
color: #876375;
}
.AnyTagClassName
{
color: #876375;
}
</style>
background-color css
<style>
a { background-color: #876375; }
a { background-color: rgb(135,99,117); }
div.DivClassName
{
background-color: #876375;
}
.BgClassName
{
background-color: #876375;
}
</style>
border-color css
<style>
span { border-color: #876375; }
span { border-color: rgb(135,99,117); }
td.TdClassName
{
border-color: #876375;
}
.TagClassName
{
border-color: #876375;
}
</style>