Shades of Strikemaster #886B7A
Tints of Strikemaster #886B7A
RGB
CMYK
RGB Variations
Color information
#886B7A (or 0x886B7A) is known color: Strikemaster. HEX triplet: 88, 6B and 7A. RGB value is (136,107,122). Sum of RGB (Red+Green+Blue) = 136+107+122=365 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.26% from 365); Green value is 107 (42.19% from 255 or 29.32% from 365); Blue value is 122 (48.05% from 255 or 33.42% from 365); Max value from RGB is 136 - color contains mainly: red. Hex color #886B7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886B7A is #779485. Grayscale: #757575. Windows color (decimal): -7836806 or 8022920. OLE color: 8022920.
HSL color Cylindrical-coordinate representation of color #886B7A: hue angle of 328.97º 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 #886B7A is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 107 | 122 | - |
| CMYK | 0 | 0.21 | 0.10 | 0.47 |
| HSL | 328.97º | 0.12% | 0.48% | - |
| HSV(B) | 328.97º | 0.21% | 0.53% | - |
| XYZ | 18.92 | 17.15 | 20.73 | - |
| YUV | 117.38 | 130.61 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 107 | 122 | 0 | 0.21 | 0.10 | 0.47 | 328.97 | 0.12 | 0.48 |
| Hex | 88 | 6B | 7A | 0 | 15 | A | 2F | 149 | C | 30 |
| Octal | 210 | 153 | 172 | 0 | 25 | 12 | 57 | 511 | 14 | 60 |
| Binary | 10001000 | 1101011 | 1111010 | 0 | 10101 | 1010 | 101111 | 101001001 | 1100 | 110000 |
Color Harmonies of #886B7A
Complementary color
Monochromatic Colors of #886B7A
Black with #886B7A
Text Example
Text Example
White with #886B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886B7A; }
p { color: rgb(136,107,122); }
H1.HeaderClassName
{
color: #886B7A;
}
.AnyTagClassName
{
color: #886B7A;
}
</style>
background-color css
<style>
a { background-color: #886B7A; }
a { background-color: rgb(136,107,122); }
div.DivClassName
{
background-color: #886B7A;
}
.BgClassName
{
background-color: #886B7A;
}
</style>
border-color css
<style>
span { border-color: #886B7A; }
span { border-color: rgb(136,107,122); }
td.TdClassName
{
border-color: #886B7A;
}
.TagClassName
{
border-color: #886B7A;
}
</style>