, background-color rgb.
rgb (0,0,0) , rgb (255,255,255) - . , ( ) 255.
( JQuery):
var rand = Math.floor(Math.random() * 10);
var colorQ = "rgb(" + (215 - rand * 3) + "," + (185 - rand * 5) + "," + (185 - rand * 10) + " )";
$("body").css("background-color", colorQ);
, , , - , 3 rgb , . . rgb (100 100 100), rgb (221,221,221) rgb (133,133,133) - . , .