rgb2hexcolor, rgb 2 hexcolor 목차 1 PHP 2 같이 보기 PHP function rgb2hexcolor($rgb) { return '#'.dechex($rgb[0]).dechex($rgb[1]).dechex($rgb[2]); } 같이 보기 함수 hexcolor2rgb() 함수 dechex()