COLOR #7C7C4D

HEX: #7C7C4D
RGB: (124,124,77)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

124
124
77

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

Portions of RGB colors in percentages

R + G + B =
124 + 124 + 77 = 325 (100%)
R 124 of 325 ~ 38.15%
G 124 of 325 ~ 38.15%
B 77 of 325 ~ 23.69%

%38.15
%38.15
%23.69

CMYK color model

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

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

CMYK percentages

%0
%0
%37.9
%51.37

Codes

Color #7C7C4D in popluar color models

7C7C4D
RGB12412477
HSL60°23.38%39.41%
HSB/HSV60°37.90%48.63%
CMYK0.00%0.00%37.90%
51.37%

Color #7C7C4D in popluar number systems.

HEX7C7C4D
Decimal12412477
Binary111110011111001001101
Octal174174115

Shades and tints

Shades of #7C7C4D

#7C7C4D
(124,124,77)
#717146
(113,113,70)
#66663F
(102,102,63)
#5B5B38
(91,91,56)
#505031
(80,80,49)
#45452A
(69,69,42)
#3A3A23
(58,58,35)
#2F2F1C
(47,47,28)
#242415
(36,36,21)
#19190E
(25,25,14)
#0E0E07
(14,14,7)
#000000
(0,0,0)

Tints of #7C7C4D

#7C7C4D
(124,124,77)
#87875D
(135,135,93)
#92926D
(146,146,109)
#9D9D7D
(157,157,125)
#A8A88D
(168,168,141)
#B3B39D
(179,179,157)
#BEBEAD
(190,190,173)
#C9C9BD
(201,201,189)
#D4D4CD
(212,212,205)
#DFDFDD
(223,223,221)
#EAEAED
(234,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C7C4D; }

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

This text font color is #7C7C4D.


Background Color

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

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

This div background color is #7C7C4D.


Border color

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

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

This div border color is #7C7C4D.


Opacity

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

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

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

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

This text has shadow with #7C7C4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C7C4D on black background.


Color preview on white background

This text has color #7C7C4D on white background.



Black color preview on #7C7C4D background

This text has black color on #7C7C4D background.


White color preview on #7C7C4D background

This text has white color on #7C7C4D background.