COLOR #7D794B

HEX: #7D794B
RGB: (125,121,75)

Color info

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

RGB color model

#7D794B color RGB value is (125,121,75).

  • red value is 125;
  • green value is 121;
  • blue value is 75.
RGB:
(125,121,75)
(49%,47%,29%)

RGB channels and saturation

R 125 of 255 = 49%
G 121 of 255 = 47%
B 75 of 255 = 29%

125
121
75

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

Portions of RGB colors in percentages

R + G + B =
125 + 121 + 75 = 321 (100%)
R 125 of 321 ~ 38.94%
G 121 of 321 ~ 37.69%
B 75 of 321 ~ 23.36%

%38.94
%37.69
%23.36

CMYK color model

#7D794B color CMYK value is (0,3,40,51).

  • cyan value is 0.00%
  • magenta value is 3.20%
  • yellow value is 40.00%
  • key color value is 50.98%
CMYK:
(0,3,40,51)
C0M3Y40K51 
(0%,3%,40%,51%)
(0.00/0.03/0.40/0.51)	

CMYK percentages

%0
%3.2
%40
%50.98

Codes

Color #7D794B in popluar color models

7D794B
RGB12512175
HSL55°25.00%39.22%
HSB/HSV55°40.00%49.02%
CMYK0.00%3.20%40.00%
50.98%

Color #7D794B in popluar number systems.

HEX7D794B
Decimal12512175
Binary111110111110011001011
Octal175171113

Shades and tints

Shades of #7D794B

#7D794B
(125,121,75)
#726E45
(114,110,69)
#67633F
(103,99,63)
#5C5839
(92,88,57)
#514D33
(81,77,51)
#46422D
(70,66,45)
#3B3727
(59,55,39)
#302C21
(48,44,33)
#25211B
(37,33,27)
#1A1615
(26,22,21)
#0F0B0F
(15,11,15)
#000000
(0,0,0)

Tints of #7D794B

#7D794B
(125,121,75)
#88855B
(136,133,91)
#93916B
(147,145,107)
#9E9D7B
(158,157,123)
#A9A98B
(169,169,139)
#B4B59B
(180,181,155)
#BFC1AB
(191,193,171)
#CACDBB
(202,205,187)
#D5D9CB
(213,217,203)
#E0E5DB
(224,229,219)
#EBF1EB
(235,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D794B; }

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

This text font color is #7D794B.


Background Color

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

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

This div background color is #7D794B.


Border color

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

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

This div border color is #7D794B.


Opacity

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

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

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

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

This text has shadow with #7D794B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D794B on black background.


Color preview on white background

This text has color #7D794B on white background.



Black color preview on #7D794B background

This text has black color on #7D794B background.


White color preview on #7D794B background

This text has white color on #7D794B background.