COLOR #786E49

HEX: #786E49 RGB: (120,110,73)

Color info

#786E49 contains red, green and blue colors in about the same proportion. Web safe color of #786E49 is #666633 (or #663).

RGB color model

#786E49 color RGB value is (120,110,73).

RGB: (120,110,73) (47%, 43%, 29%)

RGB channels and saturation

R 120 of 255 = 47%
G 110 of 255 = 43%
B 73 of 255 = 29%

120
110
73

R + G + B ~ 40%. #786E49 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 120 + 110 + 73 = 303 (100%)
R 120 of 303 ~ 39.6%
G 110 of 303 ~ 36.3%
B 73 of 303 ~ 24.09'%

%39.6
%36.3
%24.09

CMYK color model

#786E49 color CMYK value is (0,8,39,53).

  • cyan value is 0.00%
  • magenta value is 8.33%
  • yellow value is 39.17%
  • key color value is 52.94%

CMYK: (0,8,39,53)
C0M8Y39K53 (0%, 8%, 39%, 53%)
(0.00 / 0.08 / 0.39 / 0.53)

CMYK percentages

%0
%8.33
%39.17
%52.94

Codes

Color #786E49 in popluar color models

78 6E 49
RGB 120 110 73
HSL 47° 24.35% 37.84%
HSB/HSV 47° 39.17% 47.06%
CMYK 0.00% 8.33% 39.17%
52.94%

Color #786E49 in popluar number systems.

HEX 78 6E 49
Decimal 120 110 73
Binary 1111000 1101110 1001001
Octal 170 156 111

Shades and tints

Shades of #786E49

#786E49
(120,110,73)
#6E6443
(110,100,67)
#645A3D
(100,90,61)
#5A5037
(90,80,55)
#504631
(80,70,49)
#463C2B
(70,60,43)
#3C3225
(60,50,37)
#32281F
(50,40,31)
#281E19
(40,30,25)
#1E1413
(30,20,19)
#140A0D
(20,10,13)
#000000
(0,0,0)

Tints of #786E49

#786E49
(120,110,73)
#847B59
(132,123,89)
#908869
(144,136,105)
#9C9579
(156,149,121)
#A8A289
(168,162,137)
#B4AF99
(180,175,153)
#C0BCA9
(192,188,169)
#CCC9B9
(204,201,185)
#D8D6C9
(216,214,201)
#E4E3D9
(228,227,217)
#F0F0E9
(240,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #786E49 color. Also use rgb(120,110,73) instead hex code.

Text Font Color

.myTextColor { color: #786E49; }

<p style="color:#786E49">This sample text font color is #786E49.</p>

This text font color is #786E49.

Background Color

.myBgColor { background-color: #786E49; }

<div style="background-color:#786E49">Inner text</div>

This div background color is #786E49.

Border color

.myBorderColor { border: 1px solid #786E49; }

<div style="border:3px solid #786E49">Div</div>

This div border color is #786E49.

Opacity

.myOpacity80 { color: #786E49; opacity: 0.8; }

<p style="color:#786E49;opacity:0.8;">80%</p>

Text with #786E49 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #786E49;}

<p style="text-shadow: 3px 3px 1px #786E49">Text here.</p>

This text has shadow with #786E49 color.


.textShadow {text-shadow: 3px 3px 1px #786E49', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #786E49, 5px 5px 20px red">Text here.</p>

This text has shadow with #786E49 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#786E49, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#786E49, Direction=45, Strength=4)">Text</p>

This text has shadow with #786E49 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #786E49;
-webkit-box-shadow: 1px 1px 3px 2px #786E49;
box-shadow: 1px 1px 3px 2px #786E49;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #786E49; -webkit-box-shadow: 1px 1px 3px 2px #786E49; box-shadow:1px 1px 3px 2px #786E49;">
Div content here
</div>

This div box has shadow with color #786E49.

Preview

Color preview on black background

This text has color #786E49 on black background.


Color preview on white background

This text has color #786E49 on white background.


Black color preview on #786E49 background

This text has black color on #786E49 background.


White color preview on #786E49 background

This text has white color on #786E49 background.


Related colors

Complementary color

Complementary color for #hex is #8791B6.


I love getcolorcode.com

Triadic colors

1 #49786E and #6E4978 with #786E49 are triadic colors.

2 #496E78 and #6E7849 with #786E49 are triadic colors.