COLOR #786376

HEX: #786376
RGB: (120,99,118)

Color info

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

RGB color model

#786376 color RGB value is (120,99,118).

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

RGB channels and saturation

R 120 of 255 = 47%
G 99 of 255 = 39%
B 118 of 255 = 46%

120
99
118

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

Portions of RGB colors in percentages

R + G + B =
120 + 99 + 118 = 337 (100%)
R 120 of 337 ~ 35.61%
G 99 of 337 ~ 29.38%
B 118 of 337 ~ 35.01%

%35.61
%29.38
%35.01

CMYK color model

#786376 color CMYK value is (0,18,2,53).

  • cyan value is 0.00%
  • magenta value is 17.50%
  • yellow value is 1.67%
  • key color value is 52.94%
CMYK:
(0,18,2,53)
C0M18Y2K53 
(0%,18%,2%,53%)
(0.00/0.18/0.02/0.53)	

CMYK percentages

%0
%17.5
%1.67
%52.94

Codes

Color #786376 in popluar color models

786376
RGB12099118
HSL306°9.59%42.94%
HSB/HSV306°17.50%47.06%
CMYK0.00%17.50%1.67%
52.94%

Color #786376 in popluar number systems.

HEX786376
Decimal12099118
Binary111100011000111110110
Octal170143166

Shades and tints

Shades of #786376

#786376
(120,99,118)
#6E5A6C
(110,90,108)
#645162
(100,81,98)
#5A4858
(90,72,88)
#503F4E
(80,63,78)
#463644
(70,54,68)
#3C2D3A
(60,45,58)
#322430
(50,36,48)
#281B26
(40,27,38)
#1E121C
(30,18,28)
#140912
(20,9,18)
#000000
(0,0,0)

Tints of #786376

#786376
(120,99,118)
#847182
(132,113,130)
#907F8E
(144,127,142)
#9C8D9A
(156,141,154)
#A89BA6
(168,155,166)
#B4A9B2
(180,169,178)
#C0B7BE
(192,183,190)
#CCC5CA
(204,197,202)
#D8D3D6
(216,211,214)
#E4E1E2
(228,225,226)
#F0EFEE
(240,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #786376; }

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

This text font color is #786376.


Background Color

.myBgColor { background-color: #786376; }

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

This div background color is #786376.


Border color

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

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

This div border color is #786376.


Opacity

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

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

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

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

This text has shadow with #786376 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #786376 on black background.


Color preview on white background

This text has color #786376 on white background.



Black color preview on #786376 background

This text has black color on #786376 background.


White color preview on #786376 background

This text has white color on #786376 background.