Shades of Strikemaster #876478
Tints of Strikemaster #876478
RGB
CMYK
RGB Variations
Color information
#876478 (or 0x876478) is known color: Strikemaster. HEX triplet: 87, 64 and 78. RGB value is (135,100,120). Sum of RGB (Red+Green+Blue) = 135+100+120=355 (47% of max value = 765). Red value is 135 (53.12% from 255 or 38.03% from 355); Green value is 100 (39.45% from 255 or 28.17% from 355); Blue value is 120 (47.27% from 255 or 33.80% from 355); Max value from RGB is 135 - color contains mainly: red. Hex color #876478 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876478 is #789B87. Grayscale: #707070. Windows color (decimal): -7904136 or 7890055. OLE color: 7890055.
HSL color Cylindrical-coordinate representation of color #876478: hue angle of 325.71º 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 #876478 is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 100 | 120 | - |
| CMYK | 0 | 0.26 | 0.11 | 0.47 |
| HSL | 325.71º | 0.15% | 0.46% | - |
| HSV(B) | 325.71º | 0.26% | 0.53% | - |
| XYZ | 17.94 | 15.62 | 19.84 | - |
| YUV | 112.75 | 132.1 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 100 | 120 | 0 | 0.26 | 0.11 | 0.47 | 325.71 | 0.15 | 0.46 |
| Hex | 87 | 64 | 78 | 0 | 1A | B | 2F | 146 | F | 2E |
| Octal | 207 | 144 | 170 | 0 | 32 | 13 | 57 | 506 | 17 | 56 |
| Binary | 10000111 | 1100100 | 1111000 | 0 | 11010 | 1011 | 101111 | 101000110 | 1111 | 101110 |
Color Harmonies of #876478
Complementary color
Monochromatic Colors of #876478
Black with #876478
Text Example
Text Example
White with #876478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876478; }
p { color: rgb(135,100,120); }
H1.HeaderClassName
{
color: #876478;
}
.AnyTagClassName
{
color: #876478;
}
</style>
background-color css
<style>
a { background-color: #876478; }
a { background-color: rgb(135,100,120); }
div.DivClassName
{
background-color: #876478;
}
.BgClassName
{
background-color: #876478;
}
</style>
border-color css
<style>
span { border-color: #876478; }
span { border-color: rgb(135,100,120); }
td.TdClassName
{
border-color: #876478;
}
.TagClassName
{
border-color: #876478;
}
</style>