COLOR #78987A

HEX: #78987A RGB: (120,152,122)

Color info

#78987A contains red, green and blue colors in about the same proportion. Web safe color of #78987A is #669966 (or #696).

RGB color model

#78987A color RGB value is (120,152,122).

RGB: (120,152,122) (47%, 60%, 48%)

RGB channels and saturation

R 120 of 255 = 47%
G 152 of 255 = 60%
B 122 of 255 = 48%

120
152
122

R + G + B ~ 52%. #78987A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 120 + 152 + 122 = 394 (100%)
R 120 of 394 ~ 30.46%
G 152 of 394 ~ 38.58%
B 122 of 394 ~ 30.96'%

%30.46
%38.58
%30.96

CMYK color model

#78987A color CMYK value is (21,0,20,40).

  • cyan value is 21.05%
  • magenta value is 0.00%
  • yellow value is 19.74%
  • key color value is 40.39%

CMYK: (21,0,20,40)
C21M0Y20K40 (21%, 0%, 20%, 40%)
(0.21 / 0.00 / 0.20 / 0.40)

CMYK percentages

%21.05
%0
%19.74
%40.39

Codes

Color #78987A in popluar color models

78 98 7A
RGB 120 152 122
HSL 124° 13.45% 53.33%
HSB/HSV 124° 21.05% 59.61%
CMYK 21.05% 0.00% 19.74%
40.39%

Color #78987A in popluar number systems.

HEX 78 98 7A
Decimal 120 152 122
Binary 1111000 10011000 1111010
Octal 170 230 172

Shades and tints

Shades of #78987A

#78987A
(120,152,122)
#6E8B6F
(110,139,111)
#647E64
(100,126,100)
#5A7159
(90,113,89)
#50644E
(80,100,78)
#465743
(70,87,67)
#3C4A38
(60,74,56)
#323D2D
(50,61,45)
#283022
(40,48,34)
#1E2317
(30,35,23)
#14160C
(20,22,12)
#000000
(0,0,0)

Tints of #78987A

#78987A
(120,152,122)
#84A186
(132,161,134)
#90AA92
(144,170,146)
#9CB39E
(156,179,158)
#A8BCAA
(168,188,170)
#B4C5B6
(180,197,182)
#C0CEC2
(192,206,194)
#CCD7CE
(204,215,206)
#D8E0DA
(216,224,218)
#E4E9E6
(228,233,230)
#F0F2F2
(240,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78987A color. Also use rgb(120,152,122) instead hex code.

Text Font Color

.myTextColor { color: #78987A; }

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

This text font color is #78987A.

Background Color

.myBgColor { background-color: #78987A; }

<div style="background-color:#78987A">Inner text</div>

This div background color is #78987A.

Border color

.myBorderColor { border: 1px solid #78987A; }

<div style="border:3px solid #78987A">Div</div>

This div border color is #78987A.

Opacity

.myOpacity80 { color: #78987A; opacity: 0.8; }

<p style="color:#78987A;opacity:0.8;">80%</p>

Text with #78987A 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 #78987A;}

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

This text has shadow with #78987A color.


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

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

This text has shadow with #78987A primary color and red secondary color.


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

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

This text has shadow with #78987A and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #78987A.

Preview

Color preview on black background

This text has color #78987A on black background.


Color preview on white background

This text has color #78987A on white background.


Black color preview on #78987A background

This text has black color on #78987A background.


White color preview on #78987A background

This text has white color on #78987A background.


Related colors

Complementary color

Complementary color for #hex is #876785.


I love getcolorcode.com

Triadic colors

1 #7A7898 and #987A78 with #78987A are triadic colors.

2 #7A9878 and #98787A with #78987A are triadic colors.