RGB gray color. HTML tutorial. RGB colors. Safe palette colors. Specifying Color Using String Literals

There are several ways to represent color in web design.

HEX is a hexadecimal color representation system based on base 16. For this system, Arabic decimal digits from 0 to 9 and Latin letters from A to F are used to complement the digital number to 16. For web design, 16 primary (key) colors are used, the so-called hexadecimal color code #RRGGBB, where each pair is responsible for its share of the color: RR – red, GG – green and BB – blue. Each color fraction ranges from 00 to FF.

Two other representations of color in web design are: in the form of RGB(*,*,*), where each “*” fraction of a color is represented by decimal digits from 0 to 255 and by color names in English.

When creating a color image, the main problem is the correct reproduction of colors on different types of computers, monitors and browsers. If the browser cannot display a color correctly, it selects a similar one or mixes several colors. And sometimes it can be replaced with some completely different color.

Table 16 primary colors, which are used in all browsers

Name Color Hex (RGB)
Aqua (sea wave) #00FFFF (000,255,255)
Black #000000 (000,000,000)
Blue #0000FF (000,000,255)
Fuchsia (magenta) #FF00FF (255,000,255)
Gray #808080 (128,128,128)
Green #008000 (000,128,000)
Lime (bright green) #00FF00 (000,255,000)
Maroon (dark burgundy) #800000 (128,000,000)
Navy (dark blue) #000080 (000,000,128)
Olive #808000 (128,128,000)
Purple #800080 (128,000,128)
Red #FF0000 (255,000,000)
Silver #C0C0C0 (192,192,192)
Teal (gray-green) #008080 (000,128,128)
White #FFFFFF (255,255,255)
Yellow #FFFF00 (255,255,000)

Table purple colors and its shades

Name Color Hex (RGB)
Magenta (magenta) #FFCBDB (255,203,219)
Magenta (magenta) #FF0099 (255,000,153)
Magenta (magenta) #F95A61 (249,090,097)
Fuchsia (fuchsia) #FF00FF (255,000,255)
Mauvein (aniline purple) #EF0097 (239,000,151)
Salmon pink (orange pink) #FF91A4 (255,145,164)
Cenise (a shade of purple) #DE3163 (153,149,140)
Aubergine Eggplant (eggplant) #990066 (153,000,132)
Lavender blush (pinkish-lavender)  #FFF0F5 (255,240,245)
Lilac (lilac) #C8A2C8 (200,162,200)
Magenta (magenta) #FF008F (255,000,143)
Orchid (orchid) #DA70D6 (218,112,214)
Red-violet (purple-red) #C71585 (199,021,133)
Sanguine (sanguine) #92000A (146,000,010)
Thistle (shade of purple) #D8BFD8 (185,211,238)
Violet-eggplant (a shade of purple) #991199 (153,017,153)
Rosa vivo (deep pink) #FF007F (255,000,127)
Lavender-rose (a shade of purple) #FBA0E3 (108,123,139)
Mountbatten pink #997ABD (153,122,141)

Table gray colors and its shades

Name Color Hex (RGB)
Gray #808080 (128,128,128)
Gray #bebebe (190,190,190)
(Grey-shade) #858585 (133,133,133)
Gray33 #545454 (084,084,084)
(Grey slate) #708090 (112,128,144)
(Quartz) #99958с (153,149,140)
(Light gray) #bbbbbb (187,187,187)
(Silver) #c0c0c0 (192,192,192)
(Grey-white) #f0f0f0 (240,240,240)
(Abdel-Kerim's beards) #e0e0e0 (224,224,224)
LightGray (Light gray) #d3d3d3 (211,211,211)
LightStateGray() #778899 (119,136,153)
StateGray-1 (Pale cornflower blue1) #c6e2ff (198,226,255)
StateGray-2 (Pale cornflower blue2) #b9d3ee (185,211,238)
StateGray3() #9fb6cd (159,182,205)
StateGray4() #6c7b8b (108,123,139)

Color codes in CSS are used to specify colors. Typically, color codes or color values ​​are used to set the color for either the foreground color of an element (e.g. text color, link color) or the background color of an element (background color, block color). They can also be used to change the color of a button, border, marker, hover, and other decorative effects.

You can specify your color values ​​in various formats. The following table lists all possible formats:

The listed formats are described in more detail below.

CSS Colors - Hex Codes

Hexadecimal color code is a six-digit representation of color. The first two digits (RR) represent the red value, the next two represent the green value (GG), and the last two represent the blue value (BB).

CSS Colors - Short Hex Codes

Short hex color code is a shorter form of six-character notation. In this format, each digit is repeated to produce an equivalent six-digit color value. For example: #0F0 becomes #00FF00.

The hexadecimal value can be taken from any graphics software such as Adobe Photoshop, Core Draw, etc.

Each hexadecimal color code in CSS will be preceded by a hash sign "#". Below are examples of using hexadecimal notations.

CSS Colors - RGB Values

RGB value is a color code that is set using the rgb() property. This property takes three values: one each for red, green, and blue. The value can be an integer, from 0 to 255, or a percentage.

Note: Not all browsers support the rgb() color property, so it is not recommended to use it.

Below is an example showing multiple colors using RGB values.

Color code generator

You can create millions of color codes using our service.

Browser Safe Colors

Below is a table of 216 colors that are the most secure and computer-independent. These colors in CSS range from 000000 to FFFFFF hexadecimal code. They are safe to use because they ensure that all computers display color correctly when working with the 256 color palette.

Table of "safe" colors in CSS
#000000 #000033 #000066 #000099 #0000CC#0000FF
#003300 #003333 #003366 #003399 #0033CC#0033FF
#006600 #006633 #006666 #006699 #0066CC#0066FF
#009900 #009933 #009966 #009999 #0099CC#0099FF
#00CC00#00CC33#00CC66#00CC99#00CCCC#00CCFF
#00FF00#00FF33#00FF66#00FF99#00FFCC#00FFFF
#330000 #330033 #330066 #330099 #3300CC#3300FF
#333300 #333333 #333366 #333399 #3333CC#3333FF
#336600 #336633 #336666 #336699 #3366CC#3366FF
#339900 #339933 #339966 #339999 #3399CC#3399FF
#33CC00#33CC33#33CC66#33CC99#33CCCC#33CCFF
#33FF00#33FF33#33FF66#33FF99#33FFCC#33FFFF
#660000 #660033 #660066 #660099 #6600CC#6600FF
#663300 #663333 #663366 #663399 #6633CC#6633FF
#666600 #666633 #666666 #666699 #6666CC#6666FF
#669900 #669933 #669966 #669999 #6699CC#6699FF
#66CC00#66CC33#66CC66#66CC99#66CCCC#66CCFF
#66FF00#66FF33#66FF66#66FF99#66FFCC#66FFFF
#990000 #990033 #990066 #990099 #9900CC#9900FF
#993300 #993333 #993366 #993399 #9933CC#9933FF
#996600 #996633 #996666 #996699 #9966CC#9966FF
#999900 #999933 #999966 #999999 #9999CC#9999FF
#99CC00#99CC33#99CC66#99CC99#99CCCC#99CCFF
#99FF00#99FF33#99FF66#99FF99#99FFCC#99FFFF
#CC0000#CC0033#CC0066#CC0099#CC00CC#CC00FF
#CC3300#CC3333#CC3366#CC3399#CC33CC#CC33FF
#CC6600#CC6633#CC6666#CC6699#CC66CC#CC66FF
#CC9900#CC9933#CC9966#CC9999#CC99CC#CC99FF
#CCCC00#CCCC33#CCCC66#CCCC99#CCCCCC#CCCCFF
#CCFF00#CCFF33#CCFF66#CCFF99#CCFFCC#CCFFFF
#FF0000#FF0033#FF0066#FF0099#FF00CC#FF00FF
#FF3300#FF3333#FF3366#FF3399#FF33CC#FF33FF
#FF6600#FF6633#FF6666#FF6699#FF66CC#FF66FF
#FF9900#FF9933#FF9966#FF9999#FF99CC#FF99FF
#FFCC00#FFCC33#FFCC66#FFCC99#FFCCCC#FFCCFF
#FFFF00#FFFF33#FFFF66#FFFF99#FFFFCC#FFFFFF

HTML colors
HTML colors and ways to specify them

In HTML, there are two ways to specify a color:

1. Using the color name,
2. Using the RGB system, where colors are specified in hexadecimal format.

Color name

Name colors in HTML indicated by English words, such as red or green. The color name acts as the value of the HTML tag attribute. There are a lot of flower names, in this article we will consider only the main ones.

Typically, two attributes are used in HTML to set a color:

1. Attribute color="color_name" - text color,
2. Attribute bgcolor="color_name" - background color.

Examples of using color attributes:
color="red" - assign a red color to the text,
bgcolor="green" - assign a green color to the background.

Table of basic HTML color names:

Color name His appearance Translation
white White
ivory Ivory
silver Silver
gray Grey
black Black
maroon Maroon
red Red
orange Orange
gold Gold
yellow Yellow
olive Olive
lime Lime
green Green
aqua Sea wave
blue Blue
navy Navi
teal Turquoise
fuchsia Magenta
purple Purple

Hexadecimal number system

In everyday life, we use the decimal number system from 0 to 9. Programmers and designers often use the hexadecimal number system from 0 to 15, where:

10 = A
11 = B
12 = C
13 = D
14 = E
15 = F

Almost every color and shade visible to our vision can be written in the hexadecimal system, for example, the red color red in the hexadecimal system will be equal to ff0000

color="red" - red color, by name,
color="#ff0000" — red color, in hexadecimal number system.

In HTML, a hexadecimal number is preceded by a hash sign # in the attribute value.

RGB

Before you start specifying colors in HTML using the hexadecimal number system, you first need to learn about such a thing as R G B

RGB is an abbreviation for the words R ed G reen B lue (Red Green Blue).

A color in HTML, written in hexadecimal, consists of three blocks of numbers 00 00 00, where each block is responsible for one of the RGB colors, the first block for red, the second for green, and the third for blue. Numbers can range from 00 to ff.

Where, ff is 255 in decimal notation.

RGB scheme:
Red - from 00 to ff
Green - from 00 to ff
Blue - from 00 to ff

As a result, we get a six-digit number 000000, where the first two numbers are responsible for the red color, the second two numbers are responsible for the green color, and the third two numbers are responsible for the blue color.

If we want to get a red color, then we write ff0000, green color 00ff00, blue color 0000ff. For example, if we want to get a dark red color, then we need to reduce the first block of numbers and instead of ff (which is equal to 255 in decimal number system), write for example 96 (which is equal to 150 in decimal notation).

For clarity, we give examples of colors and their hexadecimal code:

Mixing colors in HTML

If you didn’t miss drawing classes at school, you probably remember that by evenly mixing red and green, you can get yellow,
when you add a little green to red you can get orange, etc.

Hexadecimal and RGB colors can also be mixed:

By experimenting with the hexadecimal number system and RGB, you will eventually get the hang of it and be able to choose the color you want.

Unfortunately, it is not yet possible to display taste sensations on the website. But this can be fully compensated with the help of colors. After all, html colors allow you to display any of millions of shades. So " colored pencils There are many more than seven in his set.

Color scheme in html

In html, color can be specified in several formats:

1. As a hexadecimal value – the code specified in the hexadecimal number system is used. Such color codes in html consist of three pairs of hexadecimal numbers. Each pair is responsible for the saturation of the shade with its primary color:

  • The first numerical pair is responsible for the color red;
  • The second pair is for the green color content;
  • The latter is for its blue content.

A hash mark is placed at the beginning of the code (before the numbers). This is the hexadecimal color code. In addition to numbers from 1 to 9, this number system uses letters of the Latin alphabet (A, B, C, D, E, F).

For example, the white color code in html will look like #FFFFFF:

2. Keyword - HTML currently supports about 147 keywords. But not all of these words are unique. Some of them refer to the same color shade.

The color gray is represented by two keywords: gray and gray . Their hexadecimal code (HEX) is given by the same value #808080.

Example:

#808080



3. In RGB format - this color encoding in html is based on the use of three values, set in the range from 0 to 255. Each of them determines the saturation of the hue with one of the primary colors:

  • R – red (red);
  • G – green (green);
  • B – blue (blue).

The color number in RGB format is written in the following form: rgb(0, 210, 100).

background-color:rgb(100,186,43)

4. In the RGBA format - it is an improved RGB format, where the fourth value specifies the transparency of the color as a decimal fraction from 0 to 1.

Usage example:

background-color:rgba(100,86,143,0.2)

background-color:rgba(100,86,143,0.5)

background-color:rgba(100,86,143,0.8)

background-color:rgba(100,86,143,1)

HTML color tables and color generators

With such a wide range of color setting formats, it's easy to get confused. Therefore, a special color table was invented. It provides 147 key names of color shades with compliance codes in all major color standards. Additionally, each field is equipped with a bar for visual color selection. One of these tables is presented on the website colorscheme.ru:

But even with this structuring of matching, choosing the right shade can be difficult. And it’s not a fact that the table of color codes will contain the one you need.

To get around this obstacle and make choosing the right shade as easy as possible, interactive web services have been developed. Their user interface may differ slightly from each other.

On the website html-color-codes.info the color generator looks like this:

And within the color-picker.appsmaster.co service, this tool is implemented a little differently:

The saturation of each color in the generator is set using special sliders. Visually, the shade is displayed by the color of the frame and rectangle on the left side. At the bottom, 3 fields display the color code in basic formats.

But the color generator is available not only on specialized sites. Almost all graphic editors are equipped with a similar tool. For example, Photoshop:

Safety precautions when working with color

And this was a long time ago, back in the era of video cards that supported only 256 colors. In those distant times, operating systems could only display a certain number of eight-bit shades without distortion.

Then a great table of safe colors was developed. It specified 216 shades that could be displayed without distortion in any of the browsers of that time. And to this day this " great manuscript» is still available on some resources:

Nowadays everything has changed. Therefore, all safety rules when working with color in html are completely canceled. After all, modern computer hardware supports more than 16 million different shades. And 216 safe colors have sunk into oblivion.

These data are fully confirmed by statistics. Judging by it, in 2014, only 0.5% of users have computers that support only 256 shades.

Basics of color harmony

Not all of us are endowed with a natural harmonious sense of taste. Therefore, choosing the right color can be a real challenge. But, praise be to science, she even managed to describe color harmony in the form of several schemes. All of them are based on the use of a color wheel. Schemes for harmonious selection of colors in html.

Vlad Merzhevich

In HTML, color is specified in one of two ways: using hexadecimal code and by the name of certain colors. The method based on the hexadecimal number system is predominantly used, as it is the most universal.

Hexadecimal colors

HTML uses hexadecimal numbers to specify colors. The hexadecimal system, unlike the decimal system, is based, as its name suggests, on the number 16. The numbers will be as follows: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C , D, E, F. Numbers from 10 to 15 are replaced by Latin letters. In table 6.1 shows the correspondence between decimal and hexadecimal numbers.

Numbers greater than 15 in the hexadecimal system are formed by combining two numbers into one (Table 6.2). For example, the number 255 in decimal corresponds to the number FF in hexadecimal.

To avoid confusion in defining the number system, a hexadecimal number is preceded by a hash symbol #, for example #aa69cc. In this case, the case does not matter, so it is permissible to write #F0F0F0 or #f0f0f0.

A typical color used in HTML looks like this.

Here the background color of the web page is set to #FA8E47. The hash symbol # in front of a number means it is hexadecimal. The first two digits (FA) define the red component of the color, the third through fourth digits (8E) define the green component, and the last two digits (47) define the blue component. The end result will be this color.

F.A. + 8E + 47 = FA8E47

Each of the three colors - red, green and blue - can take values ​​from 00 to FF, resulting in a total of 256 shades. Thus, the total number of colors can be 256x256x256 = 16,777,216 combinations. A color model based on red, green and blue components is called RGB (red, green, blue; red, green, blue). This model is additive (from add - add), in which the addition of all three components forms the color white.

To make it easier to navigate hexadecimal colors, take into account some rules.

  • If the values ​​of the color components are the same (for example: #D6D6D6), then the result will be a gray tint. The higher the number, the lighter the color, with values ​​ranging from #000000 (black) to #FFFFFF (white).
  • A bright red color is formed if the red component is made maximum (FF) and the remaining components are set to zero. A color with a value of #FF0000 is the reddest possible red shade. The same is true for green (#00FF00) and blue (#0000FF).
  • Yellow (#FFFF00) is made by mixing red and green. This is clearly visible on the color wheel (Fig. 6.1), which presents the primary colors (red, green, blue) and complementary or additional ones. These include yellow, cyan and violet (also called magenta). In general, any color can be obtained by mixing colors close to it. Thus, cyan (#00FFFF) is obtained by combining blue and green.

Rice. 6.1. Color circle

Colors based on hexadecimal values ​​do not have to be empirically selected. For this purpose, a graphic editor that can work with different color models, for example, Adobe Photoshop, is suitable. In Fig. Figure 6.2 shows the window for selecting a color in this program; the resulting hexadecimal value of the current color is outlined with a line. You can copy and paste it into your code.

Rice. 6.2. Window for choosing colors in Photoshop

Web colors

If you set the monitor's color rendering quality to 8 bits (256 colors), then the same color can be displayed differently in different browsers. This is due to the way graphics are displayed, when the browser works with its own palette and cannot show a color that is not in its palette. In this case, the color is replaced by a combination of pixels of other, close to it, colors that imitate the given one. To ensure that the color remains the same across different browsers, a palette of so-called web colors was introduced. Web colors are those colors for which each component - red, green and blue - is set to one of six values ​​- 0 (00), 51 (33), 102 (66), 153 (99), 204 (CC), 255 (FF). The hexadecimal value of this component is indicated in brackets. The total number of colors from all possible combinations gives 6x6x6 - 216 colors. An example web color is #33FF66.

The main feature of web color is that it appears the same in all browsers. At the moment, the relevance of web colors is very small due to the improvement in the quality of monitors and the expansion of their capabilities.

Colors by name

To avoid having to remember a set of numbers, you can use the names of commonly used colors instead. In table 6.3 shows the names of popular color names.

Table 6.3. Names of some colors
Color name Color Description Hexadecimal value
black Black #000000
blue Blue #0000FF
fuchsia Light purple #FF00FF
gray Dark grey #808080
green Green #008000
lime Light green #00FF00
maroon Dark red #800000
navy Dark blue #000080
olive Olive #808000
purple Dark purple #800080
red Red #FF0000
silver Light gray #C0C0C0
teal Blue-green #008080
white White #FFFFFF
yellow Yellow #FFFF00

It doesn't matter whether you specify a color by its name or by using hexadecimal numbers. These methods are equal in their effect. Example 6.1 shows how to set the background and text colors of a web page.

Example 6.1. Background and text color

Colors

Example text

In this example, the background color is set using the bgcolor attribute of the tag , and the text color through the text attribute. For variety, the text attribute is set to a hexadecimal number, and the bgcolor attribute is set to the reserved keyword teal .