Shades of Strikemaster #886575
Tints of Strikemaster #886575
RGB
CMYK
RGB Variations
Color information
#886575 (or 0x886575) is known color: Strikemaster. HEX triplet: 88, 65 and 75. RGB value is (136,101,117). Sum of RGB (Red+Green+Blue) = 136+101+117=354 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.42% from 354); Green value is 101 (39.84% from 255 or 28.53% from 354); Blue value is 117 (46.09% from 255 or 33.05% from 354); Max value from RGB is 136 - color contains mainly: red. Hex color #886575 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886575 is #779A8A. Grayscale: #717171. Windows color (decimal): -7838347 or 7693704. OLE color: 7693704.
HSL color Cylindrical-coordinate representation of color #886575: hue angle of 332.57º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #886575 is Cyan = 0, Magento = 0.26, Yellow = 0.14 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 101 | 117 | - |
| CMYK | 0 | 0.26 | 0.14 | 0.47 |
| HSL | 332.57º | 0.15% | 0.46% | - |
| HSV(B) | 332.57º | 0.26% | 0.53% | - |
| XYZ | 18.02 | 15.83 | 18.93 | - |
| YUV | 113.29 | 130.1 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 101 | 117 | 0 | 0.26 | 0.14 | 0.47 | 332.57 | 0.15 | 0.46 |
| Hex | 88 | 65 | 75 | 0 | 1A | E | 2F | 14D | F | 2E |
| Octal | 210 | 145 | 165 | 0 | 32 | 16 | 57 | 515 | 17 | 56 |
| Binary | 10001000 | 1100101 | 1110101 | 0 | 11010 | 1110 | 101111 | 101001101 | 1111 | 101110 |
Color Harmonies of #886575
Complementary color
Monochromatic Colors of #886575
Black with #886575
Text Example
Text Example
White with #886575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886575; }
p { color: rgb(136,101,117); }
H1.HeaderClassName
{
color: #886575;
}
.AnyTagClassName
{
color: #886575;
}
</style>
background-color css
<style>
a { background-color: #886575; }
a { background-color: rgb(136,101,117); }
div.DivClassName
{
background-color: #886575;
}
.BgClassName
{
background-color: #886575;
}
</style>
border-color css
<style>
span { border-color: #886575; }
span { border-color: rgb(136,101,117); }
td.TdClassName
{
border-color: #886575;
}
.TagClassName
{
border-color: #886575;
}
</style>