COLOR #78A887

HEX: #78A887 RGB: (120,168,135)

Color info

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

RGB color model

#78A887 color RGB value is (120,168,135).

RGB: (120,168,135) (47%, 66%, 53%)

RGB channels and saturation

R 120 of 255 = 47%
G 168 of 255 = 66%
B 135 of 255 = 53%

120
168
135

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

Portions of RGB colors in percentages

R + G + B = 120 + 168 + 135 = 423 (100%)
R 120 of 423 ~ 28.37%
G 168 of 423 ~ 39.72%
B 135 of 423 ~ 31.91'%

%28.37
%39.72
%31.91

CMYK color model

#78A887 color CMYK value is (29,0,20,34).

  • cyan value is 28.57%
  • magenta value is 0.00%
  • yellow value is 19.64%
  • key color value is 34.12%

CMYK: (29,0,20,34)
C29M0Y20K34 (29%, 0%, 20%, 34%)
(0.29 / 0.00 / 0.20 / 0.34)

CMYK percentages

%28.57
%0
%19.64
%34.12

Codes

Color #78A887 in popluar color models

78 A8 87
RGB 120 168 135
HSL 139° 21.62% 56.47%
HSB/HSV 139° 28.57% 65.88%
CMYK 28.57% 0.00% 19.64%
34.12%

Color #78A887 in popluar number systems.

HEX 78 A8 87
Decimal 120 168 135
Binary 1111000 10101000 10000111
Octal 170 250 207

Shades and tints

Shades of #78A887

#78A887
(120,168,135)
#6E997B
(110,153,123)
#648A6F
(100,138,111)
#5A7B63
(90,123,99)
#506C57
(80,108,87)
#465D4B
(70,93,75)
#3C4E3F
(60,78,63)
#323F33
(50,63,51)
#283027
(40,48,39)
#1E211B
(30,33,27)
#14120F
(20,18,15)
#000000
(0,0,0)

Tints of #78A887

#78A887
(120,168,135)
#84AF91
(132,175,145)
#90B69B
(144,182,155)
#9CBDA5
(156,189,165)
#A8C4AF
(168,196,175)
#B4CBB9
(180,203,185)
#C0D2C3
(192,210,195)
#CCD9CD
(204,217,205)
#D8E0D7
(216,224,215)
#E4E7E1
(228,231,225)
#F0EEEB
(240,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78A887; }

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

This text font color is #78A887.

Background Color

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

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

This div background color is #78A887.

Border color

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

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

This div border color is #78A887.

Opacity

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

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

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

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

This text has shadow with #78A887 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78A887.

Preview

Color preview on black background

This text has color #78A887 on black background.


Color preview on white background

This text has color #78A887 on white background.


Black color preview on #78A887 background

This text has black color on #78A887 background.


White color preview on #78A887 background

This text has white color on #78A887 background.


Related colors

Complementary color

Complementary color for #hex is #875778.


I love getcolorcode.com

Triadic colors

1 #8778A8 and #A88778 with #78A887 are triadic colors.

2 #87A878 and #A87887 with #78A887 are triadic colors.