Shades of Strikemaster #88727E
Tints of Strikemaster #88727E
RGB
CMYK
RGB Variations
Color information
#88727E (or 0x88727E) is known color: Strikemaster. HEX triplet: 88, 72 and 7E. RGB value is (136,114,126). Sum of RGB (Red+Green+Blue) = 136+114+126=376 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.17% from 376); Green value is 114 (44.92% from 255 or 30.32% from 376); Blue value is 126 (49.61% from 255 or 33.51% from 376); Max value from RGB is 136 - color contains mainly: red. Hex color #88727E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88727E is #778D81. Grayscale: #797979. Windows color (decimal): -7835010 or 8286856. OLE color: 8286856.
HSL color Cylindrical-coordinate representation of color #88727E: hue angle of 327.27º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #88727E is Cyan = 0, Magento = 0.16, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 114 | 126 | - |
| CMYK | 0 | 0.16 | 0.07 | 0.47 |
| HSL | 327.27º | 0.09% | 0.49% | - |
| HSV(B) | 327.27º | 0.16% | 0.53% | - |
| XYZ | 19.94 | 18.78 | 22.31 | - |
| YUV | 121.95 | 130.29 | 138.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 114 | 126 | 0 | 0.16 | 0.07 | 0.47 | 327.27 | 0.09 | 0.49 |
| Hex | 88 | 72 | 7E | 0 | 10 | 7 | 2F | 147 | 9 | 31 |
| Octal | 210 | 162 | 176 | 0 | 20 | 7 | 57 | 507 | 11 | 61 |
| Binary | 10001000 | 1110010 | 1111110 | 0 | 10000 | 111 | 101111 | 101000111 | 1001 | 110001 |
Color Harmonies of #88727E
Complementary color
Monochromatic Colors of #88727E
Black with #88727E
Text Example
Text Example
White with #88727E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88727E; }
p { color: rgb(136,114,126); }
H1.HeaderClassName
{
color: #88727E;
}
.AnyTagClassName
{
color: #88727E;
}
</style>
background-color css
<style>
a { background-color: #88727E; }
a { background-color: rgb(136,114,126); }
div.DivClassName
{
background-color: #88727E;
}
.BgClassName
{
background-color: #88727E;
}
</style>
border-color css
<style>
span { border-color: #88727E; }
span { border-color: rgb(136,114,126); }
td.TdClassName
{
border-color: #88727E;
}
.TagClassName
{
border-color: #88727E;
}
</style>