COLOR #7C744F

HEX: #7C744F RGB: (124,116,79)

Color info

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

RGB color model

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

RGB: (124,116,79) (49%, 45%, 31%)

RGB channels and saturation

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

124
116
79

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

Portions of RGB colors in percentages

R + G + B = 124 + 116 + 79 = 319 (100%)
R 124 of 319 ~ 38.87%
G 116 of 319 ~ 36.36%
B 79 of 319 ~ 24.76'%

%38.87
%36.36
%24.76

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.45%
  • yellow value is 36.29%
  • key color value is 51.37%

CMYK: (0,6,36,51)
C0M6Y36K51 (0%, 6%, 36%, 51%)
(0.00 / 0.06 / 0.36 / 0.51)

CMYK percentages

%0
%6.45
%36.29
%51.37

Codes

Color #7C744F in popluar color models

7C 74 4F
RGB 124 116 79
HSL 49° 22.17% 39.80%
HSB/HSV 49° 36.29% 48.63%
CMYK 0.00% 6.45% 36.29%
51.37%

Color #7C744F in popluar number systems.

HEX 7C 74 4F
Decimal 124 116 79
Binary 1111100 1110100 1001111
Octal 174 164 117

Shades and tints

Shades of #7C744F

#7C744F
(124,116,79)
#716A48
(113,106,72)
#666041
(102,96,65)
#5B563A
(91,86,58)
#504C33
(80,76,51)
#45422C
(69,66,44)
#3A3825
(58,56,37)
#2F2E1E
(47,46,30)
#242417
(36,36,23)
#191A10
(25,26,16)
#0E1009
(14,16,9)
#000000
(0,0,0)

Tints of #7C744F

#7C744F
(124,116,79)
#87805F
(135,128,95)
#928C6F
(146,140,111)
#9D987F
(157,152,127)
#A8A48F
(168,164,143)
#B3B09F
(179,176,159)
#BEBCAF
(190,188,175)
#C9C8BF
(201,200,191)
#D4D4CF
(212,212,207)
#DFE0DF
(223,224,223)
#EAECEF
(234,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C744F; }

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

This text font color is #7C744F.

Background Color

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

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

This div background color is #7C744F.

Border color

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

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

This div border color is #7C744F.

Opacity

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

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

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

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

This text has shadow with #7C744F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C744F.

Preview

Color preview on black background

This text has color #7C744F on black background.


Color preview on white background

This text has color #7C744F on white background.


Black color preview on #7C744F background

This text has black color on #7C744F background.


White color preview on #7C744F background

This text has white color on #7C744F background.


Related colors

Complementary color

Complementary color for #hex is #838BB0.


I love getcolorcode.com

Triadic colors

1 #4F7C74 and #744F7C with #7C744F are triadic colors.

2 #4F747C and #747C4F with #7C744F are triadic colors.