COLOR #78847C

HEX: #78847C
RGB: (120,132,124)

Color info

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

RGB color model

#78847C color RGB value is (120,132,124).

  • red value is 120;
  • green value is 132;
  • blue value is 124.
RGB:
(120,132,124)
(47%,52%,49%)

RGB channels and saturation

R 120 of 255 = 47%
G 132 of 255 = 52%
B 124 of 255 = 49%

120
132
124

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

Portions of RGB colors in percentages

R + G + B =
120 + 132 + 124 = 376 (100%)
R 120 of 376 ~ 31.91%
G 132 of 376 ~ 35.11%
B 124 of 376 ~ 32.98%

%31.91
%35.11
%32.98

CMYK color model

#78847C color CMYK value is (9,0,6,48).

  • cyan value is 9.09%
  • magenta value is 0.00%
  • yellow value is 6.06%
  • key color value is 48.24%
CMYK:
(9,0,6,48)
C9M0Y6K48 
(9%,0%,6%,48%)
(0.09/0.00/0.06/0.48)	

CMYK percentages

%9.09
%0
%6.06
%48.24

Codes

Color #78847C in popluar color models

78847C
RGB120132124
HSL140°4.76%49.41%
HSB/HSV140°9.09%51.76%
CMYK9.09%0.00%6.06%
48.24%

Color #78847C in popluar number systems.

HEX78847C
Decimal120132124
Binary1111000100001001111100
Octal170204174

Shades and tints

Shades of #78847C

#78847C
(120,132,124)
#6E7871
(110,120,113)
#646C66
(100,108,102)
#5A605B
(90,96,91)
#505450
(80,84,80)
#464845
(70,72,69)
#3C3C3A
(60,60,58)
#32302F
(50,48,47)
#282424
(40,36,36)
#1E1819
(30,24,25)
#140C0E
(20,12,14)
#000000
(0,0,0)

Tints of #78847C

#78847C
(120,132,124)
#848F87
(132,143,135)
#909A92
(144,154,146)
#9CA59D
(156,165,157)
#A8B0A8
(168,176,168)
#B4BBB3
(180,187,179)
#C0C6BE
(192,198,190)
#CCD1C9
(204,209,201)
#D8DCD4
(216,220,212)
#E4E7DF
(228,231,223)
#F0F2EA
(240,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78847C color. Also use rgb(120,132,124) instead hex code.

Text Font Color

.myTextColor { color: #78847C; }

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

This text font color is #78847C.


Background Color

.myBgColor { background-color: #78847C; }

<div style="background-color:#78847C">Inner text</div>

This div background color is #78847C.


Border color

.myBorderColor { border: 1px solid #78847C; }

<div style="border:3px solid #78847C">Div</div>

This div border color is #78847C.


Opacity

.myOpacity80 { color: #78847C; opacity: 0.8; }

<p style="color:#78847C;opacity:0.8;">80%</p>

Text with #78847C 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 #78847C;}

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

This text has shadow with #78847C color.

.textShadow {text-shadow: 3px 3px 1px #78847C, 3px 3px 1px red;}

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

This text has shadow with #78847C primary color and red secondary color.


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

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

This text has shadow with #78847C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78847C on black background.


Color preview on white background

This text has color #78847C on white background.



Black color preview on #78847C background

This text has black color on #78847C background.


White color preview on #78847C background

This text has white color on #78847C background.