COLOR #78877F

HEX: #78877F
RGB: (120,135,127)

Color info

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

RGB color model

#78877F color RGB value is (120,135,127).

  • red value is 120;
  • green value is 135;
  • blue value is 127.
RGB:
(120,135,127)
(47%,53%,50%)

RGB channels and saturation

R 120 of 255 = 47%
G 135 of 255 = 53%
B 127 of 255 = 50%

120
135
127

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

Portions of RGB colors in percentages

R + G + B =
120 + 135 + 127 = 382 (100%)
R 120 of 382 ~ 31.41%
G 135 of 382 ~ 35.34%
B 127 of 382 ~ 33.25%

%31.41
%35.34
%33.25

CMYK color model

#78877F color CMYK value is (11,0,6,47).

  • cyan value is 11.11%
  • magenta value is 0.00%
  • yellow value is 5.93%
  • key color value is 47.06%
CMYK:
(11,0,6,47)
C11M0Y6K47 
(11%,0%,6%,47%)
(0.11/0.00/0.06/0.47)	

CMYK percentages

%11.11
%0
%5.93
%47.06

Codes

Color #78877F in popluar color models

78877F
RGB120135127
HSL148°5.88%50.00%
HSB/HSV148°11.11%52.94%
CMYK11.11%0.00%5.93%
47.06%

Color #78877F in popluar number systems.

HEX78877F
Decimal120135127
Binary1111000100001111111111
Octal170207177

Shades and tints

Shades of #78877F

#78877F
(120,135,127)
#6E7B74
(110,123,116)
#646F69
(100,111,105)
#5A635E
(90,99,94)
#505753
(80,87,83)
#464B48
(70,75,72)
#3C3F3D
(60,63,61)
#323332
(50,51,50)
#282727
(40,39,39)
#1E1B1C
(30,27,28)
#140F11
(20,15,17)
#000000
(0,0,0)

Tints of #78877F

#78877F
(120,135,127)
#84918A
(132,145,138)
#909B95
(144,155,149)
#9CA5A0
(156,165,160)
#A8AFAB
(168,175,171)
#B4B9B6
(180,185,182)
#C0C3C1
(192,195,193)
#CCCDCC
(204,205,204)
#D8D7D7
(216,215,215)
#E4E1E2
(228,225,226)
#F0EBED
(240,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78877F; }

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

This text font color is #78877F.


Background Color

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

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

This div background color is #78877F.


Border color

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

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

This div border color is #78877F.


Opacity

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

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

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

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

This text has shadow with #78877F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78877F on black background.


Color preview on white background

This text has color #78877F on white background.



Black color preview on #78877F background

This text has black color on #78877F background.


White color preview on #78877F background

This text has white color on #78877F background.