Shades of Strikemaster #886A7B
Tints of Strikemaster #886A7B
RGB
CMYK
RGB Variations
Color information
#886A7B (or 0x886A7B) is known color: Strikemaster. HEX triplet: 88, 6A and 7B. RGB value is (136,106,123). Sum of RGB (Red+Green+Blue) = 136+106+123=365 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.26% from 365); Green value is 106 (41.80% from 255 or 29.04% from 365); Blue value is 123 (48.44% from 255 or 33.70% from 365); Max value from RGB is 136 - color contains mainly: red. Hex color #886A7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886A7B is #779584. Grayscale: #747474. Windows color (decimal): -7837061 or 8088200. OLE color: 8088200.
HSL color Cylindrical-coordinate representation of color #886A7B: hue angle of 326º 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 #886A7B is Cyan = 0, Magento = 0.22, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 106 | 123 | - |
| CMYK | 0 | 0.22 | 0.10 | 0.47 |
| HSL | 326º | 0.12% | 0.47% | - |
| HSV(B) | 326º | 0.22% | 0.53% | - |
| XYZ | 18.88 | 16.97 | 21.02 | - |
| YUV | 116.91 | 131.44 | 141.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 106 | 123 | 0 | 0.22 | 0.10 | 0.47 | 326 | 0.12 | 0.47 |
| Hex | 88 | 6A | 7B | 0 | 16 | A | 2F | 146 | C | 2F |
| Octal | 210 | 152 | 173 | 0 | 26 | 12 | 57 | 506 | 14 | 57 |
| Binary | 10001000 | 1101010 | 1111011 | 0 | 10110 | 1010 | 101111 | 101000110 | 1100 | 101111 |
Color Harmonies of #886A7B
Complementary color
Monochromatic Colors of #886A7B
Black with #886A7B
Text Example
Text Example
White with #886A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886A7B; }
p { color: rgb(136,106,123); }
H1.HeaderClassName
{
color: #886A7B;
}
.AnyTagClassName
{
color: #886A7B;
}
</style>
background-color css
<style>
a { background-color: #886A7B; }
a { background-color: rgb(136,106,123); }
div.DivClassName
{
background-color: #886A7B;
}
.BgClassName
{
background-color: #886A7B;
}
</style>
border-color css
<style>
span { border-color: #886A7B; }
span { border-color: rgb(136,106,123); }
td.TdClassName
{
border-color: #886A7B;
}
.TagClassName
{
border-color: #886A7B;
}
</style>