COLOR #78877A

HEX: #78877A RGB: (120,135,122)

Color info

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

RGB color model

#78877A color RGB value is (120,135,122).

RGB: (120,135,122) (47%, 53%, 48%)

RGB channels and saturation

R 120 of 255 = 47%
G 135 of 255 = 53%
B 122 of 255 = 48%

120
135
122

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

Portions of RGB colors in percentages

R + G + B = 120 + 135 + 122 = 377 (100%)
R 120 of 377 ~ 31.83%
G 135 of 377 ~ 35.81%
B 122 of 377 ~ 32.36'%

%31.83
%35.81
%32.36

CMYK color model

#78877A color CMYK value is (11,0,10,47).

  • cyan value is 11.11%
  • magenta value is 0.00%
  • yellow value is 9.63%
  • key color value is 47.06%

CMYK: (11,0,10,47)
C11M0Y10K47 (11%, 0%, 10%, 47%)
(0.11 / 0.00 / 0.10 / 0.47)

CMYK percentages

%11.11
%0
%9.63
%47.06

Codes

Color #78877A in popluar color models

78 87 7A
RGB 120 135 122
HSL 128° 5.88% 50.00%
HSB/HSV 128° 11.11% 52.94%
CMYK 11.11% 0.00% 9.63%
47.06%

Color #78877A in popluar number systems.

HEX 78 87 7A
Decimal 120 135 122
Binary 1111000 10000111 1111010
Octal 170 207 172

Shades and tints

Shades of #78877A

#78877A
(120,135,122)
#6E7B6F
(110,123,111)
#646F64
(100,111,100)
#5A6359
(90,99,89)
#50574E
(80,87,78)
#464B43
(70,75,67)
#3C3F38
(60,63,56)
#32332D
(50,51,45)
#282722
(40,39,34)
#1E1B17
(30,27,23)
#140F0C
(20,15,12)
#000000
(0,0,0)

Tints of #78877A

#78877A
(120,135,122)
#849186
(132,145,134)
#909B92
(144,155,146)
#9CA59E
(156,165,158)
#A8AFAA
(168,175,170)
#B4B9B6
(180,185,182)
#C0C3C2
(192,195,194)
#CCCDCE
(204,205,206)
#D8D7DA
(216,215,218)
#E4E1E6
(228,225,230)
#F0EBF2
(240,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78877A; }

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

This text font color is #78877A.

Background Color

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

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

This div background color is #78877A.

Border color

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

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

This div border color is #78877A.

Opacity

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

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

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

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

This text has shadow with #78877A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78877A.

Preview

Color preview on black background

This text has color #78877A on black background.


Color preview on white background

This text has color #78877A on white background.


Black color preview on #78877A background

This text has black color on #78877A background.


White color preview on #78877A background

This text has white color on #78877A background.


Related colors

Complementary color

Complementary color for #hex is #877885.


I love getcolorcode.com

Triadic colors

1 #7A7887 and #877A78 with #78877A are triadic colors.

2 #7A8778 and #87787A with #78877A are triadic colors.