COLOR #78729B

HEX: #78729B
RGB: (120,114,155)

Color info

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

RGB color model

#78729B color RGB value is (120,114,155).

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

RGB channels and saturation

R 120 of 255 = 47%
G 114 of 255 = 45%
B 155 of 255 = 61%

120
114
155

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

Portions of RGB colors in percentages

R + G + B =
120 + 114 + 155 = 389 (100%)
R 120 of 389 ~ 30.85%
G 114 of 389 ~ 29.31%
B 155 of 389 ~ 39.85%

%30.85
%29.31
%39.85

CMYK color model

#78729B color CMYK value is (23,26,0,39).

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

CMYK percentages

%22.58
%26.45
%0
%39.22

Codes

Color #78729B in popluar color models

78729B
RGB120114155
HSL249°17.01%52.75%
HSB/HSV249°26.45%60.78%
CMYK22.58%26.45%0.00%
39.22%

Color #78729B in popluar number systems.

HEX78729B
Decimal120114155
Binary1111000111001010011011
Octal170162233

Shades and tints

Shades of #78729B

#78729B
(120,114,155)
#6E688D
(110,104,141)
#645E7F
(100,94,127)
#5A5471
(90,84,113)
#504A63
(80,74,99)
#464055
(70,64,85)
#3C3647
(60,54,71)
#322C39
(50,44,57)
#28222B
(40,34,43)
#1E181D
(30,24,29)
#140E0F
(20,14,15)
#000000
(0,0,0)

Tints of #78729B

#78729B
(120,114,155)
#847EA4
(132,126,164)
#908AAD
(144,138,173)
#9C96B6
(156,150,182)
#A8A2BF
(168,162,191)
#B4AEC8
(180,174,200)
#C0BAD1
(192,186,209)
#CCC6DA
(204,198,218)
#D8D2E3
(216,210,227)
#E4DEEC
(228,222,236)
#F0EAF5
(240,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78729B color. Also use rgb(120,114,155) instead hex code.

Text Font Color

.myTextColor { color: #78729B; }

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

This text font color is #78729B.


Background Color

.myBgColor { background-color: #78729B; }

<div style="background-color:#78729B">Inner text</div>

This div background color is #78729B.


Border color

.myBorderColor { border: 1px solid #78729B; }

<div style="border:3px solid #78729B">Div</div>

This div border color is #78729B.


Opacity

.myOpacity80 { color: #78729B; opacity: 0.8; }

<p style="color:#78729B;opacity:0.8;">80%</p>

Text with #78729B 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 #78729B;}

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

This text has shadow with #78729B color.

.textShadow {text-shadow: 3px 3px 1px #78729B, 3px 3px 1px red;}

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

This text has shadow with #78729B primary color and red secondary color.


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

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

This text has shadow with #78729B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78729B on black background.


Color preview on white background

This text has color #78729B on white background.



Black color preview on #78729B background

This text has black color on #78729B background.


White color preview on #78729B background

This text has white color on #78729B background.