COLOR #786B5F

HEX: #786B5F
RGB: (120,107,95)

Color info

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

RGB color model

#786B5F color RGB value is (120,107,95).

  • red value is 120;
  • green value is 107;
  • blue value is 95.
RGB:
(120,107,95)
(47%,42%,37%)

RGB channels and saturation

R 120 of 255 = 47%
G 107 of 255 = 42%
B 95 of 255 = 37%

120
107
95

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

Portions of RGB colors in percentages

R + G + B =
120 + 107 + 95 = 322 (100%)
R 120 of 322 ~ 37.27%
G 107 of 322 ~ 33.23%
B 95 of 322 ~ 29.5%

%37.27
%33.23
%29.5

CMYK color model

#786B5F color CMYK value is (0,11,21,53).

  • cyan value is 0.00%
  • magenta value is 10.83%
  • yellow value is 20.83%
  • key color value is 52.94%
CMYK:
(0,11,21,53)
C0M11Y21K53 
(0%,11%,21%,53%)
(0.00/0.11/0.21/0.53)	

CMYK percentages

%0
%10.83
%20.83
%52.94

Codes

Color #786B5F in popluar color models

786B5F
RGB12010795
HSL29°11.63%42.16%
HSB/HSV29°20.83%47.06%
CMYK0.00%10.83%20.83%
52.94%

Color #786B5F in popluar number systems.

HEX786B5F
Decimal12010795
Binary111100011010111011111
Octal170153137

Shades and tints

Shades of #786B5F

#786B5F
(120,107,95)
#6E6257
(110,98,87)
#64594F
(100,89,79)
#5A5047
(90,80,71)
#50473F
(80,71,63)
#463E37
(70,62,55)
#3C352F
(60,53,47)
#322C27
(50,44,39)
#28231F
(40,35,31)
#1E1A17
(30,26,23)
#14110F
(20,17,15)
#000000
(0,0,0)

Tints of #786B5F

#786B5F
(120,107,95)
#84786D
(132,120,109)
#90857B
(144,133,123)
#9C9289
(156,146,137)
#A89F97
(168,159,151)
#B4ACA5
(180,172,165)
#C0B9B3
(192,185,179)
#CCC6C1
(204,198,193)
#D8D3CF
(216,211,207)
#E4E0DD
(228,224,221)
#F0EDEB
(240,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #786B5F; }

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

This text font color is #786B5F.


Background Color

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

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

This div background color is #786B5F.


Border color

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

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

This div border color is #786B5F.


Opacity

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

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

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

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

This text has shadow with #786B5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #786B5F on black background.


Color preview on white background

This text has color #786B5F on white background.



Black color preview on #786B5F background

This text has black color on #786B5F background.


White color preview on #786B5F background

This text has white color on #786B5F background.