Shades of Strikemaster #886379
Tints of Strikemaster #886379
RGB
CMYK
RGB Variations
Color information
#886379 (or 0x886379) is known color: Strikemaster. HEX triplet: 88, 63 and 79. RGB value is (136,99,121). Sum of RGB (Red+Green+Blue) = 136+99+121=356 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.20% from 356); Green value is 99 (39.06% from 255 or 27.81% from 356); Blue value is 121 (47.66% from 255 or 33.99% from 356); Max value from RGB is 136 - color contains mainly: red. Hex color #886379 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886379 is #779C86. Grayscale: #707070. Windows color (decimal): -7838855 or 7955336. OLE color: 7955336.
HSL color Cylindrical-coordinate representation of color #886379: hue angle of 324.32º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #886379 is Cyan = 0, Magento = 0.27, Yellow = 0.11 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 99 | 121 | - |
| CMYK | 0 | 0.27 | 0.11 | 0.47 |
| HSL | 324.32º | 0.16% | 0.46% | - |
| HSV(B) | 324.32º | 0.27% | 0.53% | - |
| XYZ | 18.07 | 15.54 | 20.14 | - |
| YUV | 112.57 | 132.76 | 144.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 99 | 121 | 0 | 0.27 | 0.11 | 0.47 | 324.32 | 0.16 | 0.46 |
| Hex | 88 | 63 | 79 | 0 | 1B | B | 2F | 144 | 10 | 2E |
| Octal | 210 | 143 | 171 | 0 | 33 | 13 | 57 | 504 | 20 | 56 |
| Binary | 10001000 | 1100011 | 1111001 | 0 | 11011 | 1011 | 101111 | 101000100 | 10000 | 101110 |
Color Harmonies of #886379
Complementary color
Monochromatic Colors of #886379
Black with #886379
Text Example
Text Example
White with #886379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886379; }
p { color: rgb(136,99,121); }
H1.HeaderClassName
{
color: #886379;
}
.AnyTagClassName
{
color: #886379;
}
</style>
background-color css
<style>
a { background-color: #886379; }
a { background-color: rgb(136,99,121); }
div.DivClassName
{
background-color: #886379;
}
.BgClassName
{
background-color: #886379;
}
</style>
border-color css
<style>
span { border-color: #886379; }
span { border-color: rgb(136,99,121); }
td.TdClassName
{
border-color: #886379;
}
.TagClassName
{
border-color: #886379;
}
</style>