COLOR #7C7C4F

HEX: #7C7C4F
RGB: (124,124,79)

Color info

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

RGB color model

#7C7C4F color RGB value is (124,124,79).

  • red value is 124;
  • green value is 124;
  • blue value is 79.
RGB:
(124,124,79)
(49%,49%,31%)

RGB channels and saturation

R 124 of 255 = 49%
G 124 of 255 = 49%
B 79 of 255 = 31%

124
124
79

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

Portions of RGB colors in percentages

R + G + B =
124 + 124 + 79 = 327 (100%)
R 124 of 327 ~ 37.92%
G 124 of 327 ~ 37.92%
B 79 of 327 ~ 24.16%

%37.92
%37.92
%24.16

CMYK color model

#7C7C4F color CMYK value is (0,0,36,51).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 36.29%
  • key color value is 51.37%
CMYK:
(0,0,36,51)
C0M0Y36K51 
(0%,0%,36%,51%)
(0.00/0.00/0.36/0.51)	

CMYK percentages

%0
%0
%36.29
%51.37

Codes

Color #7C7C4F in popluar color models

7C7C4F
RGB12412479
HSL60°22.17%39.80%
HSB/HSV60°36.29%48.63%
CMYK0.00%0.00%36.29%
51.37%

Color #7C7C4F in popluar number systems.

HEX7C7C4F
Decimal12412479
Binary111110011111001001111
Octal174174117

Shades and tints

Shades of #7C7C4F

#7C7C4F
(124,124,79)
#717148
(113,113,72)
#666641
(102,102,65)
#5B5B3A
(91,91,58)
#505033
(80,80,51)
#45452C
(69,69,44)
#3A3A25
(58,58,37)
#2F2F1E
(47,47,30)
#242417
(36,36,23)
#191910
(25,25,16)
#0E0E09
(14,14,9)
#000000
(0,0,0)

Tints of #7C7C4F

#7C7C4F
(124,124,79)
#87875F
(135,135,95)
#92926F
(146,146,111)
#9D9D7F
(157,157,127)
#A8A88F
(168,168,143)
#B3B39F
(179,179,159)
#BEBEAF
(190,190,175)
#C9C9BF
(201,201,191)
#D4D4CF
(212,212,207)
#DFDFDF
(223,223,223)
#EAEAEF
(234,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C7C4F; }

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

This text font color is #7C7C4F.


Background Color

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

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

This div background color is #7C7C4F.


Border color

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

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

This div border color is #7C7C4F.


Opacity

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

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

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

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

This text has shadow with #7C7C4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C7C4F on black background.


Color preview on white background

This text has color #7C7C4F on white background.



Black color preview on #7C7C4F background

This text has black color on #7C7C4F background.


White color preview on #7C7C4F background

This text has white color on #7C7C4F background.