Shades of Strikemaster #876578
Tints of Strikemaster #876578
RGB
CMYK
RGB Variations
Color information
#876578 (or 0x876578) is known color: Strikemaster. HEX triplet: 87, 65 and 78. RGB value is (135,101,120). Sum of RGB (Red+Green+Blue) = 135+101+120=356 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.92% from 356); Green value is 101 (39.84% from 255 or 28.37% from 356); Blue value is 120 (47.27% from 255 or 33.71% from 356); Max value from RGB is 135 - color contains mainly: red. Hex color #876578 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876578 is #789A87. Grayscale: #717171. Windows color (decimal): -7903880 or 7890311. OLE color: 7890311.
HSL color Cylindrical-coordinate representation of color #876578: hue angle of 326.47º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #876578 is Cyan = 0, Magento = 0.25, Yellow = 0.11 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 101 | 120 | - |
| CMYK | 0 | 0.25 | 0.11 | 0.47 |
| HSL | 326.47º | 0.14% | 0.46% | - |
| HSV(B) | 326.47º | 0.25% | 0.53% | - |
| XYZ | 18.04 | 15.81 | 19.87 | - |
| YUV | 113.33 | 131.76 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 101 | 120 | 0 | 0.25 | 0.11 | 0.47 | 326.47 | 0.14 | 0.46 |
| Hex | 87 | 65 | 78 | 0 | 19 | B | 2F | 146 | E | 2E |
| Octal | 207 | 145 | 170 | 0 | 31 | 13 | 57 | 506 | 16 | 56 |
| Binary | 10000111 | 1100101 | 1111000 | 0 | 11001 | 1011 | 101111 | 101000110 | 1110 | 101110 |
Color Harmonies of #876578
Complementary color
Monochromatic Colors of #876578
Black with #876578
Text Example
Text Example
White with #876578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876578; }
p { color: rgb(135,101,120); }
H1.HeaderClassName
{
color: #876578;
}
.AnyTagClassName
{
color: #876578;
}
</style>
background-color css
<style>
a { background-color: #876578; }
a { background-color: rgb(135,101,120); }
div.DivClassName
{
background-color: #876578;
}
.BgClassName
{
background-color: #876578;
}
</style>
border-color css
<style>
span { border-color: #876578; }
span { border-color: rgb(135,101,120); }
td.TdClassName
{
border-color: #876578;
}
.TagClassName
{
border-color: #876578;
}
</style>