sRGB color space is a standard RGB (Red Green Blue) color space created cooperatively by Hewlett-Packard and Microsoft Corporation for use on monitors, printers, and the Internet. It has been endorsed by the W3C, Exif, Intel, Pantone, Corel, and many other industry players, is also well accepted by open-source software such as the GIMP, and is used in proprietary and open graphics file formats such as SVG.
sRGB is intended as a common color space for the creation of images for viewing on the Internet and World Wide Web (WWW), the resultant color space chosen using a gamma of 2.2, the average response to linear voltage levels of CRT displays at that time.
It is important to realize that sRGB was designed to match what current (in 1996) CRT monitors do, not to be an ideal color space. Vast amounts of software, both professional and personal computer software, assumed an 8-bit image file placed unchanged into an 8-bit/channel display buffer will display with these colors and intensities. Modern non-CRT hardware, such as LCD, digital cameras, and printers, although they don't naturally produce an sRGB curve, have been built with compensating circuitry or software so that in the end they also obey this standard (this is somewhat less true for high-end professional equipment). For this reason you can assume (in the absence of embedded profiles or any other information) that any 8-bit image file, and any 8-bit image API or device interface, is in the sRGB color space.