Shades of Strikemaster #88687C
Tints of Strikemaster #88687C
RGB
CMYK
RGB Variations
Color information
#88687C (or 0x88687C) is known color: Strikemaster. HEX triplet: 88, 68 and 7C. RGB value is (136,104,124). Sum of RGB (Red+Green+Blue) = 136+104+124=364 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.36% from 364); Green value is 104 (41.02% from 255 or 28.57% from 364); Blue value is 124 (48.83% from 255 or 34.07% from 364); Max value from RGB is 136 - color contains mainly: red. Hex color #88687C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88687C is #779783. Grayscale: #737373. Windows color (decimal): -7837572 or 8153224. OLE color: 8153224.
HSL color Cylindrical-coordinate representation of color #88687C: hue angle of 322.5º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #88687C is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 104 | 124 | - |
| CMYK | 0 | 0.24 | 0.09 | 0.47 |
| HSL | 322.5º | 0.13% | 0.47% | - |
| HSV(B) | 322.5º | 0.24% | 0.53% | - |
| XYZ | 18.74 | 16.59 | 21.28 | - |
| YUV | 115.85 | 132.6 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 104 | 124 | 0 | 0.24 | 0.09 | 0.47 | 322.5 | 0.13 | 0.47 |
| Hex | 88 | 68 | 7C | 0 | 18 | 9 | 2F | 142 | D | 2F |
| Octal | 210 | 150 | 174 | 0 | 30 | 11 | 57 | 502 | 15 | 57 |
| Binary | 10001000 | 1101000 | 1111100 | 0 | 11000 | 1001 | 101111 | 101000010 | 1101 | 101111 |
Color Harmonies of #88687C
Complementary color
Monochromatic Colors of #88687C
Black with #88687C
Text Example
Text Example
White with #88687C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88687C; }
p { color: rgb(136,104,124); }
H1.HeaderClassName
{
color: #88687C;
}
.AnyTagClassName
{
color: #88687C;
}
</style>
background-color css
<style>
a { background-color: #88687C; }
a { background-color: rgb(136,104,124); }
div.DivClassName
{
background-color: #88687C;
}
.BgClassName
{
background-color: #88687C;
}
</style>
border-color css
<style>
span { border-color: #88687C; }
span { border-color: rgb(136,104,124); }
td.TdClassName
{
border-color: #88687C;
}
.TagClassName
{
border-color: #88687C;
}
</style>