Shades of Strikemaster #885F78
Tints of Strikemaster #885F78
RGB
CMYK
RGB Variations
Color information
#885F78 (or 0x885F78) is known color: Strikemaster. HEX triplet: 88, 5F and 78. RGB value is (136,95,120). Sum of RGB (Red+Green+Blue) = 136+95+120=351 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.75% from 351); Green value is 95 (37.5% from 255 or 27.07% from 351); Blue value is 120 (47.27% from 255 or 34.19% from 351); Max value from RGB is 136 - color contains mainly: red. Hex color #885F78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885F78 is #77A087. Grayscale: #6E6E6E. Windows color (decimal): -7839880 or 7888776. OLE color: 7888776.
HSL color Cylindrical-coordinate representation of color #885F78: hue angle of 323.41º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #885F78 is Cyan = 0, Magento = 0.30, Yellow = 0.12 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 95 | 120 | - |
| CMYK | 0 | 0.30 | 0.12 | 0.47 |
| HSL | 323.41º | 0.18% | 0.45% | - |
| HSV(B) | 323.41º | 0.3% | 0.53% | - |
| XYZ | 17.64 | 14.77 | 19.69 | - |
| YUV | 110.11 | 133.58 | 146.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 95 | 120 | 0 | 0.30 | 0.12 | 0.47 | 323.41 | 0.18 | 0.45 |
| Hex | 88 | 5F | 78 | 0 | 1E | C | 2F | 143 | 12 | 2D |
| Octal | 210 | 137 | 170 | 0 | 36 | 14 | 57 | 503 | 22 | 55 |
| Binary | 10001000 | 1011111 | 1111000 | 0 | 11110 | 1100 | 101111 | 101000011 | 10010 | 101101 |
Color Harmonies of #885F78
Complementary color
Monochromatic Colors of #885F78
Black with #885F78
Text Example
Text Example
White with #885F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885F78; }
p { color: rgb(136,95,120); }
H1.HeaderClassName
{
color: #885F78;
}
.AnyTagClassName
{
color: #885F78;
}
</style>
background-color css
<style>
a { background-color: #885F78; }
a { background-color: rgb(136,95,120); }
div.DivClassName
{
background-color: #885F78;
}
.BgClassName
{
background-color: #885F78;
}
</style>
border-color css
<style>
span { border-color: #885F78; }
span { border-color: rgb(136,95,120); }
td.TdClassName
{
border-color: #885F78;
}
.TagClassName
{
border-color: #885F78;
}
</style>