Shades of Strikemaster #876E7B
Tints of Strikemaster #876E7B
RGB
CMYK
RGB Variations
Color information
#876E7B (or 0x876E7B) is known color: Strikemaster. HEX triplet: 87, 6E and 7B. RGB value is (135,110,123). Sum of RGB (Red+Green+Blue) = 135+110+123=368 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.68% from 368); Green value is 110 (43.36% from 255 or 29.89% from 368); Blue value is 123 (48.44% from 255 or 33.42% from 368); Max value from RGB is 135 - color contains mainly: red. Hex color #876E7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876E7B is #789184. Grayscale: #767676. Windows color (decimal): -7901573 or 8089223. OLE color: 8089223.
HSL color Cylindrical-coordinate representation of color #876E7B: hue angle of 328.8º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #876E7B is Cyan = 0, Magento = 0.19, Yellow = 0.09 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 110 | 123 | - |
| CMYK | 0 | 0.19 | 0.09 | 0.47 |
| HSL | 328.8º | 0.1% | 0.48% | - |
| HSV(B) | 328.8º | 0.19% | 0.53% | - |
| XYZ | 19.14 | 17.73 | 21.15 | - |
| YUV | 118.96 | 130.28 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 110 | 123 | 0 | 0.19 | 0.09 | 0.47 | 328.8 | 0.1 | 0.48 |
| Hex | 87 | 6E | 7B | 0 | 13 | 9 | 2F | 149 | A | 30 |
| Octal | 207 | 156 | 173 | 0 | 23 | 11 | 57 | 511 | 12 | 60 |
| Binary | 10000111 | 1101110 | 1111011 | 0 | 10011 | 1001 | 101111 | 101001001 | 1010 | 110000 |
Color Harmonies of #876E7B
Complementary color
Monochromatic Colors of #876E7B
Black with #876E7B
Text Example
Text Example
White with #876E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876E7B; }
p { color: rgb(135,110,123); }
H1.HeaderClassName
{
color: #876E7B;
}
.AnyTagClassName
{
color: #876E7B;
}
</style>
background-color css
<style>
a { background-color: #876E7B; }
a { background-color: rgb(135,110,123); }
div.DivClassName
{
background-color: #876E7B;
}
.BgClassName
{
background-color: #876E7B;
}
</style>
border-color css
<style>
span { border-color: #876E7B; }
span { border-color: rgb(135,110,123); }
td.TdClassName
{
border-color: #876E7B;
}
.TagClassName
{
border-color: #876E7B;
}
</style>