Shades of Strikemaster #88697C
Tints of Strikemaster #88697C
RGB
CMYK
RGB Variations
Color information
#88697C (or 0x88697C) is known color: Strikemaster. HEX triplet: 88, 69 and 7C. RGB value is (136,105,124). Sum of RGB (Red+Green+Blue) = 136+105+124=365 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.26% from 365); Green value is 105 (41.41% from 255 or 28.77% from 365); Blue value is 124 (48.83% from 255 or 33.97% from 365); Max value from RGB is 136 - color contains mainly: red. Hex color #88697C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88697C is #779683. Grayscale: #747474. Windows color (decimal): -7837316 or 8153480. OLE color: 8153480.
HSL color Cylindrical-coordinate representation of color #88697C: hue angle of 323.23º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #88697C is Cyan = 0, Magento = 0.23, Yellow = 0.09 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 105 | 124 | - |
| CMYK | 0 | 0.23 | 0.09 | 0.47 |
| HSL | 323.23º | 0.13% | 0.47% | - |
| HSV(B) | 323.23º | 0.23% | 0.53% | - |
| XYZ | 18.84 | 16.79 | 21.32 | - |
| YUV | 116.44 | 132.27 | 141.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 105 | 124 | 0 | 0.23 | 0.09 | 0.47 | 323.23 | 0.13 | 0.47 |
| Hex | 88 | 69 | 7C | 0 | 17 | 9 | 2F | 143 | D | 2F |
| Octal | 210 | 151 | 174 | 0 | 27 | 11 | 57 | 503 | 15 | 57 |
| Binary | 10001000 | 1101001 | 1111100 | 0 | 10111 | 1001 | 101111 | 101000011 | 1101 | 101111 |
Color Harmonies of #88697C
Complementary color
Monochromatic Colors of #88697C
Black with #88697C
Text Example
Text Example
White with #88697C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88697C; }
p { color: rgb(136,105,124); }
H1.HeaderClassName
{
color: #88697C;
}
.AnyTagClassName
{
color: #88697C;
}
</style>
background-color css
<style>
a { background-color: #88697C; }
a { background-color: rgb(136,105,124); }
div.DivClassName
{
background-color: #88697C;
}
.BgClassName
{
background-color: #88697C;
}
</style>
border-color css
<style>
span { border-color: #88697C; }
span { border-color: rgb(136,105,124); }
td.TdClassName
{
border-color: #88697C;
}
.TagClassName
{
border-color: #88697C;
}
</style>