COLOR #787E54

HEX: #787E54
RGB: (120,126,84)

Color info

#787E54 contains red, green and blue colors in about the same proportion. Web safe color of #787E54 is #666666 (or #666).

RGB color model

#787E54 color RGB value is (120,126,84).

  • red value is 120;
  • green value is 126;
  • blue value is 84.
RGB:
(120,126,84)
(47%,49%,33%)

RGB channels and saturation

R 120 of 255 = 47%
G 126 of 255 = 49%
B 84 of 255 = 33%

120
126
84

R + G + B ~ 43%. #787E54 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
120 + 126 + 84 = 330 (100%)
R 120 of 330 ~ 36.36%
G 126 of 330 ~ 38.18%
B 84 of 330 ~ 25.45%

%36.36
%38.18
%25.45

CMYK color model

#787E54 color CMYK value is (5,0,33,51).

  • cyan value is 4.76%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 50.59%
CMYK:
(5,0,33,51)
C5M0Y33K51 
(5%,0%,33%,51%)
(0.05/0.00/0.33/0.51)	

CMYK percentages

%4.76
%0
%33.33
%50.59

Codes

Color #787E54 in popluar color models

787E54
RGB12012684
HSL69°20.00%41.18%
HSB/HSV69°33.33%49.41%
CMYK4.76%0.00%33.33%
50.59%

Color #787E54 in popluar number systems.

HEX787E54
Decimal12012684
Binary111100011111101010100
Octal170176124

Shades and tints

Shades of #787E54

#787E54
(120,126,84)
#6E734D
(110,115,77)
#646846
(100,104,70)
#5A5D3F
(90,93,63)
#505238
(80,82,56)
#464731
(70,71,49)
#3C3C2A
(60,60,42)
#323123
(50,49,35)
#28261C
(40,38,28)
#1E1B15
(30,27,21)
#14100E
(20,16,14)
#000000
(0,0,0)

Tints of #787E54

#787E54
(120,126,84)
#848963
(132,137,99)
#909472
(144,148,114)
#9C9F81
(156,159,129)
#A8AA90
(168,170,144)
#B4B59F
(180,181,159)
#C0C0AE
(192,192,174)
#CCCBBD
(204,203,189)
#D8D6CC
(216,214,204)
#E4E1DB
(228,225,219)
#F0ECEA
(240,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #787E54 color. Also use rgb(120,126,84) instead hex code.

Text Font Color

.myTextColor { color: #787E54; }

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

This text font color is #787E54.


Background Color

.myBgColor { background-color: #787E54; }

<div style="background-color:#787E54">Inner text</div>

This div background color is #787E54.


Border color

.myBorderColor { border: 1px solid #787E54; }

<div style="border:3px solid #787E54">Div</div>

This div border color is #787E54.


Opacity

.myOpacity80 { color: #787E54; opacity: 0.8; }

<p style="color:#787E54;opacity:0.8;">80%</p>

Text with #787E54 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 #787E54;}

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

This text has shadow with #787E54 color.

.textShadow {text-shadow: 3px 3px 1px #787E54, 3px 3px 1px red;}

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

This text has shadow with #787E54 primary color and red secondary color.


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

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

This text has shadow with #787E54 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #787E54 on black background.


Color preview on white background

This text has color #787E54 on white background.



Black color preview on #787E54 background

This text has black color on #787E54 background.


White color preview on #787E54 background

This text has white color on #787E54 background.