COLOR #78749C

HEX: #78749C
RGB: (120,116,156)

Color info

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

RGB color model

#78749C color RGB value is (120,116,156).

  • red value is 120;
  • green value is 116;
  • blue value is 156.
RGB:
(120,116,156)
(47%,45%,61%)

RGB channels and saturation

R 120 of 255 = 47%
G 116 of 255 = 45%
B 156 of 255 = 61%

120
116
156

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

Portions of RGB colors in percentages

R + G + B =
120 + 116 + 156 = 392 (100%)
R 120 of 392 ~ 30.61%
G 116 of 392 ~ 29.59%
B 156 of 392 ~ 39.8%

%30.61
%29.59
%39.8

CMYK color model

#78749C color CMYK value is (23,26,0,39).

  • cyan value is 23.08%
  • magenta value is 25.64%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(23,26,0,39)
C23M26Y0K39 
(23%,26%,0%,39%)
(0.23/0.26/0.00/0.39)	

CMYK percentages

%23.08
%25.64
%0
%38.82

Codes

Color #78749C in popluar color models

78749C
RGB120116156
HSL246°16.81%53.33%
HSB/HSV246°25.64%61.18%
CMYK23.08%25.64%0.00%
38.82%

Color #78749C in popluar number systems.

HEX78749C
Decimal120116156
Binary1111000111010010011100
Octal170164234

Shades and tints

Shades of #78749C

#78749C
(120,116,156)
#6E6A8E
(110,106,142)
#646080
(100,96,128)
#5A5672
(90,86,114)
#504C64
(80,76,100)
#464256
(70,66,86)
#3C3848
(60,56,72)
#322E3A
(50,46,58)
#28242C
(40,36,44)
#1E1A1E
(30,26,30)
#141010
(20,16,16)
#000000
(0,0,0)

Tints of #78749C

#78749C
(120,116,156)
#8480A5
(132,128,165)
#908CAE
(144,140,174)
#9C98B7
(156,152,183)
#A8A4C0
(168,164,192)
#B4B0C9
(180,176,201)
#C0BCD2
(192,188,210)
#CCC8DB
(204,200,219)
#D8D4E4
(216,212,228)
#E4E0ED
(228,224,237)
#F0ECF6
(240,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78749C; }

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

This text font color is #78749C.


Background Color

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

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

This div background color is #78749C.


Border color

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

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

This div border color is #78749C.


Opacity

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

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

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

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

This text has shadow with #78749C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78749C on black background.


Color preview on white background

This text has color #78749C on white background.



Black color preview on #78749C background

This text has black color on #78749C background.


White color preview on #78749C background

This text has white color on #78749C background.