Shades of Strikemaster #886B7B
Tints of Strikemaster #886B7B
RGB
CMYK
RGB Variations
Color information
#886B7B (or 0x886B7B) is known color: Strikemaster. HEX triplet: 88, 6B and 7B. RGB value is (136,107,123). Sum of RGB (Red+Green+Blue) = 136+107+123=366 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.16% from 366); Green value is 107 (42.19% from 255 or 29.23% from 366); Blue value is 123 (48.44% from 255 or 33.61% from 366); Max value from RGB is 136 - color contains mainly: red. Hex color #886B7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886B7B is #779484. Grayscale: #757575. Windows color (decimal): -7836805 or 8088456. OLE color: 8088456.
HSL color Cylindrical-coordinate representation of color #886B7B: hue angle of 326.9º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #886B7B is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 107 | 123 | - |
| CMYK | 0 | 0.21 | 0.10 | 0.47 |
| HSL | 326.9º | 0.12% | 0.48% | - |
| HSV(B) | 326.9º | 0.21% | 0.53% | - |
| XYZ | 18.99 | 17.18 | 21.05 | - |
| YUV | 117.5 | 131.11 | 141.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 107 | 123 | 0 | 0.21 | 0.10 | 0.47 | 326.9 | 0.12 | 0.48 |
| Hex | 88 | 6B | 7B | 0 | 15 | A | 2F | 147 | C | 30 |
| Octal | 210 | 153 | 173 | 0 | 25 | 12 | 57 | 507 | 14 | 60 |
| Binary | 10001000 | 1101011 | 1111011 | 0 | 10101 | 1010 | 101111 | 101000111 | 1100 | 110000 |
Color Harmonies of #886B7B
Complementary color
Monochromatic Colors of #886B7B
Black with #886B7B
Text Example
Text Example
White with #886B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886B7B; }
p { color: rgb(136,107,123); }
H1.HeaderClassName
{
color: #886B7B;
}
.AnyTagClassName
{
color: #886B7B;
}
</style>
background-color css
<style>
a { background-color: #886B7B; }
a { background-color: rgb(136,107,123); }
div.DivClassName
{
background-color: #886B7B;
}
.BgClassName
{
background-color: #886B7B;
}
</style>
border-color css
<style>
span { border-color: #886B7B; }
span { border-color: rgb(136,107,123); }
td.TdClassName
{
border-color: #886B7B;
}
.TagClassName
{
border-color: #886B7B;
}
</style>