COLOR #78A19D

HEX: #78A19D
RGB: (120,161,157)

Color info

#78A19D contains red, green and blue colors in about the same proportion. Web safe color of #78A19D is #669999 (or #699).

RGB color model

#78A19D color RGB value is (120,161,157).

  • red value is 120;
  • green value is 161;
  • blue value is 157.
RGB:
(120,161,157)
(47%,63%,62%)

RGB channels and saturation

R 120 of 255 = 47%
G 161 of 255 = 63%
B 157 of 255 = 62%

120
161
157

R + G + B ~ 57%. #78A19D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
120 + 161 + 157 = 438 (100%)
R 120 of 438 ~ 27.4%
G 161 of 438 ~ 36.76%
B 157 of 438 ~ 35.84%

%27.4
%36.76
%35.84

CMYK color model

#78A19D color CMYK value is (25,0,2,37).

  • cyan value is 25.47%
  • magenta value is 0.00%
  • yellow value is 2.48%
  • key color value is 36.86%
CMYK:
(25,0,2,37)
C25M0Y2K37 
(25%,0%,2%,37%)
(0.25/0.00/0.02/0.37)	

CMYK percentages

%25.47
%0
%2.48
%36.86

Codes

Color #78A19D in popluar color models

78A19D
RGB120161157
HSL174°17.90%55.10%
HSB/HSV174°25.47%63.14%
CMYK25.47%0.00%2.48%
36.86%

Color #78A19D in popluar number systems.

HEX78A19D
Decimal120161157
Binary11110001010000110011101
Octal170241235

Shades and tints

Shades of #78A19D

#78A19D
(120,161,157)
#6E938F
(110,147,143)
#648581
(100,133,129)
#5A7773
(90,119,115)
#506965
(80,105,101)
#465B57
(70,91,87)
#3C4D49
(60,77,73)
#323F3B
(50,63,59)
#28312D
(40,49,45)
#1E231F
(30,35,31)
#141511
(20,21,17)
#000000
(0,0,0)

Tints of #78A19D

#78A19D
(120,161,157)
#84A9A5
(132,169,165)
#90B1AD
(144,177,173)
#9CB9B5
(156,185,181)
#A8C1BD
(168,193,189)
#B4C9C5
(180,201,197)
#C0D1CD
(192,209,205)
#CCD9D5
(204,217,213)
#D8E1DD
(216,225,221)
#E4E9E5
(228,233,229)
#F0F1ED
(240,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78A19D color. Also use rgb(120,161,157) instead hex code.

Text Font Color

.myTextColor { color: #78A19D; }

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

This text font color is #78A19D.


Background Color

.myBgColor { background-color: #78A19D; }

<div style="background-color:#78A19D">Inner text</div>

This div background color is #78A19D.


Border color

.myBorderColor { border: 1px solid #78A19D; }

<div style="border:3px solid #78A19D">Div</div>

This div border color is #78A19D.


Opacity

.myOpacity80 { color: #78A19D; opacity: 0.8; }

<p style="color:#78A19D;opacity:0.8;">80%</p>

Text with #78A19D 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 #78A19D;}

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

This text has shadow with #78A19D color.

.textShadow {text-shadow: 3px 3px 1px #78A19D, 3px 3px 1px red;}

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

This text has shadow with #78A19D primary color and red secondary color.


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

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

This text has shadow with #78A19D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78A19D on black background.


Color preview on white background

This text has color #78A19D on white background.



Black color preview on #78A19D background

This text has black color on #78A19D background.


White color preview on #78A19D background

This text has white color on #78A19D background.