Shades of Strikemaster #876D7B
Tints of Strikemaster #876D7B
RGB
CMYK
RGB Variations
Color information
#876D7B (or 0x876D7B) is known color: Strikemaster. HEX triplet: 87, 6D and 7B. RGB value is (135,109,123). Sum of RGB (Red+Green+Blue) = 135+109+123=367 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.78% from 367); Green value is 109 (42.97% from 255 or 29.70% from 367); Blue value is 123 (48.44% from 255 or 33.51% from 367); Max value from RGB is 135 - color contains mainly: red. Hex color #876D7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876D7B is #789284. Grayscale: #767676. Windows color (decimal): -7901829 or 8088967. OLE color: 8088967.
HSL color Cylindrical-coordinate representation of color #876D7B: hue angle of 327.69º degrees, saturation: 0.11, 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 #876D7B is Cyan = 0, Magento = 0.19, Yellow = 0.09 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 109 | 123 | - |
| CMYK | 0 | 0.19 | 0.09 | 0.47 |
| HSL | 327.69º | 0.11% | 0.48% | - |
| HSV(B) | 327.69º | 0.19% | 0.53% | - |
| XYZ | 19.04 | 17.52 | 21.12 | - |
| YUV | 118.37 | 130.61 | 139.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 109 | 123 | 0 | 0.19 | 0.09 | 0.47 | 327.69 | 0.11 | 0.48 |
| Hex | 87 | 6D | 7B | 0 | 13 | 9 | 2F | 148 | B | 30 |
| Octal | 207 | 155 | 173 | 0 | 23 | 11 | 57 | 510 | 13 | 60 |
| Binary | 10000111 | 1101101 | 1111011 | 0 | 10011 | 1001 | 101111 | 101001000 | 1011 | 110000 |
Color Harmonies of #876D7B
Complementary color
Monochromatic Colors of #876D7B
Black with #876D7B
Text Example
Text Example
White with #876D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876D7B; }
p { color: rgb(135,109,123); }
H1.HeaderClassName
{
color: #876D7B;
}
.AnyTagClassName
{
color: #876D7B;
}
</style>
background-color css
<style>
a { background-color: #876D7B; }
a { background-color: rgb(135,109,123); }
div.DivClassName
{
background-color: #876D7B;
}
.BgClassName
{
background-color: #876D7B;
}
</style>
border-color css
<style>
span { border-color: #876D7B; }
span { border-color: rgb(135,109,123); }
td.TdClassName
{
border-color: #876D7B;
}
.TagClassName
{
border-color: #876D7B;
}
</style>