Shades of Strikemaster #885176
Tints of Strikemaster #885176
RGB
CMYK
RGB Variations
Color information
#885176 (or 0x885176) is known color: Strikemaster. HEX triplet: 88, 51 and 76. RGB value is (136,81,118). Sum of RGB (Red+Green+Blue) = 136+81+118=335 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.60% from 335); Green value is 81 (32.03% from 255 or 24.18% from 335); Blue value is 118 (46.48% from 255 or 35.22% from 335); Max value from RGB is 136 - color contains mainly: red. Hex color #885176 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885176 is #77AE89. Grayscale: #656565. Windows color (decimal): -7843466 or 7754120. OLE color: 7754120.
HSL color Cylindrical-coordinate representation of color #885176: hue angle of 319.64º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #885176 is Cyan = 0, Magento = 0.40, Yellow = 0.13 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 81 | 118 | - |
| CMYK | 0 | 0.40 | 0.13 | 0.47 |
| HSL | 319.64º | 0.25% | 0.43% | - |
| HSV(B) | 319.64º | 0.4% | 0.53% | - |
| XYZ | 16.37 | 12.43 | 18.68 | - |
| YUV | 101.66 | 137.22 | 152.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 81 | 118 | 0 | 0.40 | 0.13 | 0.47 | 319.64 | 0.25 | 0.43 |
| Hex | 88 | 51 | 76 | 0 | 28 | D | 2F | 140 | 19 | 2B |
| Octal | 210 | 121 | 166 | 0 | 50 | 15 | 57 | 500 | 31 | 53 |
| Binary | 10001000 | 1010001 | 1110110 | 0 | 101000 | 1101 | 101111 | 101000000 | 11001 | 101011 |
Color Harmonies of #885176
Complementary color
Monochromatic Colors of #885176
Black with #885176
Text Example
Text Example
White with #885176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885176; }
p { color: rgb(136,81,118); }
H1.HeaderClassName
{
color: #885176;
}
.AnyTagClassName
{
color: #885176;
}
</style>
background-color css
<style>
a { background-color: #885176; }
a { background-color: rgb(136,81,118); }
div.DivClassName
{
background-color: #885176;
}
.BgClassName
{
background-color: #885176;
}
</style>
border-color css
<style>
span { border-color: #885176; }
span { border-color: rgb(136,81,118); }
td.TdClassName
{
border-color: #885176;
}
.TagClassName
{
border-color: #885176;
}
</style>