Shades of Strikemaster #885676
Tints of Strikemaster #885676
RGB
CMYK
RGB Variations
Color information
#885676 (or 0x885676) is known color: Strikemaster. HEX triplet: 88, 56 and 76. RGB value is (136,86,118). Sum of RGB (Red+Green+Blue) = 136+86+118=340 (45% of max value = 765). Red value is 136 (53.52% from 255 or 40% from 340); Green value is 86 (33.98% from 255 or 25.29% from 340); Blue value is 118 (46.48% from 255 or 34.71% from 340); Max value from RGB is 136 - color contains mainly: red. Hex color #885676 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885676 is #77A989. Grayscale: #686868. Windows color (decimal): -7842186 or 7755400. OLE color: 7755400.
HSL color Cylindrical-coordinate representation of color #885676: hue angle of 321.6º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #885676 is Cyan = 0, Magento = 0.37, Yellow = 0.13 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 86 | 118 | - |
| CMYK | 0 | 0.37 | 0.13 | 0.47 |
| HSL | 321.6º | 0.23% | 0.44% | - |
| HSV(B) | 321.6º | 0.37% | 0.53% | - |
| XYZ | 16.75 | 13.2 | 18.8 | - |
| YUV | 104.6 | 135.57 | 150.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 86 | 118 | 0 | 0.37 | 0.13 | 0.47 | 321.6 | 0.23 | 0.44 |
| Hex | 88 | 56 | 76 | 0 | 25 | D | 2F | 142 | 17 | 2C |
| Octal | 210 | 126 | 166 | 0 | 45 | 15 | 57 | 502 | 27 | 54 |
| Binary | 10001000 | 1010110 | 1110110 | 0 | 100101 | 1101 | 101111 | 101000010 | 10111 | 101100 |
Color Harmonies of #885676
Complementary color
Monochromatic Colors of #885676
Black with #885676
Text Example
Text Example
White with #885676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885676; }
p { color: rgb(136,86,118); }
H1.HeaderClassName
{
color: #885676;
}
.AnyTagClassName
{
color: #885676;
}
</style>
background-color css
<style>
a { background-color: #885676; }
a { background-color: rgb(136,86,118); }
div.DivClassName
{
background-color: #885676;
}
.BgClassName
{
background-color: #885676;
}
</style>
border-color css
<style>
span { border-color: #885676; }
span { border-color: rgb(136,86,118); }
td.TdClassName
{
border-color: #885676;
}
.TagClassName
{
border-color: #885676;
}
</style>