diff --git a/MagickCore/annotate.c b/MagickCore/annotate.c
index 9deb056..25c6dec 100644
--- a/MagickCore/annotate.c
+++ b/MagickCore/annotate.c
@@ -292,7 +292,7 @@
   if (SetImageStorageClass(image,DirectClass,exception) == MagickFalse)
     return(MagickFalse);
   if (IsGrayColorspace(image->colorspace) != MagickFalse)
-    (void) TransformImageColorspace(image,sRGBColorspace,exception);
+    (void) TransformImageColorspace(image,RGBColorspace,exception);
   status=MagickTrue;
   for (i=0; textlist[i] != (char *) NULL; i++)
   {