#786B2A

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

Shades of Pesto #786B2A

Tints of Pesto #786B2A

Color information

#786B2A (or 0x786B2A) is unknown color: approx Pesto. HEX triplet: 78, 6B and 2A. RGB value is (120,107,42). Sum of RGB (Red+Green+Blue) = 120+107+42=269 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.61% from 269); Green value is 107 (42.19% from 255 or 39.78% from 269); Blue value is 42 (16.80% from 255 or 15.61% from 269); Max value from RGB is 120 - color contains mainly: red. Hex color #786B2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786B2A is #8794D5. Grayscale: #676767. Windows color (decimal): -8885462 or 2780024. OLE color: 2780024.

HSL color Cylindrical-coordinate representation of color #786B2A: hue angle of 50º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #786B2A is Cyan = 0, Magento = 0.11, Yellow = 0.65 and Black (K on CMYK) = 0.53.

Color convert

RGB12010742-
CMYK00.110.650.53
HSL50º48.15%31.76%-
HSV(B)50º65%47.06%-
XYZ13.4214.684.32-
YUV103.4893.31139.79-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 44.61%
GREEN value IS 107 (42.19% from 255) = 39.78%
BLUE value IS 42 (16.80% from 255) = 15.61%
R=44.61%
G=39.78%
B=15.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.65
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201074200.110.650.535048.1531.76
Hex786B2A0B4135323020
Octal1701535201310165626040
Binary11110001101011101010010111000001110101110010110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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