COLOR #786B55

HEX: #786B55 RGB: (120,107,85)

Color info

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

RGB color model

#786B55 color RGB value is (120,107,85).

RGB: (120,107,85) (47%, 42%, 33%)

RGB channels and saturation

R 120 of 255 = 47%
G 107 of 255 = 42%
B 85 of 255 = 33%

120
107
85

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

Portions of RGB colors in percentages

R + G + B = 120 + 107 + 85 = 312 (100%)
R 120 of 312 ~ 38.46%
G 107 of 312 ~ 34.29%
B 85 of 312 ~ 27.24'%

%38.46
%34.29
%27.24

CMYK color model

#786B55 color CMYK value is (0,11,29,53).

  • cyan value is 0.00%
  • magenta value is 10.83%
  • yellow value is 29.17%
  • key color value is 52.94%

CMYK: (0,11,29,53)
C0M11Y29K53 (0%, 11%, 29%, 53%)
(0.00 / 0.11 / 0.29 / 0.53)

CMYK percentages

%0
%10.83
%29.17
%52.94

Codes

Color #786B55 in popluar color models

78 6B 55
RGB 120 107 85
HSL 38° 17.07% 40.20%
HSB/HSV 38° 29.17% 47.06%
CMYK 0.00% 10.83% 29.17%
52.94%

Color #786B55 in popluar number systems.

HEX 78 6B 55
Decimal 120 107 85
Binary 1111000 1101011 1010101
Octal 170 153 125

Shades and tints

Shades of #786B55

#786B55
(120,107,85)
#6E624E
(110,98,78)
#645947
(100,89,71)
#5A5040
(90,80,64)
#504739
(80,71,57)
#463E32
(70,62,50)
#3C352B
(60,53,43)
#322C24
(50,44,36)
#28231D
(40,35,29)
#1E1A16
(30,26,22)
#14110F
(20,17,15)
#000000
(0,0,0)

Tints of #786B55

#786B55
(120,107,85)
#847864
(132,120,100)
#908573
(144,133,115)
#9C9282
(156,146,130)
#A89F91
(168,159,145)
#B4ACA0
(180,172,160)
#C0B9AF
(192,185,175)
#CCC6BE
(204,198,190)
#D8D3CD
(216,211,205)
#E4E0DC
(228,224,220)
#F0EDEB
(240,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #786B55 color. Also use rgb(120,107,85) instead hex code.

Text Font Color

.myTextColor { color: #786B55; }

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

This text font color is #786B55.

Background Color

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

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

This div background color is #786B55.

Border color

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

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

This div border color is #786B55.

Opacity

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

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

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

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

This text has shadow with #786B55 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #786B55.

Preview

Color preview on black background

This text has color #786B55 on black background.


Color preview on white background

This text has color #786B55 on white background.


Black color preview on #786B55 background

This text has black color on #786B55 background.


White color preview on #786B55 background

This text has white color on #786B55 background.


Related colors

Complementary color

Complementary color for #hex is #8794AA.


I love getcolorcode.com

Triadic colors

1 #55786B and #6B5578 with #786B55 are triadic colors.

2 #556B78 and #6B7855 with #786B55 are triadic colors.