Shades of Strikemaster #886176
Tints of Strikemaster #886176
RGB
CMYK
RGB Variations
Color information
#886176 (or 0x886176) is known color: Strikemaster. HEX triplet: 88, 61 and 76. RGB value is (136,97,118). Sum of RGB (Red+Green+Blue) = 136+97+118=351 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.75% from 351); Green value is 97 (38.28% from 255 or 27.64% from 351); Blue value is 118 (46.48% from 255 or 33.62% from 351); Max value from RGB is 136 - color contains mainly: red. Hex color #886176 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886176 is #779E89. Grayscale: #6F6F6F. Windows color (decimal): -7839370 or 7758216. OLE color: 7758216.
HSL color Cylindrical-coordinate representation of color #886176: hue angle of 327.69º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #886176 is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 97 | 118 | - |
| CMYK | 0 | 0.29 | 0.13 | 0.47 |
| HSL | 327.69º | 0.17% | 0.46% | - |
| HSV(B) | 327.69º | 0.29% | 0.53% | - |
| XYZ | 17.7 | 15.09 | 19.12 | - |
| YUV | 111.06 | 131.92 | 145.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 97 | 118 | 0 | 0.29 | 0.13 | 0.47 | 327.69 | 0.17 | 0.46 |
| Hex | 88 | 61 | 76 | 0 | 1D | D | 2F | 148 | 11 | 2E |
| Octal | 210 | 141 | 166 | 0 | 35 | 15 | 57 | 510 | 21 | 56 |
| Binary | 10001000 | 1100001 | 1110110 | 0 | 11101 | 1101 | 101111 | 101001000 | 10001 | 101110 |
Color Harmonies of #886176
Complementary color
Monochromatic Colors of #886176
Black with #886176
Text Example
Text Example
White with #886176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886176; }
p { color: rgb(136,97,118); }
H1.HeaderClassName
{
color: #886176;
}
.AnyTagClassName
{
color: #886176;
}
</style>
background-color css
<style>
a { background-color: #886176; }
a { background-color: rgb(136,97,118); }
div.DivClassName
{
background-color: #886176;
}
.BgClassName
{
background-color: #886176;
}
</style>
border-color css
<style>
span { border-color: #886176; }
span { border-color: rgb(136,97,118); }
td.TdClassName
{
border-color: #886176;
}
.TagClassName
{
border-color: #886176;
}
</style>