Shades of Strikemaster #885577
Tints of Strikemaster #885577
RGB
CMYK
RGB Variations
Color information
#885577 (or 0x885577) is known color: Strikemaster. HEX triplet: 88, 55 and 77. RGB value is (136,85,119). Sum of RGB (Red+Green+Blue) = 136+85+119=340 (45% of max value = 765). Red value is 136 (53.52% from 255 or 40% from 340); Green value is 85 (33.59% from 255 or 25% from 340); Blue value is 119 (46.88% from 255 or 35% from 340); Max value from RGB is 136 - color contains mainly: red. Hex color #885577 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885577 is #77AA88. Grayscale: #686868. Windows color (decimal): -7842441 or 7820680. OLE color: 7820680.
HSL color Cylindrical-coordinate representation of color #885577: hue angle of 320º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #885577 is Cyan = 0, Magento = 0.38, Yellow = 0.12 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 85 | 119 | - |
| CMYK | 0 | 0.38 | 0.12 | 0.47 |
| HSL | 320º | 0.23% | 0.43% | - |
| HSV(B) | 320º | 0.38% | 0.53% | - |
| XYZ | 16.73 | 13.06 | 19.09 | - |
| YUV | 104.13 | 136.4 | 150.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 85 | 119 | 0 | 0.38 | 0.12 | 0.47 | 320 | 0.23 | 0.43 |
| Hex | 88 | 55 | 77 | 0 | 26 | C | 2F | 140 | 17 | 2B |
| Octal | 210 | 125 | 167 | 0 | 46 | 14 | 57 | 500 | 27 | 53 |
| Binary | 10001000 | 1010101 | 1110111 | 0 | 100110 | 1100 | 101111 | 101000000 | 10111 | 101011 |
Color Harmonies of #885577
Complementary color
Monochromatic Colors of #885577
Black with #885577
Text Example
Text Example
White with #885577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885577; }
p { color: rgb(136,85,119); }
H1.HeaderClassName
{
color: #885577;
}
.AnyTagClassName
{
color: #885577;
}
</style>
background-color css
<style>
a { background-color: #885577; }
a { background-color: rgb(136,85,119); }
div.DivClassName
{
background-color: #885577;
}
.BgClassName
{
background-color: #885577;
}
</style>
border-color css
<style>
span { border-color: #885577; }
span { border-color: rgb(136,85,119); }
td.TdClassName
{
border-color: #885577;
}
.TagClassName
{
border-color: #885577;
}
</style>