Shades of Strikemaster #886A7C
Tints of Strikemaster #886A7C
RGB
CMYK
RGB Variations
Color information
#886A7C (or 0x886A7C) is known color: Strikemaster. HEX triplet: 88, 6A and 7C. RGB value is (136,106,124). Sum of RGB (Red+Green+Blue) = 136+106+124=366 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.16% from 366); Green value is 106 (41.80% from 255 or 28.96% from 366); Blue value is 124 (48.83% from 255 or 33.88% from 366); Max value from RGB is 136 - color contains mainly: red. Hex color #886A7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886A7C is #779583. Grayscale: #747474. Windows color (decimal): -7837060 or 8153736. OLE color: 8153736.
HSL color Cylindrical-coordinate representation of color #886A7C: hue angle of 324º 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 #886A7C is Cyan = 0, Magento = 0.22, Yellow = 0.09 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 106 | 124 | - |
| CMYK | 0 | 0.22 | 0.09 | 0.47 |
| HSL | 324º | 0.12% | 0.47% | - |
| HSV(B) | 324º | 0.22% | 0.53% | - |
| XYZ | 18.95 | 17 | 21.35 | - |
| YUV | 117.02 | 131.94 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 106 | 124 | 0 | 0.22 | 0.09 | 0.47 | 324 | 0.12 | 0.47 |
| Hex | 88 | 6A | 7C | 0 | 16 | 9 | 2F | 144 | C | 2F |
| Octal | 210 | 152 | 174 | 0 | 26 | 11 | 57 | 504 | 14 | 57 |
| Binary | 10001000 | 1101010 | 1111100 | 0 | 10110 | 1001 | 101111 | 101000100 | 1100 | 101111 |
Color Harmonies of #886A7C
Complementary color
Monochromatic Colors of #886A7C
Black with #886A7C
Text Example
Text Example
White with #886A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886A7C; }
p { color: rgb(136,106,124); }
H1.HeaderClassName
{
color: #886A7C;
}
.AnyTagClassName
{
color: #886A7C;
}
</style>
background-color css
<style>
a { background-color: #886A7C; }
a { background-color: rgb(136,106,124); }
div.DivClassName
{
background-color: #886A7C;
}
.BgClassName
{
background-color: #886A7C;
}
</style>
border-color css
<style>
span { border-color: #886A7C; }
span { border-color: rgb(136,106,124); }
td.TdClassName
{
border-color: #886A7C;
}
.TagClassName
{
border-color: #886A7C;
}
</style>