Shades of Strikemaster #88637B
Tints of Strikemaster #88637B
RGB
CMYK
RGB Variations
Color information
#88637B (or 0x88637B) is known color: Strikemaster. HEX triplet: 88, 63 and 7B. RGB value is (136,99,123). Sum of RGB (Red+Green+Blue) = 136+99+123=358 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.99% from 358); Green value is 99 (39.06% from 255 or 27.65% from 358); Blue value is 123 (48.44% from 255 or 34.36% from 358); Max value from RGB is 136 - color contains mainly: red. Hex color #88637B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88637B is #779C84. Grayscale: #707070. Windows color (decimal): -7838853 or 8086408. OLE color: 8086408.
HSL color Cylindrical-coordinate representation of color #88637B: hue angle of 321.08º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #88637B is Cyan = 0, Magento = 0.27, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 99 | 123 | - |
| CMYK | 0 | 0.27 | 0.10 | 0.47 |
| HSL | 321.08º | 0.16% | 0.46% | - |
| HSV(B) | 321.08º | 0.27% | 0.53% | - |
| XYZ | 18.19 | 15.59 | 20.79 | - |
| YUV | 112.8 | 133.76 | 144.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 99 | 123 | 0 | 0.27 | 0.10 | 0.47 | 321.08 | 0.16 | 0.46 |
| Hex | 88 | 63 | 7B | 0 | 1B | A | 2F | 141 | 10 | 2E |
| Octal | 210 | 143 | 173 | 0 | 33 | 12 | 57 | 501 | 20 | 56 |
| Binary | 10001000 | 1100011 | 1111011 | 0 | 11011 | 1010 | 101111 | 101000001 | 10000 | 101110 |
Color Harmonies of #88637B
Complementary color
Monochromatic Colors of #88637B
Black with #88637B
Text Example
Text Example
White with #88637B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88637B; }
p { color: rgb(136,99,123); }
H1.HeaderClassName
{
color: #88637B;
}
.AnyTagClassName
{
color: #88637B;
}
</style>
background-color css
<style>
a { background-color: #88637B; }
a { background-color: rgb(136,99,123); }
div.DivClassName
{
background-color: #88637B;
}
.BgClassName
{
background-color: #88637B;
}
</style>
border-color css
<style>
span { border-color: #88637B; }
span { border-color: rgb(136,99,123); }
td.TdClassName
{
border-color: #88637B;
}
.TagClassName
{
border-color: #88637B;
}
</style>