Shades of Strikemaster #88717D
Tints of Strikemaster #88717D
RGB
CMYK
RGB Variations
Color information
#88717D (or 0x88717D) is known color: Strikemaster. HEX triplet: 88, 71 and 7D. RGB value is (136,113,125). Sum of RGB (Red+Green+Blue) = 136+113+125=374 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.36% from 374); Green value is 113 (44.53% from 255 or 30.21% from 374); Blue value is 125 (49.22% from 255 or 33.42% from 374); Max value from RGB is 136 - color contains mainly: red. Hex color #88717D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88717D is #778E82. Grayscale: #797979. Windows color (decimal): -7835267 or 8221064. OLE color: 8221064.
HSL color Cylindrical-coordinate representation of color #88717D: hue angle of 328.7º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #88717D is Cyan = 0, Magento = 0.17, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 113 | 125 | - |
| CMYK | 0 | 0.17 | 0.08 | 0.47 |
| HSL | 328.7º | 0.09% | 0.49% | - |
| HSV(B) | 328.7º | 0.17% | 0.53% | - |
| XYZ | 19.76 | 18.53 | 21.94 | - |
| YUV | 121.25 | 130.12 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 113 | 125 | 0 | 0.17 | 0.08 | 0.47 | 328.7 | 0.09 | 0.49 |
| Hex | 88 | 71 | 7D | 0 | 11 | 8 | 2F | 149 | 9 | 31 |
| Octal | 210 | 161 | 175 | 0 | 21 | 10 | 57 | 511 | 11 | 61 |
| Binary | 10001000 | 1110001 | 1111101 | 0 | 10001 | 1000 | 101111 | 101001001 | 1001 | 110001 |
Color Harmonies of #88717D
Complementary color
Monochromatic Colors of #88717D
Black with #88717D
Text Example
Text Example
White with #88717D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88717D; }
p { color: rgb(136,113,125); }
H1.HeaderClassName
{
color: #88717D;
}
.AnyTagClassName
{
color: #88717D;
}
</style>
background-color css
<style>
a { background-color: #88717D; }
a { background-color: rgb(136,113,125); }
div.DivClassName
{
background-color: #88717D;
}
.BgClassName
{
background-color: #88717D;
}
</style>
border-color css
<style>
span { border-color: #88717D; }
span { border-color: rgb(136,113,125); }
td.TdClassName
{
border-color: #88717D;
}
.TagClassName
{
border-color: #88717D;
}
</style>