COLOR #7C794A

HEX: #7C794A RGB: (124,121,74)

Color info

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

RGB color model

#7C794A color RGB value is (124,121,74).

RGB: (124,121,74) (49%, 47%, 29%)

RGB channels and saturation

R 124 of 255 = 49%
G 121 of 255 = 47%
B 74 of 255 = 29%

124
121
74

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

Portions of RGB colors in percentages

R + G + B = 124 + 121 + 74 = 319 (100%)
R 124 of 319 ~ 38.87%
G 121 of 319 ~ 37.93%
B 74 of 319 ~ 23.2'%

%38.87
%37.93
%23.2

CMYK color model

#7C794A color CMYK value is (0,2,40,51).

  • cyan value is 0.00%
  • magenta value is 2.42%
  • yellow value is 40.32%
  • key color value is 51.37%

CMYK: (0,2,40,51)
C0M2Y40K51 (0%, 2%, 40%, 51%)
(0.00 / 0.02 / 0.40 / 0.51)

CMYK percentages

%0
%2.42
%40.32
%51.37

Codes

Color #7C794A in popluar color models

7C 79 4A
RGB 124 121 74
HSL 56° 25.25% 38.82%
HSB/HSV 56° 40.32% 48.63%
CMYK 0.00% 2.42% 40.32%
51.37%

Color #7C794A in popluar number systems.

HEX 7C 79 4A
Decimal 124 121 74
Binary 1111100 1111001 1001010
Octal 174 171 112

Shades and tints

Shades of #7C794A

#7C794A
(124,121,74)
#716E44
(113,110,68)
#66633E
(102,99,62)
#5B5838
(91,88,56)
#504D32
(80,77,50)
#45422C
(69,66,44)
#3A3726
(58,55,38)
#2F2C20
(47,44,32)
#24211A
(36,33,26)
#191614
(25,22,20)
#0E0B0E
(14,11,14)
#000000
(0,0,0)

Tints of #7C794A

#7C794A
(124,121,74)
#87855A
(135,133,90)
#92916A
(146,145,106)
#9D9D7A
(157,157,122)
#A8A98A
(168,169,138)
#B3B59A
(179,181,154)
#BEC1AA
(190,193,170)
#C9CDBA
(201,205,186)
#D4D9CA
(212,217,202)
#DFE5DA
(223,229,218)
#EAF1EA
(234,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C794A; }

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

This text font color is #7C794A.

Background Color

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

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

This div background color is #7C794A.

Border color

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

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

This div border color is #7C794A.

Opacity

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

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

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

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

This text has shadow with #7C794A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C794A.

Preview

Color preview on black background

This text has color #7C794A on black background.


Color preview on white background

This text has color #7C794A on white background.


Black color preview on #7C794A background

This text has black color on #7C794A background.


White color preview on #7C794A background

This text has white color on #7C794A background.


Related colors

Complementary color

Complementary color for #hex is #8386B5.


I love getcolorcode.com

Triadic colors

1 #4A7C79 and #794A7C with #7C794A are triadic colors.

2 #4A797C and #797C4A with #7C794A are triadic colors.