#786E20

Color #786E20 Pesto (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pesto #786E20

Tints of Pesto #786E20

Color information

#786E20 (or 0x786E20) is unknown color: approx Pesto. HEX triplet: 78, 6E and 20. RGB value is (120,110,32). Sum of RGB (Red+Green+Blue) = 120+110+32=262 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.80% from 262); Green value is 110 (43.36% from 255 or 41.98% from 262); Blue value is 32 (12.89% from 255 or 12.21% from 262); Max value from RGB is 120 - color contains mainly: red. Hex color #786E20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786E20 is #8791DF. Grayscale: #686868. Windows color (decimal): -8884704 or 2125432. OLE color: 2125432.

HSL color Cylindrical-coordinate representation of color #786E20: hue angle of 53.18º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #786E20 is Cyan = 0, Magento = 0.08, Yellow = 0.73 and Black (K on CMYK) = 0.53.

Color convert

RGB12011032-
CMYK00.080.730.53
HSL53.18º57.89%29.8%-
HSV(B)53.18º73.33%47.06%-
XYZ13.5815.253.59-
YUV104.187.31139.34-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 120 (47.27% from 255) = 45.80%
GREEN value IS 110 (43.36% from 255) = 41.98%
BLUE value IS 32 (12.89% from 255) = 12.21%
R=45.80%
G=41.98%
B=12.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.73
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201103200.080.730.5353.1857.8929.8
Hex786E20084935353a1e
Octal1701564001011165657236
Binary1111000110111010000001000100100111010111010111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786E20; }

 p { color: rgb(120,110,32); }

 H1.HeaderClassName
 {
   color: #786E20;
 }
 .AnyTagClassName
 {
   color: #786E20;
 }
</style>
background-color css

<style>
 a { background-color: #786E20; }

 a { background-color: rgb(120,110,32); }

 div.DivClassName
 {
   background-color: #786E20;
 }
 .BgClassName
 {
   background-color: #786E20;
 }
</style>
border-color css

<style>
 span { border-color: #786E20; }

 span { border-color: rgb(120,110,32); }

 td.TdClassName
 {
   border-color: #786E20;
 }
 .TagClassName
 {
   border-color: #786E20;
 }
</style>