COLOR #786374

HEX: #786374
RGB: (120,99,116)

Color info

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

RGB color model

#786374 color RGB value is (120,99,116).

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

RGB channels and saturation

R 120 of 255 = 47%
G 99 of 255 = 39%
B 116 of 255 = 45%

120
99
116

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

Portions of RGB colors in percentages

R + G + B =
120 + 99 + 116 = 335 (100%)
R 120 of 335 ~ 35.82%
G 99 of 335 ~ 29.55%
B 116 of 335 ~ 34.63%

%35.82
%29.55
%34.63

CMYK color model

#786374 color CMYK value is (0,18,3,53).

  • cyan value is 0.00%
  • magenta value is 17.50%
  • yellow value is 3.33%
  • key color value is 52.94%
CMYK:
(0,18,3,53)
C0M18Y3K53 
(0%,18%,3%,53%)
(0.00/0.18/0.03/0.53)	

CMYK percentages

%0
%17.5
%3.33
%52.94

Codes

Color #786374 in popluar color models

786374
RGB12099116
HSL311°9.59%42.94%
HSB/HSV311°17.50%47.06%
CMYK0.00%17.50%3.33%
52.94%

Color #786374 in popluar number systems.

HEX786374
Decimal12099116
Binary111100011000111110100
Octal170143164

Shades and tints

Shades of #786374

#786374
(120,99,116)
#6E5A6A
(110,90,106)
#645160
(100,81,96)
#5A4856
(90,72,86)
#503F4C
(80,63,76)
#463642
(70,54,66)
#3C2D38
(60,45,56)
#32242E
(50,36,46)
#281B24
(40,27,36)
#1E121A
(30,18,26)
#140910
(20,9,16)
#000000
(0,0,0)

Tints of #786374

#786374
(120,99,116)
#847180
(132,113,128)
#907F8C
(144,127,140)
#9C8D98
(156,141,152)
#A89BA4
(168,155,164)
#B4A9B0
(180,169,176)
#C0B7BC
(192,183,188)
#CCC5C8
(204,197,200)
#D8D3D4
(216,211,212)
#E4E1E0
(228,225,224)
#F0EFEC
(240,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #786374; }

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

This text font color is #786374.


Background Color

.myBgColor { background-color: #786374; }

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

This div background color is #786374.


Border color

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

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

This div border color is #786374.


Opacity

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

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

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

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

This text has shadow with #786374 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #786374 on black background.


Color preview on white background

This text has color #786374 on white background.



Black color preview on #786374 background

This text has black color on #786374 background.


White color preview on #786374 background

This text has white color on #786374 background.