Shades of Strikemaster #886D7B
Tints of Strikemaster #886D7B
RGB
CMYK
RGB Variations
Color information
#886D7B (or 0x886D7B) is known color: Strikemaster. HEX triplet: 88, 6D and 7B. RGB value is (136,109,123). Sum of RGB (Red+Green+Blue) = 136+109+123=368 (48% of max value = 765). Red value is 136 (53.52% from 255 or 36.96% from 368); Green value is 109 (42.97% from 255 or 29.62% from 368); Blue value is 123 (48.44% from 255 or 33.42% from 368); Max value from RGB is 136 - color contains mainly: red. Hex color #886D7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886D7B is #779284. Grayscale: #767676. Windows color (decimal): -7836293 or 8088968. OLE color: 8088968.
HSL color Cylindrical-coordinate representation of color #886D7B: hue angle of 328.89º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #886D7B is Cyan = 0, Magento = 0.20, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 109 | 123 | - |
| CMYK | 0 | 0.20 | 0.10 | 0.47 |
| HSL | 328.89º | 0.11% | 0.48% | - |
| HSV(B) | 328.89º | 0.2% | 0.53% | - |
| XYZ | 19.2 | 17.6 | 21.12 | - |
| YUV | 118.67 | 130.45 | 140.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 109 | 123 | 0 | 0.20 | 0.10 | 0.47 | 328.89 | 0.11 | 0.48 |
| Hex | 88 | 6D | 7B | 0 | 14 | A | 2F | 149 | B | 30 |
| Octal | 210 | 155 | 173 | 0 | 24 | 12 | 57 | 511 | 13 | 60 |
| Binary | 10001000 | 1101101 | 1111011 | 0 | 10100 | 1010 | 101111 | 101001001 | 1011 | 110000 |
Color Harmonies of #886D7B
Complementary color
Monochromatic Colors of #886D7B
Black with #886D7B
Text Example
Text Example
White with #886D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886D7B; }
p { color: rgb(136,109,123); }
H1.HeaderClassName
{
color: #886D7B;
}
.AnyTagClassName
{
color: #886D7B;
}
</style>
background-color css
<style>
a { background-color: #886D7B; }
a { background-color: rgb(136,109,123); }
div.DivClassName
{
background-color: #886D7B;
}
.BgClassName
{
background-color: #886D7B;
}
</style>
border-color css
<style>
span { border-color: #886D7B; }
span { border-color: rgb(136,109,123); }
td.TdClassName
{
border-color: #886D7B;
}
.TagClassName
{
border-color: #886D7B;
}
</style>