Shades of Strikemaster #885773
Tints of Strikemaster #885773
RGB
CMYK
RGB Variations
Color information
#885773 (or 0x885773) is known color: Strikemaster. HEX triplet: 88, 57 and 73. RGB value is (136,87,115). Sum of RGB (Red+Green+Blue) = 136+87+115=338 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.24% from 338); Green value is 87 (34.38% from 255 or 25.74% from 338); Blue value is 115 (45.31% from 255 or 34.02% from 338); Max value from RGB is 136 - color contains mainly: red. Hex color #885773 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885773 is #77A88C. Grayscale: #686868. Windows color (decimal): -7841933 or 7559048. OLE color: 7559048.
HSL color Cylindrical-coordinate representation of color #885773: hue angle of 325.71º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #885773 is Cyan = 0, Magento = 0.36, Yellow = 0.15 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 87 | 115 | - |
| CMYK | 0 | 0.36 | 0.15 | 0.47 |
| HSL | 325.71º | 0.22% | 0.44% | - |
| HSV(B) | 325.71º | 0.36% | 0.53% | - |
| XYZ | 16.66 | 13.29 | 17.91 | - |
| YUV | 104.84 | 133.73 | 150.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 87 | 115 | 0 | 0.36 | 0.15 | 0.47 | 325.71 | 0.22 | 0.44 |
| Hex | 88 | 57 | 73 | 0 | 24 | F | 2F | 146 | 16 | 2C |
| Octal | 210 | 127 | 163 | 0 | 44 | 17 | 57 | 506 | 26 | 54 |
| Binary | 10001000 | 1010111 | 1110011 | 0 | 100100 | 1111 | 101111 | 101000110 | 10110 | 101100 |
Color Harmonies of #885773
Complementary color
Monochromatic Colors of #885773
Black with #885773
Text Example
Text Example
White with #885773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885773; }
p { color: rgb(136,87,115); }
H1.HeaderClassName
{
color: #885773;
}
.AnyTagClassName
{
color: #885773;
}
</style>
background-color css
<style>
a { background-color: #885773; }
a { background-color: rgb(136,87,115); }
div.DivClassName
{
background-color: #885773;
}
.BgClassName
{
background-color: #885773;
}
</style>
border-color css
<style>
span { border-color: #885773; }
span { border-color: rgb(136,87,115); }
td.TdClassName
{
border-color: #885773;
}
.TagClassName
{
border-color: #885773;
}
</style>