Shades of Strikemaster #886075
Tints of Strikemaster #886075
RGB
CMYK
RGB Variations
Color information
#886075 (or 0x886075) is known color: Strikemaster. HEX triplet: 88, 60 and 75. RGB value is (136,96,117). Sum of RGB (Red+Green+Blue) = 136+96+117=349 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.97% from 349); Green value is 96 (37.89% from 255 or 27.51% from 349); Blue value is 117 (46.09% from 255 or 33.52% from 349); Max value from RGB is 136 - color contains mainly: red. Hex color #886075 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886075 is #779F8A. Grayscale: #6E6E6E. Windows color (decimal): -7839627 or 7692424. OLE color: 7692424.
HSL color Cylindrical-coordinate representation of color #886075: hue angle of 328.5º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #886075 is Cyan = 0, Magento = 0.29, Yellow = 0.14 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 96 | 117 | - |
| CMYK | 0 | 0.29 | 0.14 | 0.47 |
| HSL | 328.5º | 0.17% | 0.45% | - |
| HSV(B) | 328.5º | 0.29% | 0.53% | - |
| XYZ | 17.55 | 14.88 | 18.78 | - |
| YUV | 110.35 | 131.75 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 96 | 117 | 0 | 0.29 | 0.14 | 0.47 | 328.5 | 0.17 | 0.45 |
| Hex | 88 | 60 | 75 | 0 | 1D | E | 2F | 148 | 11 | 2D |
| Octal | 210 | 140 | 165 | 0 | 35 | 16 | 57 | 510 | 21 | 55 |
| Binary | 10001000 | 1100000 | 1110101 | 0 | 11101 | 1110 | 101111 | 101001000 | 10001 | 101101 |
Color Harmonies of #886075
Complementary color
Monochromatic Colors of #886075
Black with #886075
Text Example
Text Example
White with #886075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886075; }
p { color: rgb(136,96,117); }
H1.HeaderClassName
{
color: #886075;
}
.AnyTagClassName
{
color: #886075;
}
</style>
background-color css
<style>
a { background-color: #886075; }
a { background-color: rgb(136,96,117); }
div.DivClassName
{
background-color: #886075;
}
.BgClassName
{
background-color: #886075;
}
</style>
border-color css
<style>
span { border-color: #886075; }
span { border-color: rgb(136,96,117); }
td.TdClassName
{
border-color: #886075;
}
.TagClassName
{
border-color: #886075;
}
</style>