Shades of Strikemaster #886E80
Tints of Strikemaster #886E80
RGB
CMYK
RGB Variations
Color information
#886E80 (or 0x886E80) is known color: Strikemaster. HEX triplet: 88, 6E and 80. RGB value is (136,110,128). Sum of RGB (Red+Green+Blue) = 136+110+128=374 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.36% from 374); Green value is 110 (43.36% from 255 or 29.41% from 374); Blue value is 128 (50.39% from 255 or 34.22% from 374); Max value from RGB is 136 - color contains mainly: red. Hex color #886E80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886E80 is #77917F. Grayscale: #777777. Windows color (decimal): -7836032 or 8416904. OLE color: 8416904.
HSL color Cylindrical-coordinate representation of color #886E80: hue angle of 318.46º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #886E80 is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 110 | 128 | - |
| CMYK | 0 | 0.19 | 0.06 | 0.47 |
| HSL | 318.46º | 0.11% | 0.48% | - |
| HSV(B) | 318.46º | 0.19% | 0.53% | - |
| XYZ | 19.63 | 17.94 | 22.85 | - |
| YUV | 119.83 | 132.61 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 110 | 128 | 0 | 0.19 | 0.06 | 0.47 | 318.46 | 0.11 | 0.48 |
| Hex | 88 | 6E | 80 | 0 | 13 | 6 | 2F | 13E | B | 30 |
| Octal | 210 | 156 | 200 | 0 | 23 | 6 | 57 | 476 | 13 | 60 |
| Binary | 10001000 | 1101110 | 10000000 | 0 | 10011 | 110 | 101111 | 100111110 | 1011 | 110000 |
Color Harmonies of #886E80
Complementary color
Monochromatic Colors of #886E80
Black with #886E80
Text Example
Text Example
White with #886E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886E80; }
p { color: rgb(136,110,128); }
H1.HeaderClassName
{
color: #886E80;
}
.AnyTagClassName
{
color: #886E80;
}
</style>
background-color css
<style>
a { background-color: #886E80; }
a { background-color: rgb(136,110,128); }
div.DivClassName
{
background-color: #886E80;
}
.BgClassName
{
background-color: #886E80;
}
</style>
border-color css
<style>
span { border-color: #886E80; }
span { border-color: rgb(136,110,128); }
td.TdClassName
{
border-color: #886E80;
}
.TagClassName
{
border-color: #886E80;
}
</style>