COLOR #786D72

HEX: #786D72
RGB: (120,109,114)

Color info

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

RGB color model

#786D72 color RGB value is (120,109,114).

  • red value is 120;
  • green value is 109;
  • blue value is 114.
RGB:
(120,109,114)
(47%,43%,45%)

RGB channels and saturation

R 120 of 255 = 47%
G 109 of 255 = 43%
B 114 of 255 = 45%

120
109
114

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

Portions of RGB colors in percentages

R + G + B =
120 + 109 + 114 = 343 (100%)
R 120 of 343 ~ 34.99%
G 109 of 343 ~ 31.78%
B 114 of 343 ~ 33.24%

%34.99
%31.78
%33.24

CMYK color model

#786D72 color CMYK value is (0,9,5,53).

  • cyan value is 0.00%
  • magenta value is 9.17%
  • yellow value is 5.00%
  • key color value is 52.94%
CMYK:
(0,9,5,53)
C0M9Y5K53 
(0%,9%,5%,53%)
(0.00/0.09/0.05/0.53)	

CMYK percentages

%0
%9.17
%5
%52.94

Codes

Color #786D72 in popluar color models

786D72
RGB120109114
HSL333°4.80%44.90%
HSB/HSV333°9.17%47.06%
CMYK0.00%9.17%5.00%
52.94%

Color #786D72 in popluar number systems.

HEX786D72
Decimal120109114
Binary111100011011011110010
Octal170155162

Shades and tints

Shades of #786D72

#786D72
(120,109,114)
#6E6468
(110,100,104)
#645B5E
(100,91,94)
#5A5254
(90,82,84)
#50494A
(80,73,74)
#464040
(70,64,64)
#3C3736
(60,55,54)
#322E2C
(50,46,44)
#282522
(40,37,34)
#1E1C18
(30,28,24)
#14130E
(20,19,14)
#000000
(0,0,0)

Tints of #786D72

#786D72
(120,109,114)
#847A7E
(132,122,126)
#90878A
(144,135,138)
#9C9496
(156,148,150)
#A8A1A2
(168,161,162)
#B4AEAE
(180,174,174)
#C0BBBA
(192,187,186)
#CCC8C6
(204,200,198)
#D8D5D2
(216,213,210)
#E4E2DE
(228,226,222)
#F0EFEA
(240,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #786D72 color. Also use rgb(120,109,114) instead hex code.

Text Font Color

.myTextColor { color: #786D72; }

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

This text font color is #786D72.


Background Color

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

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

This div background color is #786D72.


Border color

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

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

This div border color is #786D72.


Opacity

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

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

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

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

This text has shadow with #786D72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #786D72 on black background.


Color preview on white background

This text has color #786D72 on white background.



Black color preview on #786D72 background

This text has black color on #786D72 background.


White color preview on #786D72 background

This text has white color on #786D72 background.