COLOR #78699A

HEX: #78699A
RGB: (120,105,154)

Color info

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

RGB color model

#78699A color RGB value is (120,105,154).

  • red value is 120;
  • green value is 105;
  • blue value is 154.
RGB:
(120,105,154)
(47%,41%,60%)

RGB channels and saturation

R 120 of 255 = 47%
G 105 of 255 = 41%
B 154 of 255 = 60%

120
105
154

R + G + B ~ 49%. #78699A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
120 + 105 + 154 = 379 (100%)
R 120 of 379 ~ 31.66%
G 105 of 379 ~ 27.7%
B 154 of 379 ~ 40.63%

%31.66
%27.7
%40.63

CMYK color model

#78699A color CMYK value is (22,32,0,40).

  • cyan value is 22.08%
  • magenta value is 31.82%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(22,32,0,40)
C22M32Y0K40 
(22%,32%,0%,40%)
(0.22/0.32/0.00/0.40)	

CMYK percentages

%22.08
%31.82
%0
%39.61

Codes

Color #78699A in popluar color models

78699A
RGB120105154
HSL258°19.52%50.78%
HSB/HSV258°31.82%60.39%
CMYK22.08%31.82%0.00%
39.61%

Color #78699A in popluar number systems.

HEX78699A
Decimal120105154
Binary1111000110100110011010
Octal170151232

Shades and tints

Shades of #78699A

#78699A
(120,105,154)
#6E608C
(110,96,140)
#64577E
(100,87,126)
#5A4E70
(90,78,112)
#504562
(80,69,98)
#463C54
(70,60,84)
#3C3346
(60,51,70)
#322A38
(50,42,56)
#28212A
(40,33,42)
#1E181C
(30,24,28)
#140F0E
(20,15,14)
#000000
(0,0,0)

Tints of #78699A

#78699A
(120,105,154)
#8476A3
(132,118,163)
#9083AC
(144,131,172)
#9C90B5
(156,144,181)
#A89DBE
(168,157,190)
#B4AAC7
(180,170,199)
#C0B7D0
(192,183,208)
#CCC4D9
(204,196,217)
#D8D1E2
(216,209,226)
#E4DEEB
(228,222,235)
#F0EBF4
(240,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78699A color. Also use rgb(120,105,154) instead hex code.

Text Font Color

.myTextColor { color: #78699A; }

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

This text font color is #78699A.


Background Color

.myBgColor { background-color: #78699A; }

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

This div background color is #78699A.


Border color

.myBorderColor { border: 1px solid #78699A; }

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

This div border color is #78699A.


Opacity

.myOpacity80 { color: #78699A; opacity: 0.8; }

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

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

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

This text has shadow with #78699A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78699A on black background.


Color preview on white background

This text has color #78699A on white background.



Black color preview on #78699A background

This text has black color on #78699A background.


White color preview on #78699A background

This text has white color on #78699A background.