COLOR #7C724A

HEX: #7C724A
RGB: (124,114,74)

Color info

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

RGB color model

#7C724A color RGB value is (124,114,74).

  • red value is 124;
  • green value is 114;
  • blue value is 74.
RGB:
(124,114,74)
(49%,45%,29%)

RGB channels and saturation

R 124 of 255 = 49%
G 114 of 255 = 45%
B 74 of 255 = 29%

124
114
74

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

Portions of RGB colors in percentages

R + G + B =
124 + 114 + 74 = 312 (100%)
R 124 of 312 ~ 39.74%
G 114 of 312 ~ 36.54%
B 74 of 312 ~ 23.72%

%39.74
%36.54
%23.72

CMYK color model

#7C724A color CMYK value is (0,8,40,51).

  • cyan value is 0.00%
  • magenta value is 8.06%
  • yellow value is 40.32%
  • key color value is 51.37%
CMYK:
(0,8,40,51)
C0M8Y40K51 
(0%,8%,40%,51%)
(0.00/0.08/0.40/0.51)	

CMYK percentages

%0
%8.06
%40.32
%51.37

Codes

Color #7C724A in popluar color models

7C724A
RGB12411474
HSL48°25.25%38.82%
HSB/HSV48°40.32%48.63%
CMYK0.00%8.06%40.32%
51.37%

Color #7C724A in popluar number systems.

HEX7C724A
Decimal12411474
Binary111110011100101001010
Octal174162112

Shades and tints

Shades of #7C724A

#7C724A
(124,114,74)
#716844
(113,104,68)
#665E3E
(102,94,62)
#5B5438
(91,84,56)
#504A32
(80,74,50)
#45402C
(69,64,44)
#3A3626
(58,54,38)
#2F2C20
(47,44,32)
#24221A
(36,34,26)
#191814
(25,24,20)
#0E0E0E
(14,14,14)
#000000
(0,0,0)

Tints of #7C724A

#7C724A
(124,114,74)
#877E5A
(135,126,90)
#928A6A
(146,138,106)
#9D967A
(157,150,122)
#A8A28A
(168,162,138)
#B3AE9A
(179,174,154)
#BEBAAA
(190,186,170)
#C9C6BA
(201,198,186)
#D4D2CA
(212,210,202)
#DFDEDA
(223,222,218)
#EAEAEA
(234,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C724A; }

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

This text font color is #7C724A.


Background Color

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

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

This div background color is #7C724A.


Border color

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

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

This div border color is #7C724A.


Opacity

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

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

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

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

This text has shadow with #7C724A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C724A on black background.


Color preview on white background

This text has color #7C724A on white background.



Black color preview on #7C724A background

This text has black color on #7C724A background.


White color preview on #7C724A background

This text has white color on #7C724A background.