Shades of Strikemaster #88687B
Tints of Strikemaster #88687B
RGB
CMYK
RGB Variations
Color information
#88687B (or 0x88687B) is known color: Strikemaster. HEX triplet: 88, 68 and 7B. RGB value is (136,104,123). Sum of RGB (Red+Green+Blue) = 136+104+123=363 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.47% from 363); Green value is 104 (41.02% from 255 or 28.65% from 363); Blue value is 123 (48.44% from 255 or 33.88% from 363); Max value from RGB is 136 - color contains mainly: red. Hex color #88687B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88687B is #779784. Grayscale: #737373. Windows color (decimal): -7837573 or 8087688. OLE color: 8087688.
HSL color Cylindrical-coordinate representation of color #88687B: hue angle of 324.38º 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 #88687B is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 104 | 123 | - |
| CMYK | 0 | 0.24 | 0.10 | 0.47 |
| HSL | 324.38º | 0.13% | 0.47% | - |
| HSV(B) | 324.38º | 0.24% | 0.53% | - |
| XYZ | 18.68 | 16.56 | 20.95 | - |
| YUV | 115.73 | 132.1 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 104 | 123 | 0 | 0.24 | 0.10 | 0.47 | 324.38 | 0.13 | 0.47 |
| Hex | 88 | 68 | 7B | 0 | 18 | A | 2F | 144 | D | 2F |
| Octal | 210 | 150 | 173 | 0 | 30 | 12 | 57 | 504 | 15 | 57 |
| Binary | 10001000 | 1101000 | 1111011 | 0 | 11000 | 1010 | 101111 | 101000100 | 1101 | 101111 |
Color Harmonies of #88687B
Complementary color
Monochromatic Colors of #88687B
Black with #88687B
Text Example
Text Example
White with #88687B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88687B; }
p { color: rgb(136,104,123); }
H1.HeaderClassName
{
color: #88687B;
}
.AnyTagClassName
{
color: #88687B;
}
</style>
background-color css
<style>
a { background-color: #88687B; }
a { background-color: rgb(136,104,123); }
div.DivClassName
{
background-color: #88687B;
}
.BgClassName
{
background-color: #88687B;
}
</style>
border-color css
<style>
span { border-color: #88687B; }
span { border-color: rgb(136,104,123); }
td.TdClassName
{
border-color: #88687B;
}
.TagClassName
{
border-color: #88687B;
}
</style>