Shades of Strikemaster #88647E
Tints of Strikemaster #88647E
RGB
CMYK
RGB Variations
Color information
#88647E (or 0x88647E) is known color: Strikemaster. HEX triplet: 88, 64 and 7E. RGB value is (136,100,126). Sum of RGB (Red+Green+Blue) = 136+100+126=362 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.57% from 362); Green value is 100 (39.45% from 255 or 27.62% from 362); Blue value is 126 (49.61% from 255 or 34.81% from 362); Max value from RGB is 136 - color contains mainly: red. Hex color #88647E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88647E is #779B81. Grayscale: #717171. Windows color (decimal): -7838594 or 8283272. OLE color: 8283272.
HSL color Cylindrical-coordinate representation of color #88647E: hue angle of 316.67º 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 #88647E is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 100 | 126 | - |
| CMYK | 0 | 0.26 | 0.07 | 0.47 |
| HSL | 316.67º | 0.15% | 0.46% | - |
| HSV(B) | 316.67º | 0.26% | 0.53% | - |
| XYZ | 18.48 | 15.85 | 21.83 | - |
| YUV | 113.73 | 134.93 | 143.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 100 | 126 | 0 | 0.26 | 0.07 | 0.47 | 316.67 | 0.15 | 0.46 |
| Hex | 88 | 64 | 7E | 0 | 1A | 7 | 2F | 13D | F | 2E |
| Octal | 210 | 144 | 176 | 0 | 32 | 7 | 57 | 475 | 17 | 56 |
| Binary | 10001000 | 1100100 | 1111110 | 0 | 11010 | 111 | 101111 | 100111101 | 1111 | 101110 |
Color Harmonies of #88647E
Complementary color
Monochromatic Colors of #88647E
Black with #88647E
Text Example
Text Example
White with #88647E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88647E; }
p { color: rgb(136,100,126); }
H1.HeaderClassName
{
color: #88647E;
}
.AnyTagClassName
{
color: #88647E;
}
</style>
background-color css
<style>
a { background-color: #88647E; }
a { background-color: rgb(136,100,126); }
div.DivClassName
{
background-color: #88647E;
}
.BgClassName
{
background-color: #88647E;
}
</style>
border-color css
<style>
span { border-color: #88647E; }
span { border-color: rgb(136,100,126); }
td.TdClassName
{
border-color: #88647E;
}
.TagClassName
{
border-color: #88647E;
}
</style>