Shades of Strikemaster #885878
Tints of Strikemaster #885878
RGB
CMYK
RGB Variations
Color information
#885878 (or 0x885878) is known color: Strikemaster. HEX triplet: 88, 58 and 78. RGB value is (136,88,120). Sum of RGB (Red+Green+Blue) = 136+88+120=344 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.53% from 344); Green value is 88 (34.77% from 255 or 25.58% from 344); Blue value is 120 (47.27% from 255 or 34.88% from 344); Max value from RGB is 136 - color contains mainly: red. Hex color #885878 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885878 is #77A787. Grayscale: #696969. Windows color (decimal): -7841672 or 7886984. OLE color: 7886984.
HSL color Cylindrical-coordinate representation of color #885878: hue angle of 320º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #885878 is Cyan = 0, Magento = 0.35, Yellow = 0.12 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 88 | 120 | - |
| CMYK | 0 | 0.35 | 0.12 | 0.47 |
| HSL | 320º | 0.21% | 0.44% | - |
| HSV(B) | 320º | 0.35% | 0.53% | - |
| XYZ | 17.03 | 13.57 | 19.49 | - |
| YUV | 106 | 135.9 | 149.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 88 | 120 | 0 | 0.35 | 0.12 | 0.47 | 320 | 0.21 | 0.44 |
| Hex | 88 | 58 | 78 | 0 | 23 | C | 2F | 140 | 15 | 2C |
| Octal | 210 | 130 | 170 | 0 | 43 | 14 | 57 | 500 | 25 | 54 |
| Binary | 10001000 | 1011000 | 1111000 | 0 | 100011 | 1100 | 101111 | 101000000 | 10101 | 101100 |
Color Harmonies of #885878
Complementary color
Monochromatic Colors of #885878
Black with #885878
Text Example
Text Example
White with #885878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885878; }
p { color: rgb(136,88,120); }
H1.HeaderClassName
{
color: #885878;
}
.AnyTagClassName
{
color: #885878;
}
</style>
background-color css
<style>
a { background-color: #885878; }
a { background-color: rgb(136,88,120); }
div.DivClassName
{
background-color: #885878;
}
.BgClassName
{
background-color: #885878;
}
</style>
border-color css
<style>
span { border-color: #885878; }
span { border-color: rgb(136,88,120); }
td.TdClassName
{
border-color: #885878;
}
.TagClassName
{
border-color: #885878;
}
</style>