COLOR #786F73

HEX: #786F73
RGB: (120,111,115)

Color info

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

RGB color model

#786F73 color RGB value is (120,111,115).

  • red value is 120;
  • green value is 111;
  • blue value is 115.
RGB:
(120,111,115)
(47%,44%,45%)

RGB channels and saturation

R 120 of 255 = 47%
G 111 of 255 = 44%
B 115 of 255 = 45%

120
111
115

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

Portions of RGB colors in percentages

R + G + B =
120 + 111 + 115 = 346 (100%)
R 120 of 346 ~ 34.68%
G 111 of 346 ~ 32.08%
B 115 of 346 ~ 33.24%

%34.68
%32.08
%33.24

CMYK color model

#786F73 color CMYK value is (0,8,4,53).

  • cyan value is 0.00%
  • magenta value is 7.50%
  • yellow value is 4.17%
  • key color value is 52.94%
CMYK:
(0,8,4,53)
C0M8Y4K53 
(0%,8%,4%,53%)
(0.00/0.08/0.04/0.53)	

CMYK percentages

%0
%7.5
%4.17
%52.94

Codes

Color #786F73 in popluar color models

786F73
RGB120111115
HSL333°3.90%45.29%
HSB/HSV333°7.50%47.06%
CMYK0.00%7.50%4.17%
52.94%

Color #786F73 in popluar number systems.

HEX786F73
Decimal120111115
Binary111100011011111110011
Octal170157163

Shades and tints

Shades of #786F73

#786F73
(120,111,115)
#6E6569
(110,101,105)
#645B5F
(100,91,95)
#5A5155
(90,81,85)
#50474B
(80,71,75)
#463D41
(70,61,65)
#3C3337
(60,51,55)
#32292D
(50,41,45)
#281F23
(40,31,35)
#1E1519
(30,21,25)
#140B0F
(20,11,15)
#000000
(0,0,0)

Tints of #786F73

#786F73
(120,111,115)
#847C7F
(132,124,127)
#90898B
(144,137,139)
#9C9697
(156,150,151)
#A8A3A3
(168,163,163)
#B4B0AF
(180,176,175)
#C0BDBB
(192,189,187)
#CCCAC7
(204,202,199)
#D8D7D3
(216,215,211)
#E4E4DF
(228,228,223)
#F0F1EB
(240,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #786F73 color. Also use rgb(120,111,115) instead hex code.

Text Font Color

.myTextColor { color: #786F73; }

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

This text font color is #786F73.


Background Color

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

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

This div background color is #786F73.


Border color

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

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

This div border color is #786F73.


Opacity

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

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

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

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

This text has shadow with #786F73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #786F73 on black background.


Color preview on white background

This text has color #786F73 on white background.



Black color preview on #786F73 background

This text has black color on #786F73 background.


White color preview on #786F73 background

This text has white color on #786F73 background.