#786E2A

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

Shades of Pesto #786E2A

Tints of Pesto #786E2A

Color information

#786E2A (or 0x786E2A) is unknown color: approx Pesto. HEX triplet: 78, 6E and 2A. RGB value is (120,110,42). Sum of RGB (Red+Green+Blue) = 120+110+42=272 (36% of max value = 765). Red value is 120 (47.27% from 255 or 44.12% from 272); Green value is 110 (43.36% from 255 or 40.44% from 272); Blue value is 42 (16.80% from 255 or 15.44% from 272); Max value from RGB is 120 - color contains mainly: red. Hex color #786E2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786E2A is #8791D5. Grayscale: #696969. Windows color (decimal): -8884694 or 2780792. OLE color: 2780792.

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

Color convert

RGB12011042-
CMYK00.080.650.53
HSL52.31º48.15%31.76%-
HSV(B)52.31º65%47.06%-
XYZ13.7415.314.42-
YUV105.2492.31138.53-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 44.12%
GREEN value IS 110 (43.36% from 255) = 40.44%
BLUE value IS 42 (16.80% from 255) = 15.44%
R=44.12%
G=40.44%
B=15.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.65
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201104200.080.650.5352.3148.1531.76
Hex786E2A084135343020
Octal1701565201010165646040
Binary11110001101110101010010001000001110101110100110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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