Shades of Strikemaster #88657D
Tints of Strikemaster #88657D
RGB
CMYK
RGB Variations
Color information
#88657D (or 0x88657D) is known color: Strikemaster. HEX triplet: 88, 65 and 7D. RGB value is (136,101,125). Sum of RGB (Red+Green+Blue) = 136+101+125=362 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.57% from 362); Green value is 101 (39.84% from 255 or 27.90% from 362); Blue value is 125 (49.22% from 255 or 34.53% from 362); Max value from RGB is 136 - color contains mainly: red. Hex color #88657D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88657D is #779A82. Grayscale: #727272. Windows color (decimal): -7838339 or 8217992. OLE color: 8217992.
HSL color Cylindrical-coordinate representation of color #88657D: hue angle of 318.86º 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 #88657D is Cyan = 0, Magento = 0.26, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 101 | 125 | - |
| CMYK | 0 | 0.26 | 0.08 | 0.47 |
| HSL | 318.86º | 0.15% | 0.46% | - |
| HSV(B) | 318.86º | 0.26% | 0.53% | - |
| XYZ | 18.51 | 16.02 | 21.52 | - |
| YUV | 114.2 | 134.1 | 143.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 101 | 125 | 0 | 0.26 | 0.08 | 0.47 | 318.86 | 0.15 | 0.46 |
| Hex | 88 | 65 | 7D | 0 | 1A | 8 | 2F | 13F | F | 2E |
| Octal | 210 | 145 | 175 | 0 | 32 | 10 | 57 | 477 | 17 | 56 |
| Binary | 10001000 | 1100101 | 1111101 | 0 | 11010 | 1000 | 101111 | 100111111 | 1111 | 101110 |
Color Harmonies of #88657D
Complementary color
Monochromatic Colors of #88657D
Black with #88657D
Text Example
Text Example
White with #88657D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88657D; }
p { color: rgb(136,101,125); }
H1.HeaderClassName
{
color: #88657D;
}
.AnyTagClassName
{
color: #88657D;
}
</style>
background-color css
<style>
a { background-color: #88657D; }
a { background-color: rgb(136,101,125); }
div.DivClassName
{
background-color: #88657D;
}
.BgClassName
{
background-color: #88657D;
}
</style>
border-color css
<style>
span { border-color: #88657D; }
span { border-color: rgb(136,101,125); }
td.TdClassName
{
border-color: #88657D;
}
.TagClassName
{
border-color: #88657D;
}
</style>