#786C1E

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

Shades of Pesto #786C1E

Tints of Pesto #786C1E

Color information

#786C1E (or 0x786C1E) is unknown color: approx Pesto. HEX triplet: 78, 6C and 1E. RGB value is (120,108,30). Sum of RGB (Red+Green+Blue) = 120+108+30=258 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.51% from 258); Green value is 108 (42.58% from 255 or 41.86% from 258); Blue value is 30 (12.11% from 255 or 11.63% from 258); Max value from RGB is 120 - color contains mainly: red. Hex color #786C1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786C1E is #8793E1. Grayscale: #676767. Windows color (decimal): -8885218 or 1993848. OLE color: 1993848.

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

Color convert

RGB12010830-
CMYK00.100.750.53
HSL52º60%29.41%-
HSV(B)52º75%47.06%-
XYZ13.3414.813.38-
YUV102.786.98140.34-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 46.51%
GREEN value IS 108 (42.58% from 255) = 41.86%
BLUE value IS 30 (12.11% from 255) = 11.63%
R=46.51%
G=41.86%
B=11.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.75
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201083000.100.750.53526029.41
Hex786C1E0A4B35343c1d
Octal1701543601211365647435
Binary111100011011001111001010100101111010111010011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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