Shades of Strikemaster #885F74
Tints of Strikemaster #885F74
RGB
CMYK
RGB Variations
Color information
#885F74 (or 0x885F74) is known color: Strikemaster. HEX triplet: 88, 5F and 74. RGB value is (136,95,116). Sum of RGB (Red+Green+Blue) = 136+95+116=347 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.19% from 347); Green value is 95 (37.5% from 255 or 27.38% from 347); Blue value is 116 (45.70% from 255 or 33.43% from 347); Max value from RGB is 136 - color contains mainly: red. Hex color #885F74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885F74 is #77A08B. Grayscale: #6D6D6D. Windows color (decimal): -7839884 or 7626632. OLE color: 7626632.
HSL color Cylindrical-coordinate representation of color #885F74: hue angle of 329.27º 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 #885F74 is Cyan = 0, Magento = 0.30, Yellow = 0.15 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 95 | 116 | - |
| CMYK | 0 | 0.30 | 0.15 | 0.47 |
| HSL | 329.27º | 0.18% | 0.45% | - |
| HSV(B) | 329.27º | 0.3% | 0.53% | - |
| XYZ | 17.4 | 14.68 | 18.44 | - |
| YUV | 109.65 | 131.58 | 146.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 95 | 116 | 0 | 0.30 | 0.15 | 0.47 | 329.27 | 0.18 | 0.45 |
| Hex | 88 | 5F | 74 | 0 | 1E | F | 2F | 149 | 12 | 2D |
| Octal | 210 | 137 | 164 | 0 | 36 | 17 | 57 | 511 | 22 | 55 |
| Binary | 10001000 | 1011111 | 1110100 | 0 | 11110 | 1111 | 101111 | 101001001 | 10010 | 101101 |
Color Harmonies of #885F74
Complementary color
Monochromatic Colors of #885F74
Black with #885F74
Text Example
Text Example
White with #885F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885F74; }
p { color: rgb(136,95,116); }
H1.HeaderClassName
{
color: #885F74;
}
.AnyTagClassName
{
color: #885F74;
}
</style>
background-color css
<style>
a { background-color: #885F74; }
a { background-color: rgb(136,95,116); }
div.DivClassName
{
background-color: #885F74;
}
.BgClassName
{
background-color: #885F74;
}
</style>
border-color css
<style>
span { border-color: #885F74; }
span { border-color: rgb(136,95,116); }
td.TdClassName
{
border-color: #885F74;
}
.TagClassName
{
border-color: #885F74;
}
</style>