Shades of Strikemaster #885D7A
Tints of Strikemaster #885D7A
RGB
CMYK
RGB Variations
Color information
#885D7A (or 0x885D7A) is known color: Strikemaster. HEX triplet: 88, 5D and 7A. RGB value is (136,93,122). Sum of RGB (Red+Green+Blue) = 136+93+122=351 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.75% from 351); Green value is 93 (36.72% from 255 or 26.50% from 351); Blue value is 122 (48.05% from 255 or 34.76% from 351); Max value from RGB is 136 - color contains mainly: red. Hex color #885D7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885D7A is #77A285. Grayscale: #6D6D6D. Windows color (decimal): -7840390 or 8019336. OLE color: 8019336.
HSL color Cylindrical-coordinate representation of color #885D7A: hue angle of 319.53º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #885D7A is Cyan = 0, Magento = 0.32, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 93 | 122 | - |
| CMYK | 0 | 0.32 | 0.10 | 0.47 |
| HSL | 319.53º | 0.19% | 0.45% | - |
| HSV(B) | 319.53º | 0.32% | 0.53% | - |
| XYZ | 17.58 | 14.47 | 20.28 | - |
| YUV | 109.16 | 135.25 | 147.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 93 | 122 | 0 | 0.32 | 0.10 | 0.47 | 319.53 | 0.19 | 0.45 |
| Hex | 88 | 5D | 7A | 0 | 20 | A | 2F | 140 | 13 | 2D |
| Octal | 210 | 135 | 172 | 0 | 40 | 12 | 57 | 500 | 23 | 55 |
| Binary | 10001000 | 1011101 | 1111010 | 0 | 100000 | 1010 | 101111 | 101000000 | 10011 | 101101 |
Color Harmonies of #885D7A
Complementary color
Monochromatic Colors of #885D7A
Black with #885D7A
Text Example
Text Example
White with #885D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885D7A; }
p { color: rgb(136,93,122); }
H1.HeaderClassName
{
color: #885D7A;
}
.AnyTagClassName
{
color: #885D7A;
}
</style>
background-color css
<style>
a { background-color: #885D7A; }
a { background-color: rgb(136,93,122); }
div.DivClassName
{
background-color: #885D7A;
}
.BgClassName
{
background-color: #885D7A;
}
</style>
border-color css
<style>
span { border-color: #885D7A; }
span { border-color: rgb(136,93,122); }
td.TdClassName
{
border-color: #885D7A;
}
.TagClassName
{
border-color: #885D7A;
}
</style>