Shades of Strikemaster #885874
Tints of Strikemaster #885874
RGB
CMYK
RGB Variations
Color information
#885874 (or 0x885874) is known color: Strikemaster. HEX triplet: 88, 58 and 74. RGB value is (136,88,116). Sum of RGB (Red+Green+Blue) = 136+88+116=340 (45% of max value = 765). Red value is 136 (53.52% from 255 or 40% from 340); Green value is 88 (34.77% from 255 or 25.88% from 340); Blue value is 116 (45.70% from 255 or 34.12% from 340); Max value from RGB is 136 - color contains mainly: red. Hex color #885874 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885874 is #77A78B. Grayscale: #696969. Windows color (decimal): -7841676 or 7624840. OLE color: 7624840.
HSL color Cylindrical-coordinate representation of color #885874: hue angle of 325º 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 #885874 is Cyan = 0, Magento = 0.35, Yellow = 0.15 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 88 | 116 | - |
| CMYK | 0 | 0.35 | 0.15 | 0.47 |
| HSL | 325º | 0.21% | 0.44% | - |
| HSV(B) | 325º | 0.35% | 0.53% | - |
| XYZ | 16.8 | 13.47 | 18.24 | - |
| YUV | 105.54 | 133.9 | 149.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 88 | 116 | 0 | 0.35 | 0.15 | 0.47 | 325 | 0.21 | 0.44 |
| Hex | 88 | 58 | 74 | 0 | 23 | F | 2F | 145 | 15 | 2C |
| Octal | 210 | 130 | 164 | 0 | 43 | 17 | 57 | 505 | 25 | 54 |
| Binary | 10001000 | 1011000 | 1110100 | 0 | 100011 | 1111 | 101111 | 101000101 | 10101 | 101100 |
Color Harmonies of #885874
Complementary color
Monochromatic Colors of #885874
Black with #885874
Text Example
Text Example
White with #885874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885874; }
p { color: rgb(136,88,116); }
H1.HeaderClassName
{
color: #885874;
}
.AnyTagClassName
{
color: #885874;
}
</style>
background-color css
<style>
a { background-color: #885874; }
a { background-color: rgb(136,88,116); }
div.DivClassName
{
background-color: #885874;
}
.BgClassName
{
background-color: #885874;
}
</style>
border-color css
<style>
span { border-color: #885874; }
span { border-color: rgb(136,88,116); }
td.TdClassName
{
border-color: #885874;
}
.TagClassName
{
border-color: #885874;
}
</style>