Shades of Strikemaster #876177
Tints of Strikemaster #876177
RGB
CMYK
RGB Variations
Color information
#876177 (or 0x876177) is known color: Strikemaster. HEX triplet: 87, 61 and 77. RGB value is (135,97,119). Sum of RGB (Red+Green+Blue) = 135+97+119=351 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.46% from 351); Green value is 97 (38.28% from 255 or 27.64% from 351); Blue value is 119 (46.88% from 255 or 33.90% from 351); Max value from RGB is 135 - color contains mainly: red. Hex color #876177 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876177 is #789E88. Grayscale: #6E6E6E. Windows color (decimal): -7904905 or 7823751. OLE color: 7823751.
HSL color Cylindrical-coordinate representation of color #876177: hue angle of 325.26º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #876177 is Cyan = 0, Magento = 0.28, Yellow = 0.12 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 97 | 119 | - |
| CMYK | 0 | 0.28 | 0.12 | 0.47 |
| HSL | 325.26º | 0.16% | 0.45% | - |
| HSV(B) | 325.26º | 0.28% | 0.53% | - |
| XYZ | 17.6 | 15.03 | 19.43 | - |
| YUV | 110.87 | 132.59 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 97 | 119 | 0 | 0.28 | 0.12 | 0.47 | 325.26 | 0.16 | 0.45 |
| Hex | 87 | 61 | 77 | 0 | 1C | C | 2F | 145 | 10 | 2D |
| Octal | 207 | 141 | 167 | 0 | 34 | 14 | 57 | 505 | 20 | 55 |
| Binary | 10000111 | 1100001 | 1110111 | 0 | 11100 | 1100 | 101111 | 101000101 | 10000 | 101101 |
Color Harmonies of #876177
Complementary color
Monochromatic Colors of #876177
Black with #876177
Text Example
Text Example
White with #876177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876177; }
p { color: rgb(135,97,119); }
H1.HeaderClassName
{
color: #876177;
}
.AnyTagClassName
{
color: #876177;
}
</style>
background-color css
<style>
a { background-color: #876177; }
a { background-color: rgb(135,97,119); }
div.DivClassName
{
background-color: #876177;
}
.BgClassName
{
background-color: #876177;
}
</style>
border-color css
<style>
span { border-color: #876177; }
span { border-color: rgb(135,97,119); }
td.TdClassName
{
border-color: #876177;
}
.TagClassName
{
border-color: #876177;
}
</style>