Shades of Strikemaster #88707C
Tints of Strikemaster #88707C
RGB
CMYK
RGB Variations
Color information
#88707C (or 0x88707C) is known color: Strikemaster. HEX triplet: 88, 70 and 7C. RGB value is (136,112,124). Sum of RGB (Red+Green+Blue) = 136+112+124=372 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.56% from 372); Green value is 112 (44.14% from 255 or 30.11% from 372); Blue value is 124 (48.83% from 255 or 33.33% from 372); Max value from RGB is 136 - color contains mainly: red. Hex color #88707C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88707C is #778F83. Grayscale: #787878. Windows color (decimal): -7835524 or 8155272. OLE color: 8155272.
HSL color Cylindrical-coordinate representation of color #88707C: hue angle of 330º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #88707C is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 112 | 124 | - |
| CMYK | 0 | 0.18 | 0.09 | 0.47 |
| HSL | 330º | 0.1% | 0.49% | - |
| HSV(B) | 330º | 0.18% | 0.53% | - |
| XYZ | 19.59 | 18.28 | 21.56 | - |
| YUV | 120.54 | 129.95 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 112 | 124 | 0 | 0.18 | 0.09 | 0.47 | 330 | 0.1 | 0.49 |
| Hex | 88 | 70 | 7C | 0 | 12 | 9 | 2F | 14A | A | 31 |
| Octal | 210 | 160 | 174 | 0 | 22 | 11 | 57 | 512 | 12 | 61 |
| Binary | 10001000 | 1110000 | 1111100 | 0 | 10010 | 1001 | 101111 | 101001010 | 1010 | 110001 |
Color Harmonies of #88707C
Complementary color
Monochromatic Colors of #88707C
Black with #88707C
Text Example
Text Example
White with #88707C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88707C; }
p { color: rgb(136,112,124); }
H1.HeaderClassName
{
color: #88707C;
}
.AnyTagClassName
{
color: #88707C;
}
</style>
background-color css
<style>
a { background-color: #88707C; }
a { background-color: rgb(136,112,124); }
div.DivClassName
{
background-color: #88707C;
}
.BgClassName
{
background-color: #88707C;
}
</style>
border-color css
<style>
span { border-color: #88707C; }
span { border-color: rgb(136,112,124); }
td.TdClassName
{
border-color: #88707C;
}
.TagClassName
{
border-color: #88707C;
}
</style>