COLOR #7C742C

HEX: #7C742C
RGB: (124,116,44)

Color info

#7C742C contains mainly red and green colors. Web safe color of #7C742C is #666633 (or #663).

RGB color model

#7C742C color RGB value is (124,116,44).

  • red value is 124;
  • green value is 116;
  • blue value is 44.
RGB:
(124,116,44)
(49%,45%,17%)

RGB channels and saturation

R 124 of 255 = 49%
G 116 of 255 = 45%
B 44 of 255 = 17%

124
116
44

R + G + B ~ 37%. #7C742C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
124 + 116 + 44 = 284 (100%)
R 124 of 284 ~ 43.66%
G 116 of 284 ~ 40.85%
B 44 of 284 ~ 15.49%

%43.66
%40.85
%15.49

CMYK color model

#7C742C color CMYK value is (0,6,65,51).

  • cyan value is 0.00%
  • magenta value is 6.45%
  • yellow value is 64.52%
  • key color value is 51.37%
CMYK:
(0,6,65,51)
C0M6Y65K51 
(0%,6%,65%,51%)
(0.00/0.06/0.65/0.51)	

CMYK percentages

%0
%6.45
%64.52
%51.37

Codes

Color #7C742C in popluar color models

7C742C
RGB12411644
HSL54°47.62%32.94%
HSB/HSV54°64.52%48.63%
CMYK0.00%6.45%64.52%
51.37%

Color #7C742C in popluar number systems.

HEX7C742C
Decimal12411644
Binary11111001110100101100
Octal17416454

Shades and tints

Shades of #7C742C

#7C742C
(124,116,44)
#716A28
(113,106,40)
#666024
(102,96,36)
#5B5620
(91,86,32)
#504C1C
(80,76,28)
#454218
(69,66,24)
#3A3814
(58,56,20)
#2F2E10
(47,46,16)
#24240C
(36,36,12)
#191A08
(25,26,8)
#0E1004
(14,16,4)
#000000
(0,0,0)

Tints of #7C742C

#7C742C
(124,116,44)
#87803F
(135,128,63)
#928C52
(146,140,82)
#9D9865
(157,152,101)
#A8A478
(168,164,120)
#B3B08B
(179,176,139)
#BEBC9E
(190,188,158)
#C9C8B1
(201,200,177)
#D4D4C4
(212,212,196)
#DFE0D7
(223,224,215)
#EAECEA
(234,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C742C; }

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

This text font color is #7C742C.


Background Color

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

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

This div background color is #7C742C.


Border color

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

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

This div border color is #7C742C.


Opacity

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

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

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

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

This text has shadow with #7C742C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C742C on black background.


Color preview on white background

This text has color #7C742C on white background.



Black color preview on #7C742C background

This text has black color on #7C742C background.


White color preview on #7C742C background

This text has white color on #7C742C background.