COLOR #78A087

HEX: #78A087 RGB: (120,160,135)

Color info

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

RGB color model

#78A087 color RGB value is (120,160,135).

RGB: (120,160,135) (47%, 63%, 53%)

RGB channels and saturation

R 120 of 255 = 47%
G 160 of 255 = 63%
B 135 of 255 = 53%

120
160
135

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

Portions of RGB colors in percentages

R + G + B = 120 + 160 + 135 = 415 (100%)
R 120 of 415 ~ 28.92%
G 160 of 415 ~ 38.55%
B 135 of 415 ~ 32.53'%

%28.92
%38.55
%32.53

CMYK color model

#78A087 color CMYK value is (25,0,16,37).

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

CMYK: (25,0,16,37)
C25M0Y16K37 (25%, 0%, 16%, 37%)
(0.25 / 0.00 / 0.16 / 0.37)

CMYK percentages

%25
%0
%15.63
%37.25

Codes

Color #78A087 in popluar color models

78 A0 87
RGB 120 160 135
HSL 143° 17.39% 54.90%
HSB/HSV 143° 25.00% 62.75%
CMYK 25.00% 0.00% 15.63%
37.25%

Color #78A087 in popluar number systems.

HEX 78 A0 87
Decimal 120 160 135
Binary 1111000 10100000 10000111
Octal 170 240 207

Shades and tints

Shades of #78A087

#78A087
(120,160,135)
#6E927B
(110,146,123)
#64846F
(100,132,111)
#5A7663
(90,118,99)
#506857
(80,104,87)
#465A4B
(70,90,75)
#3C4C3F
(60,76,63)
#323E33
(50,62,51)
#283027
(40,48,39)
#1E221B
(30,34,27)
#14140F
(20,20,15)
#000000
(0,0,0)

Tints of #78A087

#78A087
(120,160,135)
#84A891
(132,168,145)
#90B09B
(144,176,155)
#9CB8A5
(156,184,165)
#A8C0AF
(168,192,175)
#B4C8B9
(180,200,185)
#C0D0C3
(192,208,195)
#CCD8CD
(204,216,205)
#D8E0D7
(216,224,215)
#E4E8E1
(228,232,225)
#F0F0EB
(240,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78A087; }

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

This text font color is #78A087.

Background Color

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

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

This div background color is #78A087.

Border color

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

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

This div border color is #78A087.

Opacity

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

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

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

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

This text has shadow with #78A087 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78A087.

Preview

Color preview on black background

This text has color #78A087 on black background.


Color preview on white background

This text has color #78A087 on white background.


Black color preview on #78A087 background

This text has black color on #78A087 background.


White color preview on #78A087 background

This text has white color on #78A087 background.


Related colors

Complementary color

Complementary color for #hex is #875F78.


I love getcolorcode.com

Triadic colors

1 #8778A0 and #A08778 with #78A087 are triadic colors.

2 #87A078 and #A07887 with #78A087 are triadic colors.