COLOR #78688C

HEX: #78688C
RGB: (120,104,140)

Color info

#78688C contains red, green and blue colors in about the same proportion. Web safe color of #78688C is #666699 (or #669).

RGB color model

#78688C color RGB value is (120,104,140).

  • red value is 120;
  • green value is 104;
  • blue value is 140.
RGB:
(120,104,140)
(47%,41%,55%)

RGB channels and saturation

R 120 of 255 = 47%
G 104 of 255 = 41%
B 140 of 255 = 55%

120
104
140

R + G + B ~ 48%. #78688C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
120 + 104 + 140 = 364 (100%)
R 120 of 364 ~ 32.97%
G 104 of 364 ~ 28.57%
B 140 of 364 ~ 38.46%

%32.97
%28.57
%38.46

CMYK color model

#78688C color CMYK value is (14,26,0,45).

  • cyan value is 14.29%
  • magenta value is 25.71%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(14,26,0,45)
C14M26Y0K45 
(14%,26%,0%,45%)
(0.14/0.26/0.00/0.45)	

CMYK percentages

%14.29
%25.71
%0
%45.1

Codes

Color #78688C in popluar color models

78688C
RGB120104140
HSL267°14.75%47.84%
HSB/HSV267°25.71%54.90%
CMYK14.29%25.71%0.00%
45.10%

Color #78688C in popluar number systems.

HEX78688C
Decimal120104140
Binary1111000110100010001100
Octal170150214

Shades and tints

Shades of #78688C

#78688C
(120,104,140)
#6E5F80
(110,95,128)
#645674
(100,86,116)
#5A4D68
(90,77,104)
#50445C
(80,68,92)
#463B50
(70,59,80)
#3C3244
(60,50,68)
#322938
(50,41,56)
#28202C
(40,32,44)
#1E1720
(30,23,32)
#140E14
(20,14,20)
#000000
(0,0,0)

Tints of #78688C

#78688C
(120,104,140)
#847596
(132,117,150)
#9082A0
(144,130,160)
#9C8FAA
(156,143,170)
#A89CB4
(168,156,180)
#B4A9BE
(180,169,190)
#C0B6C8
(192,182,200)
#CCC3D2
(204,195,210)
#D8D0DC
(216,208,220)
#E4DDE6
(228,221,230)
#F0EAF0
(240,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78688C color. Also use rgb(120,104,140) instead hex code.

Text Font Color

.myTextColor { color: #78688C; }

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

This text font color is #78688C.


Background Color

.myBgColor { background-color: #78688C; }

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

This div background color is #78688C.


Border color

.myBorderColor { border: 1px solid #78688C; }

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

This div border color is #78688C.


Opacity

.myOpacity80 { color: #78688C; opacity: 0.8; }

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

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

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

This text has shadow with #78688C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78688C on black background.


Color preview on white background

This text has color #78688C on white background.



Black color preview on #78688C background

This text has black color on #78688C background.


White color preview on #78688C background

This text has white color on #78688C background.