COLOR #786078

HEX: #786078
RGB: (120,96,120)

Color info

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

RGB color model

#786078 color RGB value is (120,96,120).

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

RGB channels and saturation

R 120 of 255 = 47%
G 96 of 255 = 38%
B 120 of 255 = 47%

120
96
120

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

Portions of RGB colors in percentages

R + G + B =
120 + 96 + 120 = 336 (100%)
R 120 of 336 ~ 35.71%
G 96 of 336 ~ 28.57%
B 120 of 336 ~ 35.71%

%35.71
%28.57
%35.71

CMYK color model

#786078 color CMYK value is (0,20,0,53).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(0,20,0,53)
C0M20Y0K53 
(0%,20%,0%,53%)
(0.00/0.20/0.00/0.53)	

CMYK percentages

%0
%20
%0
%52.94

Codes

Color #786078 in popluar color models

786078
RGB12096120
HSL300°11.11%42.35%
HSB/HSV300°20.00%47.06%
CMYK0.00%20.00%0.00%
52.94%

Color #786078 in popluar number systems.

HEX786078
Decimal12096120
Binary111100011000001111000
Octal170140170

Shades and tints

Shades of #786078

#786078
(120,96,120)
#6E586E
(110,88,110)
#645064
(100,80,100)
#5A485A
(90,72,90)
#504050
(80,64,80)
#463846
(70,56,70)
#3C303C
(60,48,60)
#322832
(50,40,50)
#282028
(40,32,40)
#1E181E
(30,24,30)
#141014
(20,16,20)
#000000
(0,0,0)

Tints of #786078

#786078
(120,96,120)
#846E84
(132,110,132)
#907C90
(144,124,144)
#9C8A9C
(156,138,156)
#A898A8
(168,152,168)
#B4A6B4
(180,166,180)
#C0B4C0
(192,180,192)
#CCC2CC
(204,194,204)
#D8D0D8
(216,208,216)
#E4DEE4
(228,222,228)
#F0ECF0
(240,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #786078; }

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

This text font color is #786078.


Background Color

.myBgColor { background-color: #786078; }

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

This div background color is #786078.


Border color

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

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

This div border color is #786078.


Opacity

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

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

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

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

This text has shadow with #786078 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #786078 on black background.


Color preview on white background

This text has color #786078 on white background.



Black color preview on #786078 background

This text has black color on #786078 background.


White color preview on #786078 background

This text has white color on #786078 background.