COLOR #78689C

HEX: #78689C RGB: (120,104,156)

Color info

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

RGB color model

#78689C color RGB value is (120,104,156).

RGB: (120,104,156) (47%, 41%, 61%)

RGB channels and saturation

R 120 of 255 = 47%
G 104 of 255 = 41%
B 156 of 255 = 61%

120
104
156

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

Portions of RGB colors in percentages

R + G + B = 120 + 104 + 156 = 380 (100%)
R 120 of 380 ~ 31.58%
G 104 of 380 ~ 27.37%
B 156 of 380 ~ 41.05'%

%31.58
%27.37
%41.05

CMYK color model

#78689C color CMYK value is (23,33,0,39).

  • cyan value is 23.08%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 38.82%

CMYK: (23,33,0,39)
C23M33Y0K39 (23%, 33%, 0%, 39%)
(0.23 / 0.33 / 0.00 / 0.39)

CMYK percentages

%23.08
%33.33
%0
%38.82

Codes

Color #78689C in popluar color models

78 68 9C
RGB 120 104 156
HSL 258° 20.80% 50.98%
HSB/HSV 258° 33.33% 61.18%
CMYK 23.08% 33.33% 0.00%
38.82%

Color #78689C in popluar number systems.

HEX 78 68 9C
Decimal 120 104 156
Binary 1111000 1101000 10011100
Octal 170 150 234

Shades and tints

Shades of #78689C

#78689C
(120,104,156)
#6E5F8E
(110,95,142)
#645680
(100,86,128)
#5A4D72
(90,77,114)
#504464
(80,68,100)
#463B56
(70,59,86)
#3C3248
(60,50,72)
#32293A
(50,41,58)
#28202C
(40,32,44)
#1E171E
(30,23,30)
#140E10
(20,14,16)
#000000
(0,0,0)

Tints of #78689C

#78689C
(120,104,156)
#8475A5
(132,117,165)
#9082AE
(144,130,174)
#9C8FB7
(156,143,183)
#A89CC0
(168,156,192)
#B4A9C9
(180,169,201)
#C0B6D2
(192,182,210)
#CCC3DB
(204,195,219)
#D8D0E4
(216,208,228)
#E4DDED
(228,221,237)
#F0EAF6
(240,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78689C; }

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

This text font color is #78689C.

Background Color

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

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

This div background color is #78689C.

Border color

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

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

This div border color is #78689C.

Opacity

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

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

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

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

This text has shadow with #78689C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78689C.

Preview

Color preview on black background

This text has color #78689C on black background.


Color preview on white background

This text has color #78689C on white background.


Black color preview on #78689C background

This text has black color on #78689C background.


White color preview on #78689C background

This text has white color on #78689C background.


Related colors

Complementary color

Complementary color for #hex is #879763.


I love getcolorcode.com

Triadic colors

1 #9C7868 and #689C78 with #78689C are triadic colors.

2 #9C6878 and #68789C with #78689C are triadic colors.