COLOR #786642

HEX: #786642
RGB: (120,102,66)

Color info

#786642 contains red, green and blue colors in about the same proportion. Web safe color of #786642 is #666633 (or #663).

RGB color model

#786642 color RGB value is (120,102,66).

  • red value is 120;
  • green value is 102;
  • blue value is 66.
RGB:
(120,102,66)
(47%,40%,26%)

RGB channels and saturation

R 120 of 255 = 47%
G 102 of 255 = 40%
B 66 of 255 = 26%

120
102
66

R + G + B ~ 38%. #786642 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 102 + 66 = 288 (100%)
R 120 of 288 ~ 41.67%
G 102 of 288 ~ 35.42%
B 66 of 288 ~ 22.92%

%41.67
%35.42
%22.92

CMYK color model

#786642 color CMYK value is (0,15,45,53).

  • cyan value is 0.00%
  • magenta value is 15.00%
  • yellow value is 45.00%
  • key color value is 52.94%
CMYK:
(0,15,45,53)
C0M15Y45K53 
(0%,15%,45%,53%)
(0.00/0.15/0.45/0.53)	

CMYK percentages

%0
%15
%45
%52.94

Codes

Color #786642 in popluar color models

786642
RGB12010266
HSL40°29.03%36.47%
HSB/HSV40°45.00%47.06%
CMYK0.00%15.00%45.00%
52.94%

Color #786642 in popluar number systems.

HEX786642
Decimal12010266
Binary111100011001101000010
Octal170146102

Shades and tints

Shades of #786642

#786642
(120,102,66)
#6E5D3C
(110,93,60)
#645436
(100,84,54)
#5A4B30
(90,75,48)
#50422A
(80,66,42)
#463924
(70,57,36)
#3C301E
(60,48,30)
#322718
(50,39,24)
#281E12
(40,30,18)
#1E150C
(30,21,12)
#140C06
(20,12,6)
#000000
(0,0,0)

Tints of #786642

#786642
(120,102,66)
#847353
(132,115,83)
#908064
(144,128,100)
#9C8D75
(156,141,117)
#A89A86
(168,154,134)
#B4A797
(180,167,151)
#C0B4A8
(192,180,168)
#CCC1B9
(204,193,185)
#D8CECA
(216,206,202)
#E4DBDB
(228,219,219)
#F0E8EC
(240,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #786642 color. Also use rgb(120,102,66) instead hex code.

Text Font Color

.myTextColor { color: #786642; }

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

This text font color is #786642.


Background Color

.myBgColor { background-color: #786642; }

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

This div background color is #786642.


Border color

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

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

This div border color is #786642.


Opacity

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

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

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

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

This text has shadow with #786642 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #786642 on black background.


Color preview on white background

This text has color #786642 on white background.



Black color preview on #786642 background

This text has black color on #786642 background.


White color preview on #786642 background

This text has white color on #786642 background.