1.10.12 XColor

<..configure ooffice xcolor..>
 \Configure{rowcolors}
    {\Configure{SetHColor}{%
       \expandafter\ifx \csname HColor\endcsname\relax \else
 %          \hshow{tr\#TBL-\TableNo-\the\rownum-{background-color:\HColor}}%
       \fi
    }}
-_-_-

<..configure ooffice xcolor..>+
 \Configure{HColor!gray}{%
    \XC@c@lcD\rangeGray{}{#1}\@@tmp
    \int:of\:tempa{255}{\@@tmp}%
    \hex:of\:tempa
    \Configure{HColor}{}{\#\:tempa\:tempa\:tempa}%
 }
-_-_-