Shades of Strikemaster #876677
Tints of Strikemaster #876677
RGB
CMYK
RGB Variations
Color information
#876677 (or 0x876677) is known color: Strikemaster. HEX triplet: 87, 66 and 77. RGB value is (135,102,119). Sum of RGB (Red+Green+Blue) = 135+102+119=356 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.92% from 356); Green value is 102 (40.23% from 255 or 28.65% from 356); Blue value is 119 (46.88% from 255 or 33.43% from 356); Max value from RGB is 135 - color contains mainly: red. Hex color #876677 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876677 is #789988. Grayscale: #717171. Windows color (decimal): -7903625 or 7825031. OLE color: 7825031.
HSL color Cylindrical-coordinate representation of color #876677: hue angle of 329.09º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #876677 is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 102 | 119 | - |
| CMYK | 0 | 0.24 | 0.12 | 0.47 |
| HSL | 329.09º | 0.14% | 0.46% | - |
| HSV(B) | 329.09º | 0.24% | 0.53% | - |
| XYZ | 18.07 | 15.99 | 19.59 | - |
| YUV | 113.81 | 130.93 | 143.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 102 | 119 | 0 | 0.24 | 0.12 | 0.47 | 329.09 | 0.14 | 0.46 |
| Hex | 87 | 66 | 77 | 0 | 18 | C | 2F | 149 | E | 2E |
| Octal | 207 | 146 | 167 | 0 | 30 | 14 | 57 | 511 | 16 | 56 |
| Binary | 10000111 | 1100110 | 1110111 | 0 | 11000 | 1100 | 101111 | 101001001 | 1110 | 101110 |
Color Harmonies of #876677
Complementary color
Monochromatic Colors of #876677
Black with #876677
Text Example
Text Example
White with #876677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876677; }
p { color: rgb(135,102,119); }
H1.HeaderClassName
{
color: #876677;
}
.AnyTagClassName
{
color: #876677;
}
</style>
background-color css
<style>
a { background-color: #876677; }
a { background-color: rgb(135,102,119); }
div.DivClassName
{
background-color: #876677;
}
.BgClassName
{
background-color: #876677;
}
</style>
border-color css
<style>
span { border-color: #876677; }
span { border-color: rgb(135,102,119); }
td.TdClassName
{
border-color: #876677;
}
.TagClassName
{
border-color: #876677;
}
</style>