Shades of Strikemaster #88737F
Tints of Strikemaster #88737F
RGB
CMYK
RGB Variations
Color information
#88737F (or 0x88737F) is known color: Strikemaster. HEX triplet: 88, 73 and 7F. RGB value is (136,115,127). Sum of RGB (Red+Green+Blue) = 136+115+127=378 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.98% from 378); Green value is 115 (45.31% from 255 or 30.42% from 378); Blue value is 127 (50% from 255 or 33.60% from 378); Max value from RGB is 136 - color contains mainly: red. Hex color #88737F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88737F is #778C80. Grayscale: #7A7A7A. Windows color (decimal): -7834753 or 8352648. OLE color: 8352648.
HSL color Cylindrical-coordinate representation of color #88737F: hue angle of 325.71º 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 #88737F is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 115 | 127 | - |
| CMYK | 0 | 0.15 | 0.07 | 0.47 |
| HSL | 325.71º | 0.08% | 0.49% | - |
| HSV(B) | 325.71º | 0.15% | 0.53% | - |
| XYZ | 20.11 | 19.03 | 22.69 | - |
| YUV | 122.65 | 130.46 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 115 | 127 | 0 | 0.15 | 0.07 | 0.47 | 325.71 | 0.08 | 0.49 |
| Hex | 88 | 73 | 7F | 0 | F | 7 | 2F | 146 | 8 | 31 |
| Octal | 210 | 163 | 177 | 0 | 17 | 7 | 57 | 506 | 10 | 61 |
| Binary | 10001000 | 1110011 | 1111111 | 0 | 1111 | 111 | 101111 | 101000110 | 1000 | 110001 |
Color Harmonies of #88737F
Complementary color
Monochromatic Colors of #88737F
Black with #88737F
Text Example
Text Example
White with #88737F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88737F; }
p { color: rgb(136,115,127); }
H1.HeaderClassName
{
color: #88737F;
}
.AnyTagClassName
{
color: #88737F;
}
</style>
background-color css
<style>
a { background-color: #88737F; }
a { background-color: rgb(136,115,127); }
div.DivClassName
{
background-color: #88737F;
}
.BgClassName
{
background-color: #88737F;
}
</style>
border-color css
<style>
span { border-color: #88737F; }
span { border-color: rgb(136,115,127); }
td.TdClassName
{
border-color: #88737F;
}
.TagClassName
{
border-color: #88737F;
}
</style>