COLOR #786D5C

HEX: #786D5C
RGB: (120,109,92)

Color info

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

RGB color model

#786D5C color RGB value is (120,109,92).

  • red value is 120;
  • green value is 109;
  • blue value is 92.
RGB:
(120,109,92)
(47%,43%,36%)

RGB channels and saturation

R 120 of 255 = 47%
G 109 of 255 = 43%
B 92 of 255 = 36%

120
109
92

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

Portions of RGB colors in percentages

R + G + B =
120 + 109 + 92 = 321 (100%)
R 120 of 321 ~ 37.38%
G 109 of 321 ~ 33.96%
B 92 of 321 ~ 28.66%

%37.38
%33.96
%28.66

CMYK color model

#786D5C color CMYK value is (0,9,23,53).

  • cyan value is 0.00%
  • magenta value is 9.17%
  • yellow value is 23.33%
  • key color value is 52.94%
CMYK:
(0,9,23,53)
C0M9Y23K53 
(0%,9%,23%,53%)
(0.00/0.09/0.23/0.53)	

CMYK percentages

%0
%9.17
%23.33
%52.94

Codes

Color #786D5C in popluar color models

786D5C
RGB12010992
HSL36°13.21%41.57%
HSB/HSV36°23.33%47.06%
CMYK0.00%9.17%23.33%
52.94%

Color #786D5C in popluar number systems.

HEX786D5C
Decimal12010992
Binary111100011011011011100
Octal170155134

Shades and tints

Shades of #786D5C

#786D5C
(120,109,92)
#6E6454
(110,100,84)
#645B4C
(100,91,76)
#5A5244
(90,82,68)
#50493C
(80,73,60)
#464034
(70,64,52)
#3C372C
(60,55,44)
#322E24
(50,46,36)
#28251C
(40,37,28)
#1E1C14
(30,28,20)
#14130C
(20,19,12)
#000000
(0,0,0)

Tints of #786D5C

#786D5C
(120,109,92)
#847A6A
(132,122,106)
#908778
(144,135,120)
#9C9486
(156,148,134)
#A8A194
(168,161,148)
#B4AEA2
(180,174,162)
#C0BBB0
(192,187,176)
#CCC8BE
(204,200,190)
#D8D5CC
(216,213,204)
#E4E2DA
(228,226,218)
#F0EFE8
(240,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #786D5C; }

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

This text font color is #786D5C.


Background Color

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

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

This div background color is #786D5C.


Border color

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

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

This div border color is #786D5C.


Opacity

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

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

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

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

This text has shadow with #786D5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #786D5C on black background.


Color preview on white background

This text has color #786D5C on white background.



Black color preview on #786D5C background

This text has black color on #786D5C background.


White color preview on #786D5C background

This text has white color on #786D5C background.