COLOR #786A56

HEX: #786A56 RGB: (120,106,86)

Color info

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

RGB color model

#786A56 color RGB value is (120,106,86).

RGB: (120,106,86) (47%, 42%, 34%)

RGB channels and saturation

R 120 of 255 = 47%
G 106 of 255 = 42%
B 86 of 255 = 34%

120
106
86

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

Portions of RGB colors in percentages

R + G + B = 120 + 106 + 86 = 312 (100%)
R 120 of 312 ~ 38.46%
G 106 of 312 ~ 33.97%
B 86 of 312 ~ 27.56'%

%38.46
%33.97
%27.56

CMYK color model

#786A56 color CMYK value is (0,12,28,53).

  • cyan value is 0.00%
  • magenta value is 11.67%
  • yellow value is 28.33%
  • key color value is 52.94%

CMYK: (0,12,28,53)
C0M12Y28K53 (0%, 12%, 28%, 53%)
(0.00 / 0.12 / 0.28 / 0.53)

CMYK percentages

%0
%11.67
%28.33
%52.94

Codes

Color #786A56 in popluar color models

78 6A 56
RGB 120 106 86
HSL 35° 16.50% 40.39%
HSB/HSV 35° 28.33% 47.06%
CMYK 0.00% 11.67% 28.33%
52.94%

Color #786A56 in popluar number systems.

HEX 78 6A 56
Decimal 120 106 86
Binary 1111000 1101010 1010110
Octal 170 152 126

Shades and tints

Shades of #786A56

#786A56
(120,106,86)
#6E614F
(110,97,79)
#645848
(100,88,72)
#5A4F41
(90,79,65)
#50463A
(80,70,58)
#463D33
(70,61,51)
#3C342C
(60,52,44)
#322B25
(50,43,37)
#28221E
(40,34,30)
#1E1917
(30,25,23)
#141010
(20,16,16)
#000000
(0,0,0)

Tints of #786A56

#786A56
(120,106,86)
#847765
(132,119,101)
#908474
(144,132,116)
#9C9183
(156,145,131)
#A89E92
(168,158,146)
#B4ABA1
(180,171,161)
#C0B8B0
(192,184,176)
#CCC5BF
(204,197,191)
#D8D2CE
(216,210,206)
#E4DFDD
(228,223,221)
#F0ECEC
(240,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #786A56 color. Also use rgb(120,106,86) instead hex code.

Text Font Color

.myTextColor { color: #786A56; }

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

This text font color is #786A56.

Background Color

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

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

This div background color is #786A56.

Border color

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

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

This div border color is #786A56.

Opacity

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

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

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

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

This text has shadow with #786A56 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #786A56.

Preview

Color preview on black background

This text has color #786A56 on black background.


Color preview on white background

This text has color #786A56 on white background.


Black color preview on #786A56 background

This text has black color on #786A56 background.


White color preview on #786A56 background

This text has white color on #786A56 background.


Related colors

Complementary color

Complementary color for #hex is #8795A9.


I love getcolorcode.com

Triadic colors

1 #56786A and #6A5678 with #786A56 are triadic colors.

2 #566A78 and #6A7856 with #786A56 are triadic colors.