Файл: servises/color/color1.php
Строк: 429
<?
require'../../shaxty.php';
$align='left';
check_login();
$title='Конструктор грабберов';
include_once (H.'shaxty/head.php');
echo '<br />';
echo 'В HTML коде цвет определяется 6-значным кодом RRGGBB (красный, красный, зеленый, зеленый, синий, синий), а в JavaScript или в CSS 6-значным кодом RRGGBB или словом (по-английски).
<br/><br/>
Например, вам понравился цвет, который задан словом, а вы хотите использовать его в HTML или вы делаете рисунок в Photoshop-е, где фон должен быть точно такого же цвета.
Это таблица поможет увидеть соответствие английского слова цветовому коду. <br/><br/>
<table style="max-width:50%">
<tr>
<td style="color: rgb(255, 255, 255); background-color: maroon;">Maroon</td>
<td style="color: rgb(255, 255, 255); background-color: rgb(128, 0, 0);">#800000</td>
</tr>
<tr>
<td style="color: rgb(255, 255, 255); background-color: darkred;">DarkRed</td>
<td style="color: rgb(255, 255, 255); background-color: rgb(139, 0, 0);">#8B0000</td>
</tr>
<tr>
<td style="color: rgb(255, 255, 255); background-color: firebrick;">FireBrick</td>
<td style="color: rgb(255, 255, 255); background-color: rgb(178, 34, 34);">#B22222</td>
</tr>
<tr>
<td style="color: rgb(0, 0, 0); background-color: red;">Red</td>
<td style="color: rgb(0, 0, 0); background-color: rgb(255, 0, 0);">#FF0000</td>
</tr>
<tr>
<td style="color: rgb(0, 0, 0); background-color: salmon;">Salmon</td>
<td style="color: rgb(0, 0, 0); background-color: rgb(250, 128, 114);">#FA8072</td>
</tr>
<tr>
<td style="color: rgb(0, 0, 0); background-color: tomato;">Tomato</td>
<td style="color: rgb(0, 0, 0); background-color: rgb(255, 99, 71);">#FF6347</td>
</tr>
<tr>
<td style="color: rgb(0, 0, 0); background-color: coral;">Coral</td>
<td style="color: rgb(0, 0, 0); background-color: rgb(255, 127, 80);">#FF7F50</td>
</tr>
<tr>
<td style="color: rgb(0, 0, 0); background-color: orangered;">OrangeRed</td>
<td style="color: rgb(0, 0, 0); background-color: rgb(255, 69, 0);">#FF4500</td>
</tr>
<tr>
<td style="color: rgb(0, 0, 0); background-color: chocolate;">Chocolate</td>
<td style="color: rgb(0, 0, 0); background-color: rgb(210, 105, 30);">#D2691E</td>
</tr>
<tr>
<td style="color: rgb(0, 0, 0); background-color: sandybrown;">SandyBrown</td>
<td style="color: rgb(0, 0, 0); background-color: rgb(244, 164, 96);">#F4A460</td>
</tr>
<tr>
<td style="color: rgb(0, 0, 0); background-color: darkorange;">DarkOrange</td>
<td style="color: rgb(0, 0, 0); background-color: rgb(255, 140, 0);">#FF8C00</td>
</tr>
<tr>
<td style="color: rgb(0, 0, 0); background-color: orange;">Orange</td>
<td style="color: rgb(0, 0, 0); background-color: rgb(255, 165, 0);">#FFA500</td>
</tr>
<tr>
<td style="color: rgb(0, 0, 0); background-color: darkgoldenrod;">DarkGoldenrod</td>
<td style="color: rgb(0, 0, 0); background-color: rgb(184, 134, 11);">#B8860B</td>
</tr>
<tr>
<td style="color: rgb(0, 0, 0); background-color: goldenrod;">Goldenrod</td>
<td style="color: rgb(0, 0, 0); background-color: rgb(218, 165, 32);">#DAA520</td>
</tr>
<tr>
<td style="color: rgb(0, 0, 0); background-color: gold;">Gold</td>
<td style="color: rgb(0, 0, 0); background-color: rgb(255, 215, 0);">#FFD700</td>
</tr>
<tr>
<td style="color: rgb(0, 0, 0); background-color: olive;">Olive</td>
<td style="color: rgb(0, 0, 0); background-color: rgb(128, 128, 0);">#808000</td>
</tr>
<tr>
<td style="color: rgb(0, 0, 0); background-color: yellow;">Yellow</td>
<td style="color: rgb(0, 0, 0); background-color: rgb(255, 255, 0);">#FFFF00</td>
</tr>
<tr>
<td style="color: rgb(0, 0, 0); background-color: yellowgreen;">YellowGreen</td>
<td style="color: rgb(0, 0, 0); background-color: rgb(154, 205, 50);">#9ACD32</td>
</tr>
<tr>
<td style="color: rgb(0, 0, 0); background-color: greenyellow;">GreenYellow</td>
<td style="color: rgb(0, 0, 0); background-color: rgb(173, 255, 47);">#ADFF2F</td>
</tr>
<tr>
<td style="color: rgb(0, 0, 0); background-color: chartreuse;">Chartreuse</td>
<td style="color: rgb(0, 0, 0); background-color: rgb(127, 255, 0);">#7FFF00</td>
</tr>
<tr>
<td style="color: rgb(0, 0, 0); background-color: lawngreen;">LawnGreen</td>
<td style="color: rgb(0, 0, 0); background-color: rgb(124, 252, 0);">#7CFC00</td>
</tr>
<tr>
<td style="color: rgb(255, 255, 255); background-color: green;">Green</td>
<td style="color: rgb(255, 255, 255); background-color: rgb(0, 128, 0);">#008000</td>
</tr>
<tr>
<td style="color: rgb(0, 0, 0); background-color: lime;">Lime</td>
<td style="color: rgb(0, 0, 0); background-color: rgb(0, 255, 0);">#00FF00</td>
</tr>
<tr>
<td style="color: rgb(0, 0, 0); background-color: limegreen;">LimeGreen</td>
<td style="color: rgb(0, 0, 0); background-color: rgb(50, 205, 50);">#32CD32</td>
</tr>
<tr>
<td style="color: rgb(0, 0, 0); background-color: springgreen;">SpringGreen</td>
<td style="color: rgb(0, 0, 0); background-color: rgb(0, 255, 127);">#00FF7F</td>
</tr>
<tr>
<td style="color: rgb(0, 0, 0); background-color: mediumspringgreen;">MediumSpringGreen</td>
<td style="color: rgb(0, 0, 0); background-color: rgb(0, 250, 154);">#00FA9A</td>
</tr>
<tr>
<td style="color: rgb(0, 0, 0); background-color: turquoise;">Turquoise</td>
<td style="color: rgb(0, 0, 0); background-color: rgb(64, 224, 208);">#40E0D0</td>
</tr>
<tr>
<td style="color: rgb(0, 0, 0); background-color: lightseagreen;">LightSeaGreen</td>
<td style="color: rgb(0, 0, 0); background-color: rgb(32, 178, 170);">#20B2AA</td>
</tr>
<tr>
<td style="color: rgb(0, 0, 0); background-color: mediumturquoise;">MediumTurquoise</td>
<td style="color: rgb(0, 0, 0); background-color: rgb(72, 209, 204);">#48D1CC</td>
</tr>
<tr>
<td style="color: rgb(0, 0, 0); background-color: teal;">Teal</td>
<td style="color: rgb(0, 0, 0); background-color: rgb(0, 128, 128);">#008080</td>
</tr>
<tr>
<td style="color: rgb(0, 0, 0); background-color: darkcyan;">DarkCyan</td>
<td style="color: rgb(0, 0, 0); background-color: rgb(0, 139, 139);">#008B8B</td>
</tr>
<tr>
<td style="color: rgb(0, 0, 0); background-color: aqua;">Aqua</td>
<td style="color: rgb(0, 0, 0); background-color: rgb(0, 255, 255);">#00FFFF</td>
</tr>
<tr>
<td style="color: rgb(0, 0, 0); background-color: cyan;">Cyan</td>
<td style="color: rgb(0, 0, 0); background-color: rgb(0, 255, 255);">#00FFFF</td>
</tr>
<tr>
<td style="color: rgb(0, 0, 0); background-color: darkturquoise;">DarkTurquoise</td>
<td style="color: rgb(0, 0, 0); background-color: rgb(0, 206, 209);">#00CED1</td>
</tr>
<tr>
<td style="color: rgb(0, 0, 0); background-color: deepskyblue;">DeepSkyBlue</td>
<td style="color: rgb(0, 0, 0); background-color: rgb(0, 191, 255);">#00BFFF</td>
</tr>
<tr>
<td style="color: rgb(0, 0, 0); background-color: dodgerblue;">DodgerBlue</td>
<td style="color: rgb(0, 0, 0); background-color: rgb(30, 144, 255);">#1E90FF</td>
</tr>
<tr>
<td style="color: rgb(0, 0, 0); background-color: royalblue;">RoyalBlue</td>
<td style="color: rgb(0, 0, 0); background-color: rgb(65, 105, 225);">#4169E1</td>
</tr>
<tr>
<td style="color: rgb(255, 255, 255); background-color: navy;">Navy</td>
<td style="color: rgb(255, 255, 255); background-color: rgb(0, 0, 128);">#000080</td>
</tr>
<tr>
<td style="color: rgb(255, 255, 255); background-color: darkblue;">DarkBlue</td>
<td style="color: rgb(255, 255, 255); background-color: rgb(0, 0, 139);">#00008B</td>
</tr>
<tr>
<td style="color: rgb(255, 255, 255); background-color: mediumblue;">MediumBlue</td>
<td style="color: rgb(255, 255, 255); background-color: rgb(0, 0, 205);">#0000CD</td>
</tr>
<tr>
<td style="color: rgb(0, 0, 0); background-color: blue;">Blue</td>
<td style="color: rgb(0, 0, 0); background-color: rgb(0, 0, 255);">#0000FF</td>
</tr>
<tr>
<td style="color: rgb(0, 0, 0); background-color: blueviolet;">BlueViolet</td>
<td style="color: rgb(0, 0, 0); background-color: rgb(138, 43, 226);">#8A2BE2</td>
</tr>
<tr>
<td style="color: rgb(0, 0, 0); background-color: darkorchid;">DarkOrchid</td>
<td style="color: rgb(0, 0, 0); background-color: rgb(153, 50, 204);">#9932CC</td>
</tr>
<tr>
<td style="color: rgb(0, 0, 0); background-color: darkviolet;">DarkViolet</td>
<td style="color: rgb(0, 0, 0); background-color: rgb(148, 0, 211);">#9400D3</td>
</tr>
<tr>
<td style="color: rgb(255, 255, 255); background-color: purple;">Purple</td>
<td style="color: rgb(255, 255, 255); background-color: rgb(128, 0, 128);">#800080</td>
</tr>
<tr>
<td style="color: rgb(255, 255, 255); background-color: darkmagenta;">DarkMagenta</td>
<td style="color: rgb(255, 255, 255); background-color: rgb(139, 0, 139);">#8B008B</td>
</tr>
<tr>
<td style="color: rgb(0, 0, 0); background-color: fuchsia;">Fuchsia</td>
<td style="color: rgb(0, 0, 0); background-color: rgb(255, 0, 255);">#FF00FF</td>
</tr>
<tr>
<td style="color: rgb(0, 0, 0); background-color: magenta;">Magenta</td>
<td style="color: rgb(0, 0, 0); background-color: rgb(255, 0, 255);">#FF00FF</td>
</tr>
<tr>
<td style="color: rgb(0, 0, 0); background-color: mediumvioletred;">MediumVioletRed</td>
<td style="color: rgb(0, 0, 0); background-color: rgb(199, 21, 133);">#C71585</td>
</tr>
<tr>
<td style="color: rgb(0, 0, 0); background-color: deeppink;">DeepPink</td>
<td style="color: rgb(0, 0, 0); background-color: rgb(255, 20, 147);">#FF1493</td>
</tr>
<tr>
<td style="color: rgb(0, 0, 0); background-color: hotpink;">HotPink</td>
<td style="color: rgb(0, 0, 0); background-color: rgb(255, 105, 180);">#FF69B4</td>
</tr>
<tr>
<td style="color: rgb(0, 0, 0); background-color: crimson;">Crimson</td>
<td style="color: rgb(0, 0, 0); background-color: rgb(220, 20, 60);">#DC143C</td>
</tr>
<tr>
<td style="color: rgb(255, 255, 255); background-color: brown;">Brown</td>
<td style="color: rgb(255, 255, 255); background-color: rgb(165, 42, 42);">#A52A2A</td>
</tr>
<tr>
<td style="color: rgb(0, 0, 0); background-color: indianred;">IndianRed</td>
<td style="color: rgb(0, 0, 0); background-color: rgb(205, 92, 92);">#CD5C5C</td>
</tr>
<tr>
<td style="color: rgb(0, 0, 0); background-color: rosybrown;">RosyBrown</td>
<td style="color: rgb(0, 0, 0); background-color: rgb(188, 143, 143);">#BC8F8F</td>
</tr>
<tr>
<td style="color: rgb(0, 0, 0); background-color: lightcoral;">LightCoral</td>
<td style="color: rgb(0, 0, 0); background-color: rgb(240, 128, 128);">#F08080</td>
</tr>
<tr>
<td style="color: rgb(0, 0, 0); background-color: snow;">Snow</td>
<td style="color: rgb(0, 0, 0); background-color: rgb(255, 250, 250);">#FFFAFA</td>
</tr>
<tr>
<td style="color: rgb(0, 0, 0); background-color: mistyrose;">MistyRose</td>
<td style="color: rgb(0, 0, 0); background-color: rgb(255, 228, 225);">#FFE4E1</td>
</tr>
<tr>
<td style="color: rgb(0, 0, 0); background-color: darksalmon;">DarkSalmon</td>
<td style="color: rgb(0, 0, 0); background-color: rgb(233, 150, 122);">#E9967A</td>
</tr>
<tr>
<td style="color: rgb(0, 0, 0); background-color: lightsalmon;">LightSalmon</td>
<td style="color: rgb(0, 0, 0); background-color: rgb(255, 160, 122);">#FFA07A</td>
</tr>
<tr>
<td style="color: rgb(255, 255, 255); background-color: sienna;">Sienna</td>
<td style="color: rgb(255, 255, 255); background-color: rgb(160, 82, 45);">#A0522D</td>
</tr>
<tr>
<td style="color: rgb(0, 0, 0); background-color: seashell;">SeaShell</td>
<td style="color: rgb(0, 0, 0); background-color: rgb(255, 245, 238);">#FFF5EE</td>
</tr>
<tr>
<td style="color: rgb(255, 255, 255); background-color: saddlebrown;">SaddleBrown</td>
<td style="color: rgb(255, 255, 255); background-color: rgb(139, 69, 19);">#8B4513</td>
</tr>
<tr>
<td style="color: rgb(0, 0, 0); background-color: peachpuff;">Peachpuff</td>
<td style="color: rgb(0, 0, 0); background-color: rgb(255, 218, 185);">#FFDAB9</td>
</tr>
<tr>
<td style="color: rgb(0, 0, 0); background-color: peru;">Peru</td>
<td style="color: rgb(0, 0, 0); background-color: rgb(205, 133, 63);">#CD853F</td>
</tr>
<tr>
<td style="color: rgb(0, 0, 0); background-color: linen;">Linen</td>
<td style="color: rgb(0, 0, 0); background-color: rgb(250, 240, 230);">#FAF0E6</td>
</tr>
<tr>
<td style="color: rgb(0, 0, 0); background-color: bisque;">Bisque</td>
<td style="color: rgb(0, 0, 0); background-color: rgb(255, 228, 196);">#FFE4C4</td>
</tr>
<tr>
<td style="color: rgb(0, 0, 0); background-color: burlywood;">Burlywood</td>
<td style="color: rgb(0, 0, 0); background-color: rgb(222, 184, 135);">#DEB887</td>
</tr>
<tr>
<td style="color: rgb(0, 0, 0); background-color: tan;">Tan</td>
<td style="color: rgb(0, 0, 0); background-color: rgb(210, 180, 140);">#D2B48C</td>
</tr>
<tr>
<td style="color: rgb(0, 0, 0); background-color: antiquewhite;">AntiqueWhite</td>
<td style="color: rgb(0, 0, 0); background-color: rgb(250, 235, 215);">#FAEBD7</td>
</tr>
<tr>
<td style="color: rgb(0, 0, 0); background-color: navajowhite;">NavajoWhite</td>
<td style="color: rgb(0, 0, 0); background-color: rgb(255, 222, 173);">#FFDEAD</td>
</tr>
<tr>
<td style="color: rgb(0, 0, 0); background-color: blanchedalmond;">BlanchedAlmond</td>
<td style="color: rgb(0, 0, 0); background-color: rgb(255, 235, 205);">#FFEBCD</td>
</tr>
<tr>
<td style="color: rgb(0, 0, 0); background-color: papayawhip;">PapayaWhip</td>
<td style="color: rgb(0, 0, 0); background-color: rgb(255, 239, 213);">#FFEFD5</td>
</tr>
<tr>
<td style="color: rgb(0, 0, 0); background-color: moccasin;">Moccasin</td>
<td style="color: rgb(0, 0, 0); background-color: rgb(255, 228, 181);">#FFE4B5</td>
</tr>
<tr>
<td style="color: rgb(0, 0, 0); background-color: wheat;">Wheat</td>
<td style="color: rgb(0, 0, 0); background-color: rgb(245, 222, 179);">#F5DEB3</td>
</tr>
<tr>
<td style="color: rgb(0, 0, 0); background-color: oldlace;">Oldlace</td>
<td style="color: rgb(0, 0, 0); background-color: rgb(253, 245, 230);">#FDF5E6</td>
</tr>
<tr>
<td style="color: rgb(0, 0, 0); background-color: floralwhite;">FloralWhite</td>
<td style="color: rgb(0, 0, 0); background-color: rgb(255, 250, 240);">#FFFAF0</td>
</tr>
<tr>
<td style="color: rgb(0, 0, 0); background-color: cornsilk;">Cornsilk</td>
<td style="color: rgb(0, 0, 0); background-color: rgb(255, 248, 220);">#FFF8DC</td>
</tr>
<tr>
<td style="color: rgb(0, 0, 0); background-color: khaki;">Khaki</td>
<td style="color: rgb(0, 0, 0); background-color: rgb(240, 230, 140);">#F0E68C</td>
</tr>
<tr>
<td style="color: rgb(0, 0, 0); background-color: lemonchiffon;">LemonChiffon</td>
<td style="color: rgb(0, 0, 0); background-color: rgb(255, 250, 205);">#FFFACD</td>
</tr>
<tr>
<td style="color: rgb(0, 0, 0); background-color: palegoldenrod;">PaleGoldenrod</td>
<td style="color: rgb(0, 0, 0); background-color: rgb(238, 232, 170);">#EEE8AA</td>
</tr>
<tr>
<td style="color: rgb(0, 0, 0); background-color: darkkhaki;">DarkKhaki</td>
<td style="color: rgb(0, 0, 0); background-color: rgb(189, 183, 107);">#BDB76B</td>
</tr>
<tr>
<td style="color: rgb(0, 0, 0); background-color: beige;">Beige</td>
<td style="color: rgb(0, 0, 0); background-color: rgb(245, 245, 220);">#F5F5DC</td>
</tr>
<tr>
<td style="color: rgb(0, 0, 0); background-color: lightgoldenrodyellow;">LightGoldenrodYellow</td>
<td style="color: rgb(0, 0, 0); background-color: rgb(250, 250, 210);">#FAFAD2</td>
</tr>
<tr>
<td style="color: rgb(0, 0, 0); background-color: lightyellow;">LightYellow</td>
<td style="color: rgb(0, 0, 0); background-color: rgb(255, 255, 224);">#FFFFE0</td>
</tr>
<tr>
<td style="color: rgb(0, 0, 0); background-color: ivory;">Ivory</td>
<td style="color: rgb(0, 0, 0); background-color: rgb(255, 255, 240);">#FFFFF0</td>
</tr>
<tr>
<td style="color: rgb(0, 0, 0); background-color: olivedrab;">OliveDrab</td>
<td style="color: rgb(0, 0, 0); background-color: rgb(107, 142, 35);">#6B8E23</td>
</tr>
<tr>
<td style="color: rgb(255, 255, 255); background-color: darkolivegreen;">DarkOliveGreen</td>
<td style="color: rgb(255, 255, 255); background-color: rgb(85, 107, 47);">#556B2F</td>
</tr>
<tr>
<td style="color: rgb(0, 0, 0); background-color: darkseagreen;">DarkSeaGreen</td>
<td style="color: rgb(0, 0, 0); background-color: rgb(143, 188, 143);">#8FBC8F</td>
</tr>
<tr>
<td style="color: rgb(255, 255, 255); background-color: darkgreen;">DarkGreen</td>
<td style="color: rgb(255, 255, 255); background-color: rgb(0, 100, 0);">#006400</td>
</tr>
<tr>
<td style="color: rgb(255, 255, 255); background-color: forestgreen;">ForestGreen</td>
<td style="color: rgb(255, 255, 255); background-color: rgb(34, 139, 34);">#228B22</td>
</tr>
<tr>
<td style="color: rgb(0, 0, 0); background-color: lightgreen;">LightGreen</td>
<td style="color: rgb(0, 0, 0); background-color: rgb(144, 238, 144);">#90EE90</td>
</tr>
<tr>
<td style="color: rgb(0, 0, 0); background-color: palegreen;">PaleGreen</td>
<td style="color: rgb(0, 0, 0); background-color: rgb(152, 251, 152);">#98FB98</td>
</tr>
<tr>
<td style="color: rgb(0, 0, 0); background-color: honeydew;">Honeydew</td>
<td style="color: rgb(0, 0, 0); background-color: rgb(240, 255, 240);">#F0FFF0</td>
</tr>
<tr>
<td style="color: rgb(0, 0, 0); background-color: seagreen;">SeaGreen</td>
<td style="color: rgb(0, 0, 0); background-color: rgb(46, 139, 87);">#2E8B57</td>
</tr>
<tr>
<td style="color: rgb(0, 0, 0); background-color: mediumseagreen;">MediumSeaGreen</td>
<td style="color: rgb(0, 0, 0); background-color: rgb(60, 179, 113);">#3CB371</td>
</tr>
<tr>
<td style="color: rgb(0, 0, 0); background-color: mintcream;">Mintcream</td>
<td style="color: rgb(0, 0, 0); background-color: rgb(245, 255, 250);">#F5FFFA</td>
</tr>
<tr>
<td style="color: rgb(0, 0, 0); background-color: mediumaquamarine;">MediumAquamarine</td>
<td style="color: rgb(0, 0, 0); background-color: rgb(102, 205, 170);">#66CDAA</td>
</tr>
<tr>
<td style="color: rgb(0, 0, 0); background-color: aquamarine;">Aquamarine</td>
<td style="color: rgb(0, 0, 0); background-color: rgb(127, 255, 212);">#7FFFD4</td>
</tr>
<tr>
<td style="color: rgb(255, 255, 255); background-color: darkslategray;">DarkSlateGray</td>
<td style="color: rgb(255, 255, 255); background-color: rgb(47, 79, 79);">#2F4F4F</td>
</tr>
<tr>
<td style="color: rgb(0, 0, 0); background-color: paleturquoise;">PaleTurquoise</td>
<td style="color: rgb(0, 0, 0); background-color: rgb(175, 238, 238);">#AFEEEE</td>
</tr>
<tr>
<td style="color: rgb(0, 0, 0); background-color: lightcyan;">LightCyan</td>
<td style="color: rgb(0, 0, 0); background-color: rgb(224, 255, 255);">#E0FFFF</td>
</tr>
<tr>
<td style="color: rgb(0, 0, 0); background-color: azure;">Azure</td>
<td style="color: rgb(0, 0, 0); background-color: rgb(240, 255, 255);">#F0FFFF</td>
</tr>
<tr>
<td style="color: rgb(0, 0, 0); background-color: cadetblue;">CadetBlue</td>
<td style="color: rgb(0, 0, 0); background-color: rgb(95, 158, 160);">#5F9EA0</td>
</tr>
<tr>
<td style="color: rgb(0, 0, 0); background-color: powderblue;">PowderBlue</td>
<td style="color: rgb(0, 0, 0); background-color: rgb(176, 224, 230);">#B0E0E6</td>
</tr>
<tr>
<td style="color: rgb(0, 0, 0); background-color: lightblue;">LightBlue</td>
<td style="color: rgb(0, 0, 0); background-color: rgb(173, 216, 230);">#ADD8E6</td>
</tr>
<tr>
<td style="color: rgb(0, 0, 0); background-color: skyblue;">SkyBlue</td>
<td style="color: rgb(0, 0, 0); background-color: rgb(135, 206, 235);">#87CEEB</td>
</tr>
<tr>
<td style="color: rgb(0, 0, 0); background-color: lightskyblue;">LightskyBlue</td>
<td style="color: rgb(0, 0, 0); background-color: rgb(135, 206, 250);">#87CEFA</td>
</tr>
<tr>
<td style="color: rgb(0, 0, 0); background-color: steelblue;">SteelBlue</td>
<td style="color: rgb(0, 0, 0); background-color: rgb(70, 130, 180);">#4682B4</td>
</tr>
<tr>
<td style="color: rgb(0, 0, 0); background-color: aliceblue;">AliceBlue</td>
<td style="color: rgb(0, 0, 0); background-color: rgb(240, 248, 255);">#F0F8FF</td>
</tr>
<tr>
<td style="color: rgb(0, 0, 0); background-color: slategray;">SlateGray</td>
<td style="color: rgb(0, 0, 0); background-color: rgb(112, 128, 144);">#708090</td>
</tr>
<tr>
<td style="color: rgb(0, 0, 0); background-color: lightslategray;">LightSlateGray</td>
<td style="color: rgb(0, 0, 0); background-color: rgb(119, 136, 153);">#778899</td>
</tr>
<tr>
<td style="color: rgb(0, 0, 0); background-color: lightsteelblue;">LightsteelBlue</td>
<td style="color: rgb(0, 0, 0); background-color: rgb(176, 196, 222);">#B0C4DE</td>
</tr>
<tr>
<td style="color: rgb(0, 0, 0); background-color: cornflowerblue;">CornflowerBlue</td>
<td style="color: rgb(0, 0, 0); background-color: rgb(100, 149, 237);">#6495ED</td>
</tr>
<tr>
<td style="color: rgb(0, 0, 0); background-color: lavender;">Lavender</td>
<td style="color: rgb(0, 0, 0); background-color: rgb(230, 230, 250);">#E6E6FA</td>
</tr>
<tr>
<td style="color: rgb(0, 0, 0); background-color: ghostwhite;">GhostWhite</td>
<td style="color: rgb(0, 0, 0); background-color: rgb(248, 248, 255);">#F8F8FF</td>
</tr>
<tr>
<td style="color: rgb(255, 255, 255); background-color: midnightblue;">MidnightBlue</td>
<td style="color: rgb(255, 255, 255); background-color: rgb(25, 25, 112);">#191970</td>
</tr>
<tr>
<td style="color: rgb(255, 255, 255); background-color: slateblue;">SlateBlue</td>
<td style="color: rgb(255, 255, 255); background-color: rgb(106, 90, 205);">#6A5ACD</td>
</tr>
<tr>
<td style="color: rgb(255, 255, 255); background-color: darkslateblue;">DarkSlateBlue</td>
<td style="color: rgb(255, 255, 255); background-color: rgb(72, 61, 139);">#483D8B</td>
</tr>
<tr>
<td style="color: rgb(0, 0, 0); background-color: mediumslateblue;">MediumSlateBlue</td>
<td style="color: rgb(0, 0, 0); background-color: rgb(123, 104, 238);">#7B68EE</td>
</tr>
<tr>
<td style="color: rgb(0, 0, 0); background-color: mediumpurple;">MediumPurple</td>
<td style="color: rgb(0, 0, 0); background-color: rgb(147, 112, 219);">#9370DB</td>
</tr>
<tr>
<td style="color: rgb(255, 255, 255); background-color: indigo;">Indigo</td>
<td style="color: rgb(255, 255, 255); background-color: rgb(75, 0, 130);">#4B0082</td>
</tr>
<tr>
<td style="color: rgb(0, 0, 0); background-color: mediumorchid;">MediumOrchid</td>
<td style="color: rgb(0, 0, 0); background-color: rgb(186, 85, 211);">#BA55D3</td>
</tr>
<tr>
<td style="color: rgb(0, 0, 0); background-color: plum;">Plum</td>
<td style="color: rgb(0, 0, 0); background-color: rgb(221, 160, 221);">#DDA0DD</td>
</tr>
<tr>
<td style="color: rgb(0, 0, 0); background-color: violet;">Violet</td>
<td style="color: rgb(0, 0, 0); background-color: rgb(238, 130, 238);">#EE82EE</td>
</tr>
<tr>
<td style="color: rgb(0, 0, 0); background-color: thistle;">Thistle</td>
<td style="color: rgb(0, 0, 0); background-color: rgb(216, 191, 216);">#D8BFD8</td>
</tr>
<tr>
<td style="color: rgb(0, 0, 0); background-color: orchid;">Orchid</td>
<td style="color: rgb(0, 0, 0); background-color: rgb(218, 112, 214);">#DA70D6</td>
</tr>
<tr>
<td style="color: rgb(0, 0, 0); background-color: lavenderblush;">LavenderBlush</td>
<td style="color: rgb(0, 0, 0); background-color: rgb(255, 240, 245);">#FFF0F5</td>
</tr>
<tr>
<td style="color: rgb(0, 0, 0); background-color: palevioletred;">PaleVioletRed</td>
<td style="color: rgb(0, 0, 0); background-color: rgb(219, 112, 147);">#DB7093</td>
</tr>
<tr>
<td style="color: rgb(0, 0, 0); background-color: pink;">Pink</td>
<td style="color: rgb(0, 0, 0); background-color: rgb(255, 192, 203);">#FFC0CB</td>
</tr>
<tr>
<td style="color: rgb(0, 0, 0); background-color: lightpink;">LightPink</td>
<td style="color: rgb(0, 0, 0); background-color: rgb(255, 182, 193);">#FFB6C1</td>
</tr>
<tr>
<td style="color: rgb(255, 255, 255); background-color: black;">Black</td>
<td style="color: rgb(255, 255, 255); background-color: rgb(0, 0, 0);">#000000</td>
</tr>
<tr>
<td style="color: rgb(255, 255, 255); background-color: dimgray;">DimGray</td>
<td style="color: rgb(255, 255, 255); background-color: rgb(105, 105, 105);">#696969</td>
</tr>
<tr>
<td style="color: rgb(0, 0, 0); background-color: gray;">Gray</td>
<td style="color: rgb(0, 0, 0); background-color: rgb(128, 128, 128);">#808080</td>
</tr>
<tr>
<td style="color: rgb(0, 0, 0); background-color: darkgray;">DarkGray</td>
<td style="color: rgb(0, 0, 0); background-color: rgb(169, 169, 169);">#A9A9A9</td>
</tr>
<tr>
<td style="color: rgb(0, 0, 0); background-color: silver;">Silver</td>
<td style="color: rgb(0, 0, 0); background-color: rgb(192, 192, 192);">#C0C0C0</td>
</tr>
<tr>
<td style="color: rgb(0, 0, 0); background-color: LightGrey;">LightGrey</td>
<td style="color: rgb(0, 0, 0); background-color: rgb(211, 211, 211);">#D3D3D3</td>
</tr>
<tr>
<td style="color: rgb(0, 0, 0); background-color: gainsboro;">Gainsboro</td>
<td style="color: rgb(0, 0, 0); background-color: rgb(220, 220, 220);">#DCDCDC</td>
</tr>
<tr>
<td style="color: rgb(0, 0, 0); background-color: whitesmoke;">WhiteSmoke</td>
<td style="color: rgb(0, 0, 0); background-color: rgb(245, 245, 245);">#F5F5F5</td>
</tr>
<tr>
<td style="color: rgb(0, 0, 0); background-color: white;">White</td>
<td style="color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">#FFFFFF</td>
</tr></table><br/>';
echo '<br />';
echo $div1.'<a href="/servises/">Сервисы</a>'.$div9;
include_once (H.'shaxty/foot.php');
?>