COLOR #78A6A0

HEX: #78A6A0 RGB: (120,166,160)

Color info

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

RGB color model

#78A6A0 color RGB value is (120,166,160).

RGB: (120,166,160) (47%, 65%, 63%)

RGB channels and saturation

R 120 of 255 = 47%
G 166 of 255 = 65%
B 160 of 255 = 63%

120
166
160

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

Portions of RGB colors in percentages

R + G + B = 120 + 166 + 160 = 446 (100%)
R 120 of 446 ~ 26.91%
G 166 of 446 ~ 37.22%
B 160 of 446 ~ 35.87'%

%26.91
%37.22
%35.87

CMYK color model

#78A6A0 color CMYK value is (28,0,4,35).

  • cyan value is 27.71%
  • magenta value is 0.00%
  • yellow value is 3.61%
  • key color value is 34.90%

CMYK: (28,0,4,35)
C28M0Y4K35 (28%, 0%, 4%, 35%)
(0.28 / 0.00 / 0.04 / 0.35)

CMYK percentages

%27.71
%0
%3.61
%34.9

Codes

Color #78A6A0 in popluar color models

78 A6 A0
RGB 120 166 160
HSL 172° 20.54% 56.08%
HSB/HSV 172° 27.71% 65.10%
CMYK 27.71% 0.00% 3.61%
34.90%

Color #78A6A0 in popluar number systems.

HEX 78 A6 A0
Decimal 120 166 160
Binary 1111000 10100110 10100000
Octal 170 246 240

Shades and tints

Shades of #78A6A0

#78A6A0
(120,166,160)
#6E9792
(110,151,146)
#648884
(100,136,132)
#5A7976
(90,121,118)
#506A68
(80,106,104)
#465B5A
(70,91,90)
#3C4C4C
(60,76,76)
#323D3E
(50,61,62)
#282E30
(40,46,48)
#1E1F22
(30,31,34)
#141014
(20,16,20)
#000000
(0,0,0)

Tints of #78A6A0

#78A6A0
(120,166,160)
#84AEA8
(132,174,168)
#90B6B0
(144,182,176)
#9CBEB8
(156,190,184)
#A8C6C0
(168,198,192)
#B4CEC8
(180,206,200)
#C0D6D0
(192,214,208)
#CCDED8
(204,222,216)
#D8E6E0
(216,230,224)
#E4EEE8
(228,238,232)
#F0F6F0
(240,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78A6A0 color. Also use rgb(120,166,160) instead hex code.

Text Font Color

.myTextColor { color: #78A6A0; }

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

This text font color is #78A6A0.

Background Color

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

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

This div background color is #78A6A0.

Border color

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

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

This div border color is #78A6A0.

Opacity

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

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

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

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

This text has shadow with #78A6A0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78A6A0.

Preview

Color preview on black background

This text has color #78A6A0 on black background.


Color preview on white background

This text has color #78A6A0 on white background.


Black color preview on #78A6A0 background

This text has black color on #78A6A0 background.


White color preview on #78A6A0 background

This text has white color on #78A6A0 background.


Related colors

Complementary color

Complementary color for #hex is #87595F.


I love getcolorcode.com

Triadic colors

1 #A078A6 and #A6A078 with #78A6A0 are triadic colors.

2 #A0A678 and #A678A0 with #78A6A0 are triadic colors.