Shades of Strikemaster #87687E
Tints of Strikemaster #87687E
RGB
CMYK
RGB Variations
Color information
#87687E (or 0x87687E) is known color: Strikemaster. HEX triplet: 87, 68 and 7E. RGB value is (135,104,126). Sum of RGB (Red+Green+Blue) = 135+104+126=365 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.99% from 365); Green value is 104 (41.02% from 255 or 28.49% from 365); Blue value is 126 (49.61% from 255 or 34.52% from 365); Max value from RGB is 135 - color contains mainly: red. Hex color #87687E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87687E is #789781. Grayscale: #737373. Windows color (decimal): -7903106 or 8284295. OLE color: 8284295.
HSL color Cylindrical-coordinate representation of color #87687E: hue angle of 317.42º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #87687E is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 104 | 126 | - |
| CMYK | 0 | 0.23 | 0.07 | 0.47 |
| HSL | 317.42º | 0.13% | 0.47% | - |
| HSV(B) | 317.42º | 0.23% | 0.53% | - |
| XYZ | 18.71 | 16.56 | 21.95 | - |
| YUV | 115.78 | 133.77 | 141.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 104 | 126 | 0 | 0.23 | 0.07 | 0.47 | 317.42 | 0.13 | 0.47 |
| Hex | 87 | 68 | 7E | 0 | 17 | 7 | 2F | 13D | D | 2F |
| Octal | 207 | 150 | 176 | 0 | 27 | 7 | 57 | 475 | 15 | 57 |
| Binary | 10000111 | 1101000 | 1111110 | 0 | 10111 | 111 | 101111 | 100111101 | 1101 | 101111 |
Color Harmonies of #87687E
Complementary color
Monochromatic Colors of #87687E
Black with #87687E
Text Example
Text Example
White with #87687E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87687E; }
p { color: rgb(135,104,126); }
H1.HeaderClassName
{
color: #87687E;
}
.AnyTagClassName
{
color: #87687E;
}
</style>
background-color css
<style>
a { background-color: #87687E; }
a { background-color: rgb(135,104,126); }
div.DivClassName
{
background-color: #87687E;
}
.BgClassName
{
background-color: #87687E;
}
</style>
border-color css
<style>
span { border-color: #87687E; }
span { border-color: rgb(135,104,126); }
td.TdClassName
{
border-color: #87687E;
}
.TagClassName
{
border-color: #87687E;
}
</style>