COLOR #786378

HEX: #786378
RGB: (120,99,120)

Color info

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

RGB color model

#786378 color RGB value is (120,99,120).

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

RGB channels and saturation

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

120
99
120

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

Portions of RGB colors in percentages

R + G + B =
120 + 99 + 120 = 339 (100%)
R 120 of 339 ~ 35.4%
G 99 of 339 ~ 29.2%
B 120 of 339 ~ 35.4%

%35.4
%29.2
%35.4

CMYK color model

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

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

CMYK percentages

%0
%17.5
%0
%52.94

Codes

Color #786378 in popluar color models

786378
RGB12099120
HSL300°9.59%42.94%
HSB/HSV300°17.50%47.06%
CMYK0.00%17.50%0.00%
52.94%

Color #786378 in popluar number systems.

HEX786378
Decimal12099120
Binary111100011000111111000
Octal170143170

Shades and tints

Shades of #786378

#786378
(120,99,120)
#6E5A6E
(110,90,110)
#645164
(100,81,100)
#5A485A
(90,72,90)
#503F50
(80,63,80)
#463646
(70,54,70)
#3C2D3C
(60,45,60)
#322432
(50,36,50)
#281B28
(40,27,40)
#1E121E
(30,18,30)
#140914
(20,9,20)
#000000
(0,0,0)

Tints of #786378

#786378
(120,99,120)
#847184
(132,113,132)
#907F90
(144,127,144)
#9C8D9C
(156,141,156)
#A89BA8
(168,155,168)
#B4A9B4
(180,169,180)
#C0B7C0
(192,183,192)
#CCC5CC
(204,197,204)
#D8D3D8
(216,211,216)
#E4E1E4
(228,225,228)
#F0EFF0
(240,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #786378; }

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

This text font color is #786378.


Background Color

.myBgColor { background-color: #786378; }

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

This div background color is #786378.


Border color

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

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

This div border color is #786378.


Opacity

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

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

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

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

This text has shadow with #786378 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #786378 on black background.


Color preview on white background

This text has color #786378 on white background.



Black color preview on #786378 background

This text has black color on #786378 background.


White color preview on #786378 background

This text has white color on #786378 background.