Shades of Strikemaster #876675
Tints of Strikemaster #876675
RGB
CMYK
RGB Variations
Color information
#876675 (or 0x876675) is known color: Strikemaster. HEX triplet: 87, 66 and 75. RGB value is (135,102,117). Sum of RGB (Red+Green+Blue) = 135+102+117=354 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.14% from 354); Green value is 102 (40.23% from 255 or 28.81% from 354); Blue value is 117 (46.09% from 255 or 33.05% from 354); Max value from RGB is 135 - color contains mainly: red. Hex color #876675 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876675 is #78998A. Grayscale: #717171. Windows color (decimal): -7903627 or 7693959. OLE color: 7693959.
HSL color Cylindrical-coordinate representation of color #876675: hue angle of 332.73º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #876675 is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 102 | 117 | - |
| CMYK | 0 | 0.24 | 0.13 | 0.47 |
| HSL | 332.73º | 0.14% | 0.46% | - |
| HSV(B) | 332.73º | 0.24% | 0.53% | - |
| XYZ | 17.95 | 15.94 | 18.96 | - |
| YUV | 113.58 | 129.93 | 143.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 102 | 117 | 0 | 0.24 | 0.13 | 0.47 | 332.73 | 0.14 | 0.46 |
| Hex | 87 | 66 | 75 | 0 | 18 | D | 2F | 14D | E | 2E |
| Octal | 207 | 146 | 165 | 0 | 30 | 15 | 57 | 515 | 16 | 56 |
| Binary | 10000111 | 1100110 | 1110101 | 0 | 11000 | 1101 | 101111 | 101001101 | 1110 | 101110 |
Color Harmonies of #876675
Complementary color
Monochromatic Colors of #876675
Black with #876675
Text Example
Text Example
White with #876675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876675; }
p { color: rgb(135,102,117); }
H1.HeaderClassName
{
color: #876675;
}
.AnyTagClassName
{
color: #876675;
}
</style>
background-color css
<style>
a { background-color: #876675; }
a { background-color: rgb(135,102,117); }
div.DivClassName
{
background-color: #876675;
}
.BgClassName
{
background-color: #876675;
}
</style>
border-color css
<style>
span { border-color: #876675; }
span { border-color: rgb(135,102,117); }
td.TdClassName
{
border-color: #876675;
}
.TagClassName
{
border-color: #876675;
}
</style>