COLOR #786F5B

HEX: #786F5B
RGB: (120,111,91)

Color info

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

RGB color model

#786F5B color RGB value is (120,111,91).

  • red value is 120;
  • green value is 111;
  • blue value is 91.
RGB:
(120,111,91)
(47%,44%,36%)

RGB channels and saturation

R 120 of 255 = 47%
G 111 of 255 = 44%
B 91 of 255 = 36%

120
111
91

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

Portions of RGB colors in percentages

R + G + B =
120 + 111 + 91 = 322 (100%)
R 120 of 322 ~ 37.27%
G 111 of 322 ~ 34.47%
B 91 of 322 ~ 28.26%

%37.27
%34.47
%28.26

CMYK color model

#786F5B color CMYK value is (0,8,24,53).

  • cyan value is 0.00%
  • magenta value is 7.50%
  • yellow value is 24.17%
  • key color value is 52.94%
CMYK:
(0,8,24,53)
C0M8Y24K53 
(0%,8%,24%,53%)
(0.00/0.08/0.24/0.53)	

CMYK percentages

%0
%7.5
%24.17
%52.94

Codes

Color #786F5B in popluar color models

786F5B
RGB12011191
HSL41°13.74%41.37%
HSB/HSV41°24.17%47.06%
CMYK0.00%7.50%24.17%
52.94%

Color #786F5B in popluar number systems.

HEX786F5B
Decimal12011191
Binary111100011011111011011
Octal170157133

Shades and tints

Shades of #786F5B

#786F5B
(120,111,91)
#6E6553
(110,101,83)
#645B4B
(100,91,75)
#5A5143
(90,81,67)
#50473B
(80,71,59)
#463D33
(70,61,51)
#3C332B
(60,51,43)
#322923
(50,41,35)
#281F1B
(40,31,27)
#1E1513
(30,21,19)
#140B0B
(20,11,11)
#000000
(0,0,0)

Tints of #786F5B

#786F5B
(120,111,91)
#847C69
(132,124,105)
#908977
(144,137,119)
#9C9685
(156,150,133)
#A8A393
(168,163,147)
#B4B0A1
(180,176,161)
#C0BDAF
(192,189,175)
#CCCABD
(204,202,189)
#D8D7CB
(216,215,203)
#E4E4D9
(228,228,217)
#F0F1E7
(240,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #786F5B color. Also use rgb(120,111,91) instead hex code.

Text Font Color

.myTextColor { color: #786F5B; }

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

This text font color is #786F5B.


Background Color

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

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

This div background color is #786F5B.


Border color

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

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

This div border color is #786F5B.


Opacity

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

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

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

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

This text has shadow with #786F5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #786F5B on black background.


Color preview on white background

This text has color #786F5B on white background.



Black color preview on #786F5B background

This text has black color on #786F5B background.


White color preview on #786F5B background

This text has white color on #786F5B background.