This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.
<html><head><metahttp-equiv="Content-Type"content="text/html; charset=UTF-8"><title>Using HTML color specifications</title><linkrel="stylesheet"type="text/css"href="manual.css"><metaname="generator"content="DocBook XSL Stylesheets V1.76.0"><linkrel="home"href="index.html"title="JpGraph Manual"><linkrel="up"href="ch07.html"title="Chapter7.Color handling"></head><bodybgcolor="white"text="black"link="#0000FF"vlink="#840084"alink="#0000FF"><divclass="navheader"><tablewidth="100%"summary="Navigation header"><tr><thcolspan="3"align="center">Using HTML color specifications</th></tr><tr><tdwidth="20%"align="left"></td><thwidth="60%"align="center">Chapter7.Color handling</th><tdwidth="20%"align="right"></td></tr></table><hr></div><divclass="sect1"title="Using HTML color specifications"><divclass="titlepage"><div><div><h2class="title"style="clear: both"><aname="id2496287"></a>Using HTML color specifications</h2></div></div></div>
<p>The second variant is more a less a the same as the RGB triples but instead of an
array the RGB triple is specified as a string with the hexadecimal RGB values. This
is commonly known as the "HTML color specification" since this form often used when
creating WEB pages (for example in CSS sheets).</p>