#786B20

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

Shades of Pesto #786B20

Tints of Pesto #786B20

Color information

#786B20 (or 0x786B20) is unknown color: approx Pesto. HEX triplet: 78, 6B and 20. RGB value is (120,107,32). Sum of RGB (Red+Green+Blue) = 120+107+32=259 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.33% from 259); Green value is 107 (42.19% from 255 or 41.31% from 259); Blue value is 32 (12.89% from 255 or 12.36% from 259); Max value from RGB is 120 - color contains mainly: red. Hex color #786B20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786B20 is #8794DF. Grayscale: #666666. Windows color (decimal): -8885472 or 2124664. OLE color: 2124664.

HSL color Cylindrical-coordinate representation of color #786B20: hue angle of 51.14º 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 #786B20 is Cyan = 0, Magento = 0.11, Yellow = 0.73 and Black (K on CMYK) = 0.53.

Color convert

RGB12010732-
CMYK00.110.730.53
HSL51.14º57.89%29.8%-
HSV(B)51.14º73.33%47.06%-
XYZ13.2614.613.49-
YUV102.3488.31140.6-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 46.33%
GREEN value IS 107 (42.19% from 255) = 41.31%
BLUE value IS 32 (12.89% from 255) = 12.36%
R=46.33%
G=41.31%
B=12.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.73
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201073200.110.730.5351.1457.8929.8
Hex786B200B4935333a1e
Octal1701534001311165637236
Binary1111000110101110000001011100100111010111001111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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