Shades of Strikemaster #876A76
Tints of Strikemaster #876A76
RGB
CMYK
RGB Variations
Color information
#876A76 (or 0x876A76) is known color: Strikemaster. HEX triplet: 87, 6A and 76. RGB value is (135,106,118). Sum of RGB (Red+Green+Blue) = 135+106+118=359 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.60% from 359); Green value is 106 (41.80% from 255 or 29.53% from 359); Blue value is 118 (46.48% from 255 or 32.87% from 359); Max value from RGB is 135 - color contains mainly: red. Hex color #876A76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876A76 is #789589. Grayscale: #747474. Windows color (decimal): -7902602 or 7760519. OLE color: 7760519.
HSL color Cylindrical-coordinate representation of color #876A76: hue angle of 335.17º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #876A76 is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 106 | 118 | - |
| CMYK | 0 | 0.21 | 0.13 | 0.47 |
| HSL | 335.17º | 0.12% | 0.47% | - |
| HSV(B) | 335.17º | 0.21% | 0.53% | - |
| XYZ | 18.42 | 16.77 | 19.41 | - |
| YUV | 116.04 | 129.11 | 141.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 106 | 118 | 0 | 0.21 | 0.13 | 0.47 | 335.17 | 0.12 | 0.47 |
| Hex | 87 | 6A | 76 | 0 | 15 | D | 2F | 14F | C | 2F |
| Octal | 207 | 152 | 166 | 0 | 25 | 15 | 57 | 517 | 14 | 57 |
| Binary | 10000111 | 1101010 | 1110110 | 0 | 10101 | 1101 | 101111 | 101001111 | 1100 | 101111 |
Color Harmonies of #876A76
Complementary color
Monochromatic Colors of #876A76
Black with #876A76
Text Example
Text Example
White with #876A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876A76; }
p { color: rgb(135,106,118); }
H1.HeaderClassName
{
color: #876A76;
}
.AnyTagClassName
{
color: #876A76;
}
</style>
background-color css
<style>
a { background-color: #876A76; }
a { background-color: rgb(135,106,118); }
div.DivClassName
{
background-color: #876A76;
}
.BgClassName
{
background-color: #876A76;
}
</style>
border-color css
<style>
span { border-color: #876A76; }
span { border-color: rgb(135,106,118); }
td.TdClassName
{
border-color: #876A76;
}
.TagClassName
{
border-color: #876A76;
}
</style>