COLOR #786973

HEX: #786973
RGB: (120,105,115)

Color info

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

RGB color model

#786973 color RGB value is (120,105,115).

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

RGB channels and saturation

R 120 of 255 = 47%
G 105 of 255 = 41%
B 115 of 255 = 45%

120
105
115

R + G + B ~ 44%. #786973 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
120 + 105 + 115 = 340 (100%)
R 120 of 340 ~ 35.29%
G 105 of 340 ~ 30.88%
B 115 of 340 ~ 33.82%

%35.29
%30.88
%33.82

CMYK color model

#786973 color CMYK value is (0,13,4,53).

  • cyan value is 0.00%
  • magenta value is 12.50%
  • yellow value is 4.17%
  • key color value is 52.94%
CMYK:
(0,13,4,53)
C0M13Y4K53 
(0%,13%,4%,53%)
(0.00/0.13/0.04/0.53)	

CMYK percentages

%0
%12.5
%4.17
%52.94

Codes

Color #786973 in popluar color models

786973
RGB120105115
HSL320°6.67%44.12%
HSB/HSV320°12.50%47.06%
CMYK0.00%12.50%4.17%
52.94%

Color #786973 in popluar number systems.

HEX786973
Decimal120105115
Binary111100011010011110011
Octal170151163

Shades and tints

Shades of #786973

#786973
(120,105,115)
#6E6069
(110,96,105)
#64575F
(100,87,95)
#5A4E55
(90,78,85)
#50454B
(80,69,75)
#463C41
(70,60,65)
#3C3337
(60,51,55)
#322A2D
(50,42,45)
#282123
(40,33,35)
#1E1819
(30,24,25)
#140F0F
(20,15,15)
#000000
(0,0,0)

Tints of #786973

#786973
(120,105,115)
#84767F
(132,118,127)
#90838B
(144,131,139)
#9C9097
(156,144,151)
#A89DA3
(168,157,163)
#B4AAAF
(180,170,175)
#C0B7BB
(192,183,187)
#CCC4C7
(204,196,199)
#D8D1D3
(216,209,211)
#E4DEDF
(228,222,223)
#F0EBEB
(240,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #786973; }

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

This text font color is #786973.


Background Color

.myBgColor { background-color: #786973; }

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

This div background color is #786973.


Border color

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

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

This div border color is #786973.


Opacity

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

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

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

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

This text has shadow with #786973 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #786973 on black background.


Color preview on white background

This text has color #786973 on white background.



Black color preview on #786973 background

This text has black color on #786973 background.


White color preview on #786973 background

This text has white color on #786973 background.