Shades of Strikemaster #885876
Tints of Strikemaster #885876
RGB
CMYK
RGB Variations
Color information
#885876 (or 0x885876) is known color: Strikemaster. HEX triplet: 88, 58 and 76. RGB value is (136,88,118). Sum of RGB (Red+Green+Blue) = 136+88+118=342 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.77% from 342); Green value is 88 (34.77% from 255 or 25.73% from 342); Blue value is 118 (46.48% from 255 or 34.50% from 342); Max value from RGB is 136 - color contains mainly: red. Hex color #885876 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885876 is #77A789. Grayscale: #696969. Windows color (decimal): -7841674 or 7755912. OLE color: 7755912.
HSL color Cylindrical-coordinate representation of color #885876: hue angle of 322.5º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #885876 is Cyan = 0, Magento = 0.35, Yellow = 0.13 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 88 | 118 | - |
| CMYK | 0 | 0.35 | 0.13 | 0.47 |
| HSL | 322.5º | 0.21% | 0.44% | - |
| HSV(B) | 322.5º | 0.35% | 0.53% | - |
| XYZ | 16.91 | 13.52 | 18.86 | - |
| YUV | 105.77 | 134.9 | 149.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 88 | 118 | 0 | 0.35 | 0.13 | 0.47 | 322.5 | 0.21 | 0.44 |
| Hex | 88 | 58 | 76 | 0 | 23 | D | 2F | 142 | 15 | 2C |
| Octal | 210 | 130 | 166 | 0 | 43 | 15 | 57 | 502 | 25 | 54 |
| Binary | 10001000 | 1011000 | 1110110 | 0 | 100011 | 1101 | 101111 | 101000010 | 10101 | 101100 |
Color Harmonies of #885876
Complementary color
Monochromatic Colors of #885876
Black with #885876
Text Example
Text Example
White with #885876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885876; }
p { color: rgb(136,88,118); }
H1.HeaderClassName
{
color: #885876;
}
.AnyTagClassName
{
color: #885876;
}
</style>
background-color css
<style>
a { background-color: #885876; }
a { background-color: rgb(136,88,118); }
div.DivClassName
{
background-color: #885876;
}
.BgClassName
{
background-color: #885876;
}
</style>
border-color css
<style>
span { border-color: #885876; }
span { border-color: rgb(136,88,118); }
td.TdClassName
{
border-color: #885876;
}
.TagClassName
{
border-color: #885876;
}
</style>