COLOR #78887F

HEX: #78887F
RGB: (120,136,127)

Color info

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

RGB color model

#78887F color RGB value is (120,136,127).

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

RGB channels and saturation

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

120
136
127

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

Portions of RGB colors in percentages

R + G + B =
120 + 136 + 127 = 383 (100%)
R 120 of 383 ~ 31.33%
G 136 of 383 ~ 35.51%
B 127 of 383 ~ 33.16%

%31.33
%35.51
%33.16

CMYK color model

#78887F color CMYK value is (12,0,7,47).

  • cyan value is 11.76%
  • magenta value is 0.00%
  • yellow value is 6.62%
  • key color value is 46.67%
CMYK:
(12,0,7,47)
C12M0Y7K47 
(12%,0%,7%,47%)
(0.12/0.00/0.07/0.47)	

CMYK percentages

%11.76
%0
%6.62
%46.67

Codes

Color #78887F in popluar color models

78887F
RGB120136127
HSL146°6.30%50.20%
HSB/HSV146°11.76%53.33%
CMYK11.76%0.00%6.62%
46.67%

Color #78887F in popluar number systems.

HEX78887F
Decimal120136127
Binary1111000100010001111111
Octal170210177

Shades and tints

Shades of #78887F

#78887F
(120,136,127)
#6E7C74
(110,124,116)
#647069
(100,112,105)
#5A645E
(90,100,94)
#505853
(80,88,83)
#464C48
(70,76,72)
#3C403D
(60,64,61)
#323432
(50,52,50)
#282827
(40,40,39)
#1E1C1C
(30,28,28)
#141011
(20,16,17)
#000000
(0,0,0)

Tints of #78887F

#78887F
(120,136,127)
#84928A
(132,146,138)
#909C95
(144,156,149)
#9CA6A0
(156,166,160)
#A8B0AB
(168,176,171)
#B4BAB6
(180,186,182)
#C0C4C1
(192,196,193)
#CCCECC
(204,206,204)
#D8D8D7
(216,216,215)
#E4E2E2
(228,226,226)
#F0ECED
(240,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78887F; }

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

This text font color is #78887F.


Background Color

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

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

This div background color is #78887F.


Border color

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

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

This div border color is #78887F.


Opacity

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

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

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

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

This text has shadow with #78887F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78887F on black background.


Color preview on white background

This text has color #78887F on white background.



Black color preview on #78887F background

This text has black color on #78887F background.


White color preview on #78887F background

This text has white color on #78887F background.