Shades of Strikemaster #876476
Tints of Strikemaster #876476
RGB
CMYK
RGB Variations
Color information
#876476 (or 0x876476) is known color: Strikemaster. HEX triplet: 87, 64 and 76. RGB value is (135,100,118). Sum of RGB (Red+Green+Blue) = 135+100+118=353 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.24% from 353); Green value is 100 (39.45% from 255 or 28.33% from 353); Blue value is 118 (46.48% from 255 or 33.43% from 353); Max value from RGB is 135 - color contains mainly: red. Hex color #876476 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876476 is #789B89. Grayscale: #707070. Windows color (decimal): -7904138 or 7758983. OLE color: 7758983.
HSL color Cylindrical-coordinate representation of color #876476: hue angle of 329.14º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #876476 is Cyan = 0, Magento = 0.26, Yellow = 0.13 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 100 | 118 | - |
| CMYK | 0 | 0.26 | 0.13 | 0.47 |
| HSL | 329.14º | 0.15% | 0.46% | - |
| HSV(B) | 329.14º | 0.26% | 0.53% | - |
| XYZ | 17.82 | 15.57 | 19.21 | - |
| YUV | 112.52 | 131.1 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 100 | 118 | 0 | 0.26 | 0.13 | 0.47 | 329.14 | 0.15 | 0.46 |
| Hex | 87 | 64 | 76 | 0 | 1A | D | 2F | 149 | F | 2E |
| Octal | 207 | 144 | 166 | 0 | 32 | 15 | 57 | 511 | 17 | 56 |
| Binary | 10000111 | 1100100 | 1110110 | 0 | 11010 | 1101 | 101111 | 101001001 | 1111 | 101110 |
Color Harmonies of #876476
Complementary color
Monochromatic Colors of #876476
Black with #876476
Text Example
Text Example
White with #876476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876476; }
p { color: rgb(135,100,118); }
H1.HeaderClassName
{
color: #876476;
}
.AnyTagClassName
{
color: #876476;
}
</style>
background-color css
<style>
a { background-color: #876476; }
a { background-color: rgb(135,100,118); }
div.DivClassName
{
background-color: #876476;
}
.BgClassName
{
background-color: #876476;
}
</style>
border-color css
<style>
span { border-color: #876476; }
span { border-color: rgb(135,100,118); }
td.TdClassName
{
border-color: #876476;
}
.TagClassName
{
border-color: #876476;
}
</style>