COLOR #786855

HEX: #786855
RGB: (120,104,85)

Color info

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

RGB color model

#786855 color RGB value is (120,104,85).

  • red value is 120;
  • green value is 104;
  • blue value is 85.
RGB:
(120,104,85)
(47%,41%,33%)

RGB channels and saturation

R 120 of 255 = 47%
G 104 of 255 = 41%
B 85 of 255 = 33%

120
104
85

R + G + B ~ 40%. #786855 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
120 + 104 + 85 = 309 (100%)
R 120 of 309 ~ 38.83%
G 104 of 309 ~ 33.66%
B 85 of 309 ~ 27.51%

%38.83
%33.66
%27.51

CMYK color model

#786855 color CMYK value is (0,13,29,53).

  • cyan value is 0.00%
  • magenta value is 13.33%
  • yellow value is 29.17%
  • key color value is 52.94%
CMYK:
(0,13,29,53)
C0M13Y29K53 
(0%,13%,29%,53%)
(0.00/0.13/0.29/0.53)	

CMYK percentages

%0
%13.33
%29.17
%52.94

Codes

Color #786855 in popluar color models

786855
RGB12010485
HSL33°17.07%40.20%
HSB/HSV33°29.17%47.06%
CMYK0.00%13.33%29.17%
52.94%

Color #786855 in popluar number systems.

HEX786855
Decimal12010485
Binary111100011010001010101
Octal170150125

Shades and tints

Shades of #786855

#786855
(120,104,85)
#6E5F4E
(110,95,78)
#645647
(100,86,71)
#5A4D40
(90,77,64)
#504439
(80,68,57)
#463B32
(70,59,50)
#3C322B
(60,50,43)
#322924
(50,41,36)
#28201D
(40,32,29)
#1E1716
(30,23,22)
#140E0F
(20,14,15)
#000000
(0,0,0)

Tints of #786855

#786855
(120,104,85)
#847564
(132,117,100)
#908273
(144,130,115)
#9C8F82
(156,143,130)
#A89C91
(168,156,145)
#B4A9A0
(180,169,160)
#C0B6AF
(192,182,175)
#CCC3BE
(204,195,190)
#D8D0CD
(216,208,205)
#E4DDDC
(228,221,220)
#F0EAEB
(240,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #786855; }

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

This text font color is #786855.


Background Color

.myBgColor { background-color: #786855; }

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

This div background color is #786855.


Border color

.myBorderColor { border: 1px solid #786855; }

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

This div border color is #786855.


Opacity

.myOpacity80 { color: #786855; opacity: 0.8; }

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

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

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

This text has shadow with #786855 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #786855 on black background.


Color preview on white background

This text has color #786855 on white background.



Black color preview on #786855 background

This text has black color on #786855 background.


White color preview on #786855 background

This text has white color on #786855 background.