#786E1E

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

Shades of Pesto #786E1E

Tints of Pesto #786E1E

Color information

#786E1E (or 0x786E1E) is unknown color: approx Pesto. HEX triplet: 78, 6E and 1E. RGB value is (120,110,30). Sum of RGB (Red+Green+Blue) = 120+110+30=260 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.15% from 260); Green value is 110 (43.36% from 255 or 42.31% from 260); Blue value is 30 (12.11% from 255 or 11.54% from 260); Max value from RGB is 120 - color contains mainly: red. Hex color #786E1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786E1E is #8791E1. Grayscale: #686868. Windows color (decimal): -8884706 or 1994360. OLE color: 1994360.

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

Color convert

RGB12011030-
CMYK00.080.750.53
HSL53.33º60%29.41%-
HSV(B)53.33º75%47.06%-
XYZ13.5615.243.46-
YUV103.8786.31139.5-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 46.15%
GREEN value IS 110 (43.36% from 255) = 42.31%
BLUE value IS 30 (12.11% from 255) = 11.54%
R=46.15%
G=42.31%
B=11.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.75
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201103000.080.750.5353.336029.41
Hex786E1E084B35353c1d
Octal1701563601011365657435
Binary111100011011101111001000100101111010111010111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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