COLOR #7C784D

HEX: #7C784D
RGB: (124,120,77)

Color info

#7C784D contains red, green and blue colors in about the same proportion. Web safe color of #7C784D is #666633 (or #663).

RGB color model

#7C784D color RGB value is (124,120,77).

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

RGB channels and saturation

R 124 of 255 = 49%
G 120 of 255 = 47%
B 77 of 255 = 30%

124
120
77

R + G + B ~ 42%. #7C784D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
124 + 120 + 77 = 321 (100%)
R 124 of 321 ~ 38.63%
G 120 of 321 ~ 37.38%
B 77 of 321 ~ 23.99%

%38.63
%37.38
%23.99

CMYK color model

#7C784D color CMYK value is (0,3,38,51).

  • cyan value is 0.00%
  • magenta value is 3.23%
  • yellow value is 37.90%
  • key color value is 51.37%
CMYK:
(0,3,38,51)
C0M3Y38K51 
(0%,3%,38%,51%)
(0.00/0.03/0.38/0.51)	

CMYK percentages

%0
%3.23
%37.9
%51.37

Codes

Color #7C784D in popluar color models

7C784D
RGB12412077
HSL55°23.38%39.41%
HSB/HSV55°37.90%48.63%
CMYK0.00%3.23%37.90%
51.37%

Color #7C784D in popluar number systems.

HEX7C784D
Decimal12412077
Binary111110011110001001101
Octal174170115

Shades and tints

Shades of #7C784D

#7C784D
(124,120,77)
#716E46
(113,110,70)
#66643F
(102,100,63)
#5B5A38
(91,90,56)
#505031
(80,80,49)
#45462A
(69,70,42)
#3A3C23
(58,60,35)
#2F321C
(47,50,28)
#242815
(36,40,21)
#191E0E
(25,30,14)
#0E1407
(14,20,7)
#000000
(0,0,0)

Tints of #7C784D

#7C784D
(124,120,77)
#87845D
(135,132,93)
#92906D
(146,144,109)
#9D9C7D
(157,156,125)
#A8A88D
(168,168,141)
#B3B49D
(179,180,157)
#BEC0AD
(190,192,173)
#C9CCBD
(201,204,189)
#D4D8CD
(212,216,205)
#DFE4DD
(223,228,221)
#EAF0ED
(234,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C784D color. Also use rgb(124,120,77) instead hex code.

Text Font Color

.myTextColor { color: #7C784D; }

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

This text font color is #7C784D.


Background Color

.myBgColor { background-color: #7C784D; }

<div style="background-color:#7C784D">Inner text</div>

This div background color is #7C784D.


Border color

.myBorderColor { border: 1px solid #7C784D; }

<div style="border:3px solid #7C784D">Div</div>

This div border color is #7C784D.


Opacity

.myOpacity80 { color: #7C784D; opacity: 0.8; }

<p style="color:#7C784D;opacity:0.8;">80%</p>

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

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

This text has shadow with #7C784D color.

.textShadow {text-shadow: 3px 3px 1px #7C784D, 3px 3px 1px red;}

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

This text has shadow with #7C784D primary color and red secondary color.


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

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

This text has shadow with #7C784D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C784D on black background.


Color preview on white background

This text has color #7C784D on white background.



Black color preview on #7C784D background

This text has black color on #7C784D background.


White color preview on #7C784D background

This text has white color on #7C784D background.