COLOR #787E53

HEX: #787E53
RGB: (120,126,83)

Color info

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

RGB color model

#787E53 color RGB value is (120,126,83).

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

RGB channels and saturation

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

120
126
83

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

Portions of RGB colors in percentages

R + G + B =
120 + 126 + 83 = 329 (100%)
R 120 of 329 ~ 36.47%
G 126 of 329 ~ 38.3%
B 83 of 329 ~ 25.23%

%36.47
%38.3
%25.23

CMYK color model

#787E53 color CMYK value is (5,0,34,51).

  • cyan value is 4.76%
  • magenta value is 0.00%
  • yellow value is 34.13%
  • key color value is 50.59%
CMYK:
(5,0,34,51)
C5M0Y34K51 
(5%,0%,34%,51%)
(0.05/0.00/0.34/0.51)	

CMYK percentages

%4.76
%0
%34.13
%50.59

Codes

Color #787E53 in popluar color models

787E53
RGB12012683
HSL68°20.57%40.98%
HSB/HSV68°34.13%49.41%
CMYK4.76%0.00%34.13%
50.59%

Color #787E53 in popluar number systems.

HEX787E53
Decimal12012683
Binary111100011111101010011
Octal170176123

Shades and tints

Shades of #787E53

#787E53
(120,126,83)
#6E734C
(110,115,76)
#646845
(100,104,69)
#5A5D3E
(90,93,62)
#505237
(80,82,55)
#464730
(70,71,48)
#3C3C29
(60,60,41)
#323122
(50,49,34)
#28261B
(40,38,27)
#1E1B14
(30,27,20)
#14100D
(20,16,13)
#000000
(0,0,0)

Tints of #787E53

#787E53
(120,126,83)
#848962
(132,137,98)
#909471
(144,148,113)
#9C9F80
(156,159,128)
#A8AA8F
(168,170,143)
#B4B59E
(180,181,158)
#C0C0AD
(192,192,173)
#CCCBBC
(204,203,188)
#D8D6CB
(216,214,203)
#E4E1DA
(228,225,218)
#F0ECE9
(240,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #787E53; }

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

This text font color is #787E53.


Background Color

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

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

This div background color is #787E53.


Border color

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

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

This div border color is #787E53.


Opacity

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

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

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

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

This text has shadow with #787E53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #787E53 on black background.


Color preview on white background

This text has color #787E53 on white background.



Black color preview on #787E53 background

This text has black color on #787E53 background.


White color preview on #787E53 background

This text has white color on #787E53 background.