Shades of Strikemaster #886A7F
Tints of Strikemaster #886A7F
RGB
CMYK
RGB Variations
Color information
#886A7F (or 0x886A7F) is known color: Strikemaster. HEX triplet: 88, 6A and 7F. RGB value is (136,106,127). Sum of RGB (Red+Green+Blue) = 136+106+127=369 (48% of max value = 765). Red value is 136 (53.52% from 255 or 36.86% from 369); Green value is 106 (41.80% from 255 or 28.73% from 369); Blue value is 127 (50% from 255 or 34.42% from 369); Max value from RGB is 136 - color contains mainly: red. Hex color #886A7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886A7F is #779580. Grayscale: #757575. Windows color (decimal): -7837057 or 8350344. OLE color: 8350344.
HSL color Cylindrical-coordinate representation of color #886A7F: hue angle of 318º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #886A7F is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 106 | 127 | - |
| CMYK | 0 | 0.22 | 0.07 | 0.47 |
| HSL | 318º | 0.12% | 0.47% | - |
| HSV(B) | 318º | 0.22% | 0.53% | - |
| XYZ | 19.14 | 17.07 | 22.37 | - |
| YUV | 117.36 | 133.44 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 106 | 127 | 0 | 0.22 | 0.07 | 0.47 | 318 | 0.12 | 0.47 |
| Hex | 88 | 6A | 7F | 0 | 16 | 7 | 2F | 13E | C | 2F |
| Octal | 210 | 152 | 177 | 0 | 26 | 7 | 57 | 476 | 14 | 57 |
| Binary | 10001000 | 1101010 | 1111111 | 0 | 10110 | 111 | 101111 | 100111110 | 1100 | 101111 |
Color Harmonies of #886A7F
Complementary color
Monochromatic Colors of #886A7F
Black with #886A7F
Text Example
Text Example
White with #886A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886A7F; }
p { color: rgb(136,106,127); }
H1.HeaderClassName
{
color: #886A7F;
}
.AnyTagClassName
{
color: #886A7F;
}
</style>
background-color css
<style>
a { background-color: #886A7F; }
a { background-color: rgb(136,106,127); }
div.DivClassName
{
background-color: #886A7F;
}
.BgClassName
{
background-color: #886A7F;
}
</style>
border-color css
<style>
span { border-color: #886A7F; }
span { border-color: rgb(136,106,127); }
td.TdClassName
{
border-color: #886A7F;
}
.TagClassName
{
border-color: #886A7F;
}
</style>