Shades of Strikemaster #876378
Tints of Strikemaster #876378
RGB
CMYK
RGB Variations
Color information
#876378 (or 0x876378) is known color: Strikemaster. HEX triplet: 87, 63 and 78. RGB value is (135,99,120). Sum of RGB (Red+Green+Blue) = 135+99+120=354 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.14% from 354); Green value is 99 (39.06% from 255 or 27.97% from 354); Blue value is 120 (47.27% from 255 or 33.90% from 354); Max value from RGB is 135 - color contains mainly: red. Hex color #876378 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876378 is #789C87. Grayscale: #707070. Windows color (decimal): -7904392 or 7889799. OLE color: 7889799.
HSL color Cylindrical-coordinate representation of color #876378: hue angle of 325º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #876378 is Cyan = 0, Magento = 0.27, Yellow = 0.11 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 99 | 120 | - |
| CMYK | 0 | 0.27 | 0.11 | 0.47 |
| HSL | 325º | 0.15% | 0.46% | - |
| HSV(B) | 325º | 0.27% | 0.53% | - |
| XYZ | 17.84 | 15.43 | 19.81 | - |
| YUV | 112.16 | 132.43 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 99 | 120 | 0 | 0.27 | 0.11 | 0.47 | 325 | 0.15 | 0.46 |
| Hex | 87 | 63 | 78 | 0 | 1B | B | 2F | 145 | F | 2E |
| Octal | 207 | 143 | 170 | 0 | 33 | 13 | 57 | 505 | 17 | 56 |
| Binary | 10000111 | 1100011 | 1111000 | 0 | 11011 | 1011 | 101111 | 101000101 | 1111 | 101110 |
Color Harmonies of #876378
Complementary color
Monochromatic Colors of #876378
Black with #876378
Text Example
Text Example
White with #876378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876378; }
p { color: rgb(135,99,120); }
H1.HeaderClassName
{
color: #876378;
}
.AnyTagClassName
{
color: #876378;
}
</style>
background-color css
<style>
a { background-color: #876378; }
a { background-color: rgb(135,99,120); }
div.DivClassName
{
background-color: #876378;
}
.BgClassName
{
background-color: #876378;
}
</style>
border-color css
<style>
span { border-color: #876378; }
span { border-color: rgb(135,99,120); }
td.TdClassName
{
border-color: #876378;
}
.TagClassName
{
border-color: #876378;
}
</style>