COLOR #786B63

HEX: #786B63
RGB: (120,107,99)

Color info

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

RGB color model

#786B63 color RGB value is (120,107,99).

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

RGB channels and saturation

R 120 of 255 = 47%
G 107 of 255 = 42%
B 99 of 255 = 39%

120
107
99

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

Portions of RGB colors in percentages

R + G + B =
120 + 107 + 99 = 326 (100%)
R 120 of 326 ~ 36.81%
G 107 of 326 ~ 32.82%
B 99 of 326 ~ 30.37%

%36.81
%32.82
%30.37

CMYK color model

#786B63 color CMYK value is (0,11,18,53).

  • cyan value is 0.00%
  • magenta value is 10.83%
  • yellow value is 17.50%
  • key color value is 52.94%
CMYK:
(0,11,18,53)
C0M11Y18K53 
(0%,11%,18%,53%)
(0.00/0.11/0.18/0.53)	

CMYK percentages

%0
%10.83
%17.5
%52.94

Codes

Color #786B63 in popluar color models

786B63
RGB12010799
HSL23°9.59%42.94%
HSB/HSV23°17.50%47.06%
CMYK0.00%10.83%17.50%
52.94%

Color #786B63 in popluar number systems.

HEX786B63
Decimal12010799
Binary111100011010111100011
Octal170153143

Shades and tints

Shades of #786B63

#786B63
(120,107,99)
#6E625A
(110,98,90)
#645951
(100,89,81)
#5A5048
(90,80,72)
#50473F
(80,71,63)
#463E36
(70,62,54)
#3C352D
(60,53,45)
#322C24
(50,44,36)
#28231B
(40,35,27)
#1E1A12
(30,26,18)
#141109
(20,17,9)
#000000
(0,0,0)

Tints of #786B63

#786B63
(120,107,99)
#847871
(132,120,113)
#90857F
(144,133,127)
#9C928D
(156,146,141)
#A89F9B
(168,159,155)
#B4ACA9
(180,172,169)
#C0B9B7
(192,185,183)
#CCC6C5
(204,198,197)
#D8D3D3
(216,211,211)
#E4E0E1
(228,224,225)
#F0EDEF
(240,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #786B63; }

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

This text font color is #786B63.


Background Color

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

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

This div background color is #786B63.


Border color

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

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

This div border color is #786B63.


Opacity

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

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

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

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

This text has shadow with #786B63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #786B63 on black background.


Color preview on white background

This text has color #786B63 on white background.



Black color preview on #786B63 background

This text has black color on #786B63 background.


White color preview on #786B63 background

This text has white color on #786B63 background.