Shades of Strikemaster #87737E
Tints of Strikemaster #87737E
RGB
CMYK
RGB Variations
Color information
#87737E (or 0x87737E) is known color: Strikemaster. HEX triplet: 87, 73 and 7E. RGB value is (135,115,126). Sum of RGB (Red+Green+Blue) = 135+115+126=376 (49% of max value = 765). Red value is 135 (53.12% from 255 or 35.90% from 376); Green value is 115 (45.31% from 255 or 30.59% from 376); Blue value is 126 (49.61% from 255 or 33.51% from 376); Max value from RGB is 135 - color contains mainly: red. Hex color #87737E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87737E is #788C81. Grayscale: #7A7A7A. Windows color (decimal): -7900290 or 8287111. OLE color: 8287111.
HSL color Cylindrical-coordinate representation of color #87737E: hue angle of 327º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #87737E is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 115 | 126 | - |
| CMYK | 0 | 0.15 | 0.07 | 0.47 |
| HSL | 327º | 0.08% | 0.49% | - |
| HSV(B) | 327º | 0.15% | 0.53% | - |
| XYZ | 19.89 | 18.92 | 22.34 | - |
| YUV | 122.23 | 130.13 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 115 | 126 | 0 | 0.15 | 0.07 | 0.47 | 327 | 0.08 | 0.49 |
| Hex | 87 | 73 | 7E | 0 | F | 7 | 2F | 147 | 8 | 31 |
| Octal | 207 | 163 | 176 | 0 | 17 | 7 | 57 | 507 | 10 | 61 |
| Binary | 10000111 | 1110011 | 1111110 | 0 | 1111 | 111 | 101111 | 101000111 | 1000 | 110001 |
Color Harmonies of #87737E
Complementary color
Monochromatic Colors of #87737E
Black with #87737E
Text Example
Text Example
White with #87737E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87737E; }
p { color: rgb(135,115,126); }
H1.HeaderClassName
{
color: #87737E;
}
.AnyTagClassName
{
color: #87737E;
}
</style>
background-color css
<style>
a { background-color: #87737E; }
a { background-color: rgb(135,115,126); }
div.DivClassName
{
background-color: #87737E;
}
.BgClassName
{
background-color: #87737E;
}
</style>
border-color css
<style>
span { border-color: #87737E; }
span { border-color: rgb(135,115,126); }
td.TdClassName
{
border-color: #87737E;
}
.TagClassName
{
border-color: #87737E;
}
</style>