COLOR #786E61

HEX: #786E61
RGB: (120,110,97)

Color info

#786E61 contains red, green and blue colors in about the same proportion. Web safe color of #786E61 is #666666 (or #666).

RGB color model

#786E61 color RGB value is (120,110,97).

  • red value is 120;
  • green value is 110;
  • blue value is 97.
RGB:
(120,110,97)
(47%,43%,38%)

RGB channels and saturation

R 120 of 255 = 47%
G 110 of 255 = 43%
B 97 of 255 = 38%

120
110
97

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

Portions of RGB colors in percentages

R + G + B =
120 + 110 + 97 = 327 (100%)
R 120 of 327 ~ 36.7%
G 110 of 327 ~ 33.64%
B 97 of 327 ~ 29.66%

%36.7
%33.64
%29.66

CMYK color model

#786E61 color CMYK value is (0,8,19,53).

  • cyan value is 0.00%
  • magenta value is 8.33%
  • yellow value is 19.17%
  • key color value is 52.94%
CMYK:
(0,8,19,53)
C0M8Y19K53 
(0%,8%,19%,53%)
(0.00/0.08/0.19/0.53)	

CMYK percentages

%0
%8.33
%19.17
%52.94

Codes

Color #786E61 in popluar color models

786E61
RGB12011097
HSL34°10.60%42.55%
HSB/HSV34°19.17%47.06%
CMYK0.00%8.33%19.17%
52.94%

Color #786E61 in popluar number systems.

HEX786E61
Decimal12011097
Binary111100011011101100001
Octal170156141

Shades and tints

Shades of #786E61

#786E61
(120,110,97)
#6E6459
(110,100,89)
#645A51
(100,90,81)
#5A5049
(90,80,73)
#504641
(80,70,65)
#463C39
(70,60,57)
#3C3231
(60,50,49)
#322829
(50,40,41)
#281E21
(40,30,33)
#1E1419
(30,20,25)
#140A11
(20,10,17)
#000000
(0,0,0)

Tints of #786E61

#786E61
(120,110,97)
#847B6F
(132,123,111)
#90887D
(144,136,125)
#9C958B
(156,149,139)
#A8A299
(168,162,153)
#B4AFA7
(180,175,167)
#C0BCB5
(192,188,181)
#CCC9C3
(204,201,195)
#D8D6D1
(216,214,209)
#E4E3DF
(228,227,223)
#F0F0ED
(240,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #786E61; }

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

This text font color is #786E61.


Background Color

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

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

This div background color is #786E61.


Border color

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

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

This div border color is #786E61.


Opacity

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

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

Text with #786E61 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 #786E61;}

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

This text has shadow with #786E61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #786E61 on black background.


Color preview on white background

This text has color #786E61 on white background.



Black color preview on #786E61 background

This text has black color on #786E61 background.


White color preview on #786E61 background

This text has white color on #786E61 background.