COLOR #78A09B

HEX: #78A09B RGB: (120,160,155)

Color info

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

RGB color model

#78A09B color RGB value is (120,160,155).

RGB: (120,160,155) (47%, 63%, 61%)

RGB channels and saturation

R 120 of 255 = 47%
G 160 of 255 = 63%
B 155 of 255 = 61%

120
160
155

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

Portions of RGB colors in percentages

R + G + B = 120 + 160 + 155 = 435 (100%)
R 120 of 435 ~ 27.59%
G 160 of 435 ~ 36.78%
B 155 of 435 ~ 35.63'%

%27.59
%36.78
%35.63

CMYK color model

#78A09B color CMYK value is (25,0,3,37).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 3.13%
  • key color value is 37.25%

CMYK: (25,0,3,37)
C25M0Y3K37 (25%, 0%, 3%, 37%)
(0.25 / 0.00 / 0.03 / 0.37)

CMYK percentages

%25
%0
%3.13
%37.25

Codes

Color #78A09B in popluar color models

78 A0 9B
RGB 120 160 155
HSL 173° 17.39% 54.90%
HSB/HSV 173° 25.00% 62.75%
CMYK 25.00% 0.00% 3.13%
37.25%

Color #78A09B in popluar number systems.

HEX 78 A0 9B
Decimal 120 160 155
Binary 1111000 10100000 10011011
Octal 170 240 233

Shades and tints

Shades of #78A09B

#78A09B
(120,160,155)
#6E928D
(110,146,141)
#64847F
(100,132,127)
#5A7671
(90,118,113)
#506863
(80,104,99)
#465A55
(70,90,85)
#3C4C47
(60,76,71)
#323E39
(50,62,57)
#28302B
(40,48,43)
#1E221D
(30,34,29)
#14140F
(20,20,15)
#000000
(0,0,0)

Tints of #78A09B

#78A09B
(120,160,155)
#84A8A4
(132,168,164)
#90B0AD
(144,176,173)
#9CB8B6
(156,184,182)
#A8C0BF
(168,192,191)
#B4C8C8
(180,200,200)
#C0D0D1
(192,208,209)
#CCD8DA
(204,216,218)
#D8E0E3
(216,224,227)
#E4E8EC
(228,232,236)
#F0F0F5
(240,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78A09B; }

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

This text font color is #78A09B.

Background Color

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

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

This div background color is #78A09B.

Border color

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

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

This div border color is #78A09B.

Opacity

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

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

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

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

This text has shadow with #78A09B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78A09B.

Preview

Color preview on black background

This text has color #78A09B on black background.


Color preview on white background

This text has color #78A09B on white background.


Black color preview on #78A09B background

This text has black color on #78A09B background.


White color preview on #78A09B background

This text has white color on #78A09B background.


Related colors

Complementary color

Complementary color for #hex is #875F64.


I love getcolorcode.com

Triadic colors

1 #9B78A0 and #A09B78 with #78A09B are triadic colors.

2 #9BA078 and #A0789B with #78A09B are triadic colors.