Shades of Strikemaster #88647C
Tints of Strikemaster #88647C
RGB
CMYK
RGB Variations
Color information
#88647C (or 0x88647C) is known color: Strikemaster. HEX triplet: 88, 64 and 7C. RGB value is (136,100,124). Sum of RGB (Red+Green+Blue) = 136+100+124=360 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.78% from 360); Green value is 100 (39.45% from 255 or 27.78% from 360); Blue value is 124 (48.83% from 255 or 34.44% from 360); Max value from RGB is 136 - color contains mainly: red. Hex color #88647C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88647C is #779B83. Grayscale: #717171. Windows color (decimal): -7838596 or 8152200. OLE color: 8152200.
HSL color Cylindrical-coordinate representation of color #88647C: hue angle of 320º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #88647C is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 100 | 124 | - |
| CMYK | 0 | 0.26 | 0.09 | 0.47 |
| HSL | 320º | 0.15% | 0.46% | - |
| HSV(B) | 320º | 0.26% | 0.53% | - |
| XYZ | 18.35 | 15.8 | 21.15 | - |
| YUV | 113.5 | 133.93 | 144.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 100 | 124 | 0 | 0.26 | 0.09 | 0.47 | 320 | 0.15 | 0.46 |
| Hex | 88 | 64 | 7C | 0 | 1A | 9 | 2F | 140 | F | 2E |
| Octal | 210 | 144 | 174 | 0 | 32 | 11 | 57 | 500 | 17 | 56 |
| Binary | 10001000 | 1100100 | 1111100 | 0 | 11010 | 1001 | 101111 | 101000000 | 1111 | 101110 |
Color Harmonies of #88647C
Complementary color
Monochromatic Colors of #88647C
Black with #88647C
Text Example
Text Example
White with #88647C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88647C; }
p { color: rgb(136,100,124); }
H1.HeaderClassName
{
color: #88647C;
}
.AnyTagClassName
{
color: #88647C;
}
</style>
background-color css
<style>
a { background-color: #88647C; }
a { background-color: rgb(136,100,124); }
div.DivClassName
{
background-color: #88647C;
}
.BgClassName
{
background-color: #88647C;
}
</style>
border-color css
<style>
span { border-color: #88647C; }
span { border-color: rgb(136,100,124); }
td.TdClassName
{
border-color: #88647C;
}
.TagClassName
{
border-color: #88647C;
}
</style>