Shades of Strikemaster #88607C
Tints of Strikemaster #88607C
RGB
CMYK
RGB Variations
Color information
#88607C (or 0x88607C) is known color: Strikemaster. HEX triplet: 88, 60 and 7C. RGB value is (136,96,124). Sum of RGB (Red+Green+Blue) = 136+96+124=356 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.20% from 356); Green value is 96 (37.89% from 255 or 26.97% from 356); Blue value is 124 (48.83% from 255 or 34.83% from 356); Max value from RGB is 136 - color contains mainly: red. Hex color #88607C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88607C is #779F83. Grayscale: #6F6F6F. Windows color (decimal): -7839620 or 8151176. OLE color: 8151176.
HSL color Cylindrical-coordinate representation of color #88607C: hue angle of 318º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #88607C is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 96 | 124 | - |
| CMYK | 0 | 0.29 | 0.09 | 0.47 |
| HSL | 318º | 0.17% | 0.45% | - |
| HSV(B) | 318º | 0.29% | 0.53% | - |
| XYZ | 17.97 | 15.06 | 21.03 | - |
| YUV | 111.15 | 135.25 | 145.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 96 | 124 | 0 | 0.29 | 0.09 | 0.47 | 318 | 0.17 | 0.45 |
| Hex | 88 | 60 | 7C | 0 | 1D | 9 | 2F | 13E | 11 | 2D |
| Octal | 210 | 140 | 174 | 0 | 35 | 11 | 57 | 476 | 21 | 55 |
| Binary | 10001000 | 1100000 | 1111100 | 0 | 11101 | 1001 | 101111 | 100111110 | 10001 | 101101 |
Color Harmonies of #88607C
Complementary color
Monochromatic Colors of #88607C
Black with #88607C
Text Example
Text Example
White with #88607C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88607C; }
p { color: rgb(136,96,124); }
H1.HeaderClassName
{
color: #88607C;
}
.AnyTagClassName
{
color: #88607C;
}
</style>
background-color css
<style>
a { background-color: #88607C; }
a { background-color: rgb(136,96,124); }
div.DivClassName
{
background-color: #88607C;
}
.BgClassName
{
background-color: #88607C;
}
</style>
border-color css
<style>
span { border-color: #88607C; }
span { border-color: rgb(136,96,124); }
td.TdClassName
{
border-color: #88607C;
}
.TagClassName
{
border-color: #88607C;
}
</style>