COLOR #786E63

HEX: #786E63
RGB: (120,110,99)

Color info

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

RGB color model

#786E63 color RGB value is (120,110,99).

  • red value is 120;
  • green value is 110;
  • blue value is 99.
RGB:
(120,110,99)
(47%,43%,39%)

RGB channels and saturation

R 120 of 255 = 47%
G 110 of 255 = 43%
B 99 of 255 = 39%

120
110
99

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

Portions of RGB colors in percentages

R + G + B =
120 + 110 + 99 = 329 (100%)
R 120 of 329 ~ 36.47%
G 110 of 329 ~ 33.43%
B 99 of 329 ~ 30.09%

%36.47
%33.43
%30.09

CMYK color model

#786E63 color CMYK value is (0,8,18,53).

  • cyan value is 0.00%
  • magenta value is 8.33%
  • yellow value is 17.50%
  • key color value is 52.94%
CMYK:
(0,8,18,53)
C0M8Y18K53 
(0%,8%,18%,53%)
(0.00/0.08/0.18/0.53)	

CMYK percentages

%0
%8.33
%17.5
%52.94

Codes

Color #786E63 in popluar color models

786E63
RGB12011099
HSL31°9.59%42.94%
HSB/HSV31°17.50%47.06%
CMYK0.00%8.33%17.50%
52.94%

Color #786E63 in popluar number systems.

HEX786E63
Decimal12011099
Binary111100011011101100011
Octal170156143

Shades and tints

Shades of #786E63

#786E63
(120,110,99)
#6E645A
(110,100,90)
#645A51
(100,90,81)
#5A5048
(90,80,72)
#50463F
(80,70,63)
#463C36
(70,60,54)
#3C322D
(60,50,45)
#322824
(50,40,36)
#281E1B
(40,30,27)
#1E1412
(30,20,18)
#140A09
(20,10,9)
#000000
(0,0,0)

Tints of #786E63

#786E63
(120,110,99)
#847B71
(132,123,113)
#90887F
(144,136,127)
#9C958D
(156,149,141)
#A8A29B
(168,162,155)
#B4AFA9
(180,175,169)
#C0BCB7
(192,188,183)
#CCC9C5
(204,201,197)
#D8D6D3
(216,214,211)
#E4E3E1
(228,227,225)
#F0F0EF
(240,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #786E63 color. Also use rgb(120,110,99) instead hex code.

Text Font Color

.myTextColor { color: #786E63; }

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

This text font color is #786E63.


Background Color

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

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

This div background color is #786E63.


Border color

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

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

This div border color is #786E63.


Opacity

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

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

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

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

This text has shadow with #786E63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #786E63 on black background.


Color preview on white background

This text has color #786E63 on white background.



Black color preview on #786E63 background

This text has black color on #786E63 background.


White color preview on #786E63 background

This text has white color on #786E63 background.