COLOR #78709C

HEX: #78709C
RGB: (120,112,156)

Color info

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

RGB color model

#78709C color RGB value is (120,112,156).

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

RGB channels and saturation

R 120 of 255 = 47%
G 112 of 255 = 44%
B 156 of 255 = 61%

120
112
156

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

Portions of RGB colors in percentages

R + G + B =
120 + 112 + 156 = 388 (100%)
R 120 of 388 ~ 30.93%
G 112 of 388 ~ 28.87%
B 156 of 388 ~ 40.21%

%30.93
%28.87
%40.21

CMYK color model

#78709C color CMYK value is (23,28,0,39).

  • cyan value is 23.08%
  • magenta value is 28.21%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(23,28,0,39)
C23M28Y0K39 
(23%,28%,0%,39%)
(0.23/0.28/0.00/0.39)	

CMYK percentages

%23.08
%28.21
%0
%38.82

Codes

Color #78709C in popluar color models

78709C
RGB120112156
HSL251°18.18%52.55%
HSB/HSV251°28.21%61.18%
CMYK23.08%28.21%0.00%
38.82%

Color #78709C in popluar number systems.

HEX78709C
Decimal120112156
Binary1111000111000010011100
Octal170160234

Shades and tints

Shades of #78709C

#78709C
(120,112,156)
#6E668E
(110,102,142)
#645C80
(100,92,128)
#5A5272
(90,82,114)
#504864
(80,72,100)
#463E56
(70,62,86)
#3C3448
(60,52,72)
#322A3A
(50,42,58)
#28202C
(40,32,44)
#1E161E
(30,22,30)
#140C10
(20,12,16)
#000000
(0,0,0)

Tints of #78709C

#78709C
(120,112,156)
#847DA5
(132,125,165)
#908AAE
(144,138,174)
#9C97B7
(156,151,183)
#A8A4C0
(168,164,192)
#B4B1C9
(180,177,201)
#C0BED2
(192,190,210)
#CCCBDB
(204,203,219)
#D8D8E4
(216,216,228)
#E4E5ED
(228,229,237)
#F0F2F6
(240,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78709C; }

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

This text font color is #78709C.


Background Color

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

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

This div background color is #78709C.


Border color

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

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

This div border color is #78709C.


Opacity

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

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

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

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

This text has shadow with #78709C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78709C on black background.


Color preview on white background

This text has color #78709C on white background.



Black color preview on #78709C background

This text has black color on #78709C background.


White color preview on #78709C background

This text has white color on #78709C background.