COLOR #786D61

HEX: #786D61 RGB: (120,109,97)

Color info

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

RGB color model

#786D61 color RGB value is (120,109,97).

RGB: (120,109,97) (47%, 43%, 38%)

RGB channels and saturation

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

120
109
97

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

Portions of RGB colors in percentages

R + G + B = 120 + 109 + 97 = 326 (100%)
R 120 of 326 ~ 36.81%
G 109 of 326 ~ 33.44%
B 97 of 326 ~ 29.75'%

%36.81
%33.44
%29.75

CMYK color model

#786D61 color CMYK value is (0,9,19,53).

  • cyan value is 0.00%
  • magenta value is 9.17%
  • yellow value is 19.17%
  • key color value is 52.94%

CMYK: (0,9,19,53)
C0M9Y19K53 (0%, 9%, 19%, 53%)
(0.00 / 0.09 / 0.19 / 0.53)

CMYK percentages

%0
%9.17
%19.17
%52.94

Codes

Color #786D61 in popluar color models

78 6D 61
RGB 120 109 97
HSL 31° 10.60% 42.55%
HSB/HSV 31° 19.17% 47.06%
CMYK 0.00% 9.17% 19.17%
52.94%

Color #786D61 in popluar number systems.

HEX 78 6D 61
Decimal 120 109 97
Binary 1111000 1101101 1100001
Octal 170 155 141

Shades and tints

Shades of #786D61

#786D61
(120,109,97)
#6E6459
(110,100,89)
#645B51
(100,91,81)
#5A5249
(90,82,73)
#504941
(80,73,65)
#464039
(70,64,57)
#3C3731
(60,55,49)
#322E29
(50,46,41)
#282521
(40,37,33)
#1E1C19
(30,28,25)
#141311
(20,19,17)
#000000
(0,0,0)

Tints of #786D61

#786D61
(120,109,97)
#847A6F
(132,122,111)
#90877D
(144,135,125)
#9C948B
(156,148,139)
#A8A199
(168,161,153)
#B4AEA7
(180,174,167)
#C0BBB5
(192,187,181)
#CCC8C3
(204,200,195)
#D8D5D1
(216,213,209)
#E4E2DF
(228,226,223)
#F0EFED
(240,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #786D61; }

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

This text font color is #786D61.

Background Color

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

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

This div background color is #786D61.

Border color

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

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

This div border color is #786D61.

Opacity

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

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

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

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

This text has shadow with #786D61 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #786D61.

Preview

Color preview on black background

This text has color #786D61 on black background.


Color preview on white background

This text has color #786D61 on white background.


Black color preview on #786D61 background

This text has black color on #786D61 background.


White color preview on #786D61 background

This text has white color on #786D61 background.


Related colors

Complementary color

Complementary color for #hex is #87929E.


I love getcolorcode.com

Triadic colors

1 #61786D and #6D6178 with #786D61 are triadic colors.

2 #616D78 and #6D7861 with #786D61 are triadic colors.