Shades of Strikemaster #88657F
Tints of Strikemaster #88657F
RGB
CMYK
RGB Variations
Color information
#88657F (or 0x88657F) is known color: Strikemaster. HEX triplet: 88, 65 and 7F. RGB value is (136,101,127). Sum of RGB (Red+Green+Blue) = 136+101+127=364 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.36% from 364); Green value is 101 (39.84% from 255 or 27.75% from 364); Blue value is 127 (50% from 255 or 34.89% from 364); Max value from RGB is 136 - color contains mainly: red. Hex color #88657F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88657F is #779A80. Grayscale: #727272. Windows color (decimal): -7838337 or 8349064. OLE color: 8349064.
HSL color Cylindrical-coordinate representation of color #88657F: hue angle of 315.43º 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 #88657F is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 101 | 127 | - |
| CMYK | 0 | 0.26 | 0.07 | 0.47 |
| HSL | 315.43º | 0.15% | 0.46% | - |
| HSV(B) | 315.43º | 0.26% | 0.53% | - |
| XYZ | 18.64 | 16.07 | 22.2 | - |
| YUV | 114.43 | 135.1 | 143.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 101 | 127 | 0 | 0.26 | 0.07 | 0.47 | 315.43 | 0.15 | 0.46 |
| Hex | 88 | 65 | 7F | 0 | 1A | 7 | 2F | 13B | F | 2E |
| Octal | 210 | 145 | 177 | 0 | 32 | 7 | 57 | 473 | 17 | 56 |
| Binary | 10001000 | 1100101 | 1111111 | 0 | 11010 | 111 | 101111 | 100111011 | 1111 | 101110 |
Color Harmonies of #88657F
Complementary color
Monochromatic Colors of #88657F
Black with #88657F
Text Example
Text Example
White with #88657F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88657F; }
p { color: rgb(136,101,127); }
H1.HeaderClassName
{
color: #88657F;
}
.AnyTagClassName
{
color: #88657F;
}
</style>
background-color css
<style>
a { background-color: #88657F; }
a { background-color: rgb(136,101,127); }
div.DivClassName
{
background-color: #88657F;
}
.BgClassName
{
background-color: #88657F;
}
</style>
border-color css
<style>
span { border-color: #88657F; }
span { border-color: rgb(136,101,127); }
td.TdClassName
{
border-color: #88657F;
}
.TagClassName
{
border-color: #88657F;
}
</style>