Shades of Strikemaster #88747F
Tints of Strikemaster #88747F
RGB
CMYK
RGB Variations
Color information
#88747F (or 0x88747F) is known color: Strikemaster. HEX triplet: 88, 74 and 7F. RGB value is (136,116,127). Sum of RGB (Red+Green+Blue) = 136+116+127=379 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.88% from 379); Green value is 116 (45.70% from 255 or 30.61% from 379); Blue value is 127 (50% from 255 or 33.51% from 379); Max value from RGB is 136 - color contains mainly: red. Hex color #88747F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88747F is #778B80. Grayscale: #7B7B7B. Windows color (decimal): -7834497 or 8352904. OLE color: 8352904.
HSL color Cylindrical-coordinate representation of color #88747F: hue angle of 327º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #88747F is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 116 | 127 | - |
| CMYK | 0 | 0.15 | 0.07 | 0.47 |
| HSL | 327º | 0.08% | 0.49% | - |
| HSV(B) | 327º | 0.15% | 0.53% | - |
| XYZ | 20.23 | 19.26 | 22.73 | - |
| YUV | 123.23 | 130.13 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 116 | 127 | 0 | 0.15 | 0.07 | 0.47 | 327 | 0.08 | 0.49 |
| Hex | 88 | 74 | 7F | 0 | F | 7 | 2F | 147 | 8 | 31 |
| Octal | 210 | 164 | 177 | 0 | 17 | 7 | 57 | 507 | 10 | 61 |
| Binary | 10001000 | 1110100 | 1111111 | 0 | 1111 | 111 | 101111 | 101000111 | 1000 | 110001 |
Color Harmonies of #88747F
Complementary color
Monochromatic Colors of #88747F
Black with #88747F
Text Example
Text Example
White with #88747F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88747F; }
p { color: rgb(136,116,127); }
H1.HeaderClassName
{
color: #88747F;
}
.AnyTagClassName
{
color: #88747F;
}
</style>
background-color css
<style>
a { background-color: #88747F; }
a { background-color: rgb(136,116,127); }
div.DivClassName
{
background-color: #88747F;
}
.BgClassName
{
background-color: #88747F;
}
</style>
border-color css
<style>
span { border-color: #88747F; }
span { border-color: rgb(136,116,127); }
td.TdClassName
{
border-color: #88747F;
}
.TagClassName
{
border-color: #88747F;
}
</style>