COLOR #7C785B

HEX: #7C785B
RGB: (124,120,91)

Color info

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

RGB color model

#7C785B color RGB value is (124,120,91).

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

RGB channels and saturation

R 124 of 255 = 49%
G 120 of 255 = 47%
B 91 of 255 = 36%

124
120
91

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

Portions of RGB colors in percentages

R + G + B =
124 + 120 + 91 = 335 (100%)
R 124 of 335 ~ 37.01%
G 120 of 335 ~ 35.82%
B 91 of 335 ~ 27.16%

%37.01
%35.82
%27.16

CMYK color model

#7C785B color CMYK value is (0,3,27,51).

  • cyan value is 0.00%
  • magenta value is 3.23%
  • yellow value is 26.61%
  • key color value is 51.37%
CMYK:
(0,3,27,51)
C0M3Y27K51 
(0%,3%,27%,51%)
(0.00/0.03/0.27/0.51)	

CMYK percentages

%0
%3.23
%26.61
%51.37

Codes

Color #7C785B in popluar color models

7C785B
RGB12412091
HSL53°15.35%42.16%
HSB/HSV53°26.61%48.63%
CMYK0.00%3.23%26.61%
51.37%

Color #7C785B in popluar number systems.

HEX7C785B
Decimal12412091
Binary111110011110001011011
Octal174170133

Shades and tints

Shades of #7C785B

#7C785B
(124,120,91)
#716E53
(113,110,83)
#66644B
(102,100,75)
#5B5A43
(91,90,67)
#50503B
(80,80,59)
#454633
(69,70,51)
#3A3C2B
(58,60,43)
#2F3223
(47,50,35)
#24281B
(36,40,27)
#191E13
(25,30,19)
#0E140B
(14,20,11)
#000000
(0,0,0)

Tints of #7C785B

#7C785B
(124,120,91)
#878469
(135,132,105)
#929077
(146,144,119)
#9D9C85
(157,156,133)
#A8A893
(168,168,147)
#B3B4A1
(179,180,161)
#BEC0AF
(190,192,175)
#C9CCBD
(201,204,189)
#D4D8CB
(212,216,203)
#DFE4D9
(223,228,217)
#EAF0E7
(234,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C785B; }

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

This text font color is #7C785B.


Background Color

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

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

This div background color is #7C785B.


Border color

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

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

This div border color is #7C785B.


Opacity

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

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

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

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

This text has shadow with #7C785B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C785B on black background.


Color preview on white background

This text has color #7C785B on white background.



Black color preview on #7C785B background

This text has black color on #7C785B background.


White color preview on #7C785B background

This text has white color on #7C785B background.