COLOR #786C62

HEX: #786C62
RGB: (120,108,98)

Color info

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

RGB color model

#786C62 color RGB value is (120,108,98).

  • red value is 120;
  • green value is 108;
  • blue value is 98.
RGB:
(120,108,98)
(47%,42%,38%)

RGB channels and saturation

R 120 of 255 = 47%
G 108 of 255 = 42%
B 98 of 255 = 38%

120
108
98

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

Portions of RGB colors in percentages

R + G + B =
120 + 108 + 98 = 326 (100%)
R 120 of 326 ~ 36.81%
G 108 of 326 ~ 33.13%
B 98 of 326 ~ 30.06%

%36.81
%33.13
%30.06

CMYK color model

#786C62 color CMYK value is (0,10,18,53).

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 18.33%
  • key color value is 52.94%
CMYK:
(0,10,18,53)
C0M10Y18K53 
(0%,10%,18%,53%)
(0.00/0.10/0.18/0.53)	

CMYK percentages

%0
%10
%18.33
%52.94

Codes

Color #786C62 in popluar color models

786C62
RGB12010898
HSL27°10.09%42.75%
HSB/HSV27°18.33%47.06%
CMYK0.00%10.00%18.33%
52.94%

Color #786C62 in popluar number systems.

HEX786C62
Decimal12010898
Binary111100011011001100010
Octal170154142

Shades and tints

Shades of #786C62

#786C62
(120,108,98)
#6E635A
(110,99,90)
#645A52
(100,90,82)
#5A514A
(90,81,74)
#504842
(80,72,66)
#463F3A
(70,63,58)
#3C3632
(60,54,50)
#322D2A
(50,45,42)
#282422
(40,36,34)
#1E1B1A
(30,27,26)
#141212
(20,18,18)
#000000
(0,0,0)

Tints of #786C62

#786C62
(120,108,98)
#847970
(132,121,112)
#90867E
(144,134,126)
#9C938C
(156,147,140)
#A8A09A
(168,160,154)
#B4ADA8
(180,173,168)
#C0BAB6
(192,186,182)
#CCC7C4
(204,199,196)
#D8D4D2
(216,212,210)
#E4E1E0
(228,225,224)
#F0EEEE
(240,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #786C62 color. Also use rgb(120,108,98) instead hex code.

Text Font Color

.myTextColor { color: #786C62; }

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

This text font color is #786C62.


Background Color

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

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

This div background color is #786C62.


Border color

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

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

This div border color is #786C62.


Opacity

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

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

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

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

This text has shadow with #786C62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #786C62 on black background.


Color preview on white background

This text has color #786C62 on white background.



Black color preview on #786C62 background

This text has black color on #786C62 background.


White color preview on #786C62 background

This text has white color on #786C62 background.