function MM_findObj(n, d) { //v4.01
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i
The Colour Wheel diagram above represents the
3 spotlights, one each of red, green and blue. The lights
are all on at there brightest setting of FF (255). Where
the lights over lap, another colour is produced, and where
all three lights overlap white light is produced. This
concept may be a bit hard to grasp, but if you think of
the reverse process when white light is split up into
the colours of the rainbow by a prism understanding is
easier. What you need to remember Question 2 How
many colours can be represented in the RGB system? The settings of your computer, your type of monitor and
video adapter determine the maximum number of colours
that can be displayed. If a colour can not be represented
then the nearest available colour will be used. How this
can be done is described in the next section. Depending on the computer system being used and how it
is set up will depend on how many colours can be displayed.
If the computer is set to 256 colours then only 256 colours
can be displayed. The computer may try to simulate additional
colours by dithering. This is a process where different
colours are displayed on adjacent pixels in a chess board
pattern. If we coloured the chess board with black and
white squares then reduce the size of the board so that
each square consists of a single pixel, then because the
pixels are very small, this check board pattern gives
the impression of a medium grey. Looking very closely
at screen the pattern can be seen. Looking normally the
eye blends the pattern into, in this case medium grey.
This does not look as pleasing as a screen that displays
all the pixels as medium grey. A different pattern could have say 2 black pixels to
every white one, producing the effect of a darker grey.
This patterning is very similar to how a TV screen works.
Look at the screen through a reversed pair of binoculars
with the eye piece held against the screen to see the
individual red green and blue sectors. Look at a white
area of the screen for the best effect where all 3 colours
are at there brightest. Most modern computers, with there improved memory, and
hardware, can usually display in 32 bit true color, that
does not require dithering. Out of 16.7 possible colours, there is a list of only
216 web safe colours that should give the same true colour
on PCs and almost the same colour on Macs. Starting at 0 the values are increased by 51 denary to
255. You may wonder why a strange number like 51 is used.
If you calculate it out then 51 is 20% of 255. Converting 51 denary, to hexadecimal you get 33 hex,
so the values are increased from 00 by 33 hexadecimal
to FF). Learn more about hexadecimal
numbers This allows combinations of the following hexadecimal
numbers. Safe
Colour Chart. This very neat chart has been produced
by Jim Taylor, another student in the same Tutor Group
of the Open University as myself. Question 3 From
this list of 6 allowable numbers, how do we work out the
total number of web save colours? If you do not want strange colours or dithered colour
patterns stick to these safe colours for your web page,
text, background and graphic colours. Question 4.
Test you grasp of the RGB theory and attempt to place
the following safe RGB values #006633, #66FFFF, #FFFF99, #990000, #999999, #9933FF to the Samples 1 to 6. The colours are sufficiently different
for you to do this accurately. Looking at the Colour
Wheel diagram should help. More Tutorials
Leeds
my home town Relax in the sun. Copyright © John McGuinn 2001-03 .
![]()
Tutorial on adding colour
to a Web page, an explanation of the RGB (Red Green Blue) Colour
System, and the use of safe colours.
![]()

Tutorials
16 Forms
Information
Index
Adobe
Free
Recomended
Student Licence
Tools
Templates

4. Add Colour to a Web page
and the RGB System
![]()


Page Contents - Add Colour to a Web page
Introduction
RGB
Colour System
Dithering
Safe Colours
Named
Colours
Answers
When the spotlights are off, the value is 0, and the stage is
black.
When adjusted to value 1 then the light is on but very dim and
some people may not notice such a small difference.
Full brightness is achieved at value 255
Up to 80% off for Students from Adobe. Plus FREE Shipping Offer
Search this site for a word or phrase. Place phrases inside "double
quotes"

Diagram: Colour Wheel
Dithering
Safe Colours
00, 33, 66, 99, CC, FF.
1
2
3
4
5
6
Check your answer
![]()
Leisure Time - book your holiday or flights with our UK sponsors

Book a Monarch Holiday
Book a Thomson holiday
Book a Portland Holidays Direct
Fly Thomas Cook flights
Direct Holidays
Jet2 Cheap flights
Home page of a tutorial in programming in Smalltalk, a object-oriented programming language.
This is an ideal tutorial for anybody learning Smalltalk and of particular interest
to students on courses: M206 at the OU Open University, and course CSC517 at NCSU North
Carolina State University
Home page of a tutorial in programming in C This is an ideal tutorial for anybody
learning C programming language, and of particular interest to students on courses:
T223 at the OU Open University.