COLOR #7D794C

HEX: #7D794C RGB: (125,121,76)

Color info

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

RGB color model

#7D794C color RGB value is (125,121,76).

RGB: (125,121,76) (49%, 47%, 30%)

RGB channels and saturation

R 125 of 255 = 49%
G 121 of 255 = 47%
B 76 of 255 = 30%

125
121
76

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

Portions of RGB colors in percentages

R + G + B = 125 + 121 + 76 = 322 (100%)
R 125 of 322 ~ 38.82%
G 121 of 322 ~ 37.58%
B 76 of 322 ~ 23.6'%

%38.82
%37.58
%23.6

CMYK color model

#7D794C color CMYK value is (0,3,39,51).

  • cyan value is 0.00%
  • magenta value is 3.20%
  • yellow value is 39.20%
  • key color value is 50.98%

CMYK: (0,3,39,51)
C0M3Y39K51 (0%, 3%, 39%, 51%)
(0.00 / 0.03 / 0.39 / 0.51)

CMYK percentages

%0
%3.2
%39.2
%50.98

Codes

Color #7D794C in popluar color models

7D 79 4C
RGB 125 121 76
HSL 55° 24.38% 39.41%
HSB/HSV 55° 39.20% 49.02%
CMYK 0.00% 3.20% 39.20%
50.98%

Color #7D794C in popluar number systems.

HEX 7D 79 4C
Decimal 125 121 76
Binary 1111101 1111001 1001100
Octal 175 171 114

Shades and tints

Shades of #7D794C

#7D794C
(125,121,76)
#726E46
(114,110,70)
#676340
(103,99,64)
#5C583A
(92,88,58)
#514D34
(81,77,52)
#46422E
(70,66,46)
#3B3728
(59,55,40)
#302C22
(48,44,34)
#25211C
(37,33,28)
#1A1616
(26,22,22)
#0F0B10
(15,11,16)
#000000
(0,0,0)

Tints of #7D794C

#7D794C
(125,121,76)
#88855C
(136,133,92)
#93916C
(147,145,108)
#9E9D7C
(158,157,124)
#A9A98C
(169,169,140)
#B4B59C
(180,181,156)
#BFC1AC
(191,193,172)
#CACDBC
(202,205,188)
#D5D9CC
(213,217,204)
#E0E5DC
(224,229,220)
#EBF1EC
(235,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D794C color. Also use rgb(125,121,76) instead hex code.

Text Font Color

.myTextColor { color: #7D794C; }

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

This text font color is #7D794C.

Background Color

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

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

This div background color is #7D794C.

Border color

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

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

This div border color is #7D794C.

Opacity

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

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

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

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

This text has shadow with #7D794C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D794C.

Preview

Color preview on black background

This text has color #7D794C on black background.


Color preview on white background

This text has color #7D794C on white background.


Black color preview on #7D794C background

This text has black color on #7D794C background.


White color preview on #7D794C background

This text has white color on #7D794C background.


Related colors

Complementary color

Complementary color for #hex is #8286B3.


I love getcolorcode.com

Triadic colors

1 #4C7D79 and #794C7D with #7D794C are triadic colors.

2 #4C797D and #797D4C with #7D794C are triadic colors.