COLOR #78877B

HEX: #78877B
RGB: (120,135,123)

Color info

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

RGB color model

#78877B color RGB value is (120,135,123).

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

RGB channels and saturation

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

120
135
123

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

Portions of RGB colors in percentages

R + G + B =
120 + 135 + 123 = 378 (100%)
R 120 of 378 ~ 31.75%
G 135 of 378 ~ 35.71%
B 123 of 378 ~ 32.54%

%31.75
%35.71
%32.54

CMYK color model

#78877B color CMYK value is (11,0,9,47).

  • cyan value is 11.11%
  • magenta value is 0.00%
  • yellow value is 8.89%
  • key color value is 47.06%
CMYK:
(11,0,9,47)
C11M0Y9K47 
(11%,0%,9%,47%)
(0.11/0.00/0.09/0.47)	

CMYK percentages

%11.11
%0
%8.89
%47.06

Codes

Color #78877B in popluar color models

78877B
RGB120135123
HSL132°5.88%50.00%
HSB/HSV132°11.11%52.94%
CMYK11.11%0.00%8.89%
47.06%

Color #78877B in popluar number systems.

HEX78877B
Decimal120135123
Binary1111000100001111111011
Octal170207173

Shades and tints

Shades of #78877B

#78877B
(120,135,123)
#6E7B70
(110,123,112)
#646F65
(100,111,101)
#5A635A
(90,99,90)
#50574F
(80,87,79)
#464B44
(70,75,68)
#3C3F39
(60,63,57)
#32332E
(50,51,46)
#282723
(40,39,35)
#1E1B18
(30,27,24)
#140F0D
(20,15,13)
#000000
(0,0,0)

Tints of #78877B

#78877B
(120,135,123)
#849187
(132,145,135)
#909B93
(144,155,147)
#9CA59F
(156,165,159)
#A8AFAB
(168,175,171)
#B4B9B7
(180,185,183)
#C0C3C3
(192,195,195)
#CCCDCF
(204,205,207)
#D8D7DB
(216,215,219)
#E4E1E7
(228,225,231)
#F0EBF3
(240,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78877B; }

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

This text font color is #78877B.


Background Color

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

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

This div background color is #78877B.


Border color

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

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

This div border color is #78877B.


Opacity

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

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

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

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

This text has shadow with #78877B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78877B on black background.


Color preview on white background

This text has color #78877B on white background.



Black color preview on #78877B background

This text has black color on #78877B background.


White color preview on #78877B background

This text has white color on #78877B background.