COLOR #7D723A

HEX: #7D723A
RGB: (125,114,58)

Color info

#7D723A contains mainly red and green colors. Web safe color of #7D723A is #666633 (or #663).

RGB color model

#7D723A color RGB value is (125,114,58).

  • red value is 125;
  • green value is 114;
  • blue value is 58.
RGB:
(125,114,58)
(49%,45%,23%)

RGB channels and saturation

R 125 of 255 = 49%
G 114 of 255 = 45%
B 58 of 255 = 23%

125
114
58

R + G + B ~ 39%. #7D723A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
125 + 114 + 58 = 297 (100%)
R 125 of 297 ~ 42.09%
G 114 of 297 ~ 38.38%
B 58 of 297 ~ 19.53%

%42.09
%38.38
%19.53

CMYK color model

#7D723A color CMYK value is (0,9,54,51).

  • cyan value is 0.00%
  • magenta value is 8.80%
  • yellow value is 53.60%
  • key color value is 50.98%
CMYK:
(0,9,54,51)
C0M9Y54K51 
(0%,9%,54%,51%)
(0.00/0.09/0.54/0.51)	

CMYK percentages

%0
%8.8
%53.6
%50.98

Codes

Color #7D723A in popluar color models

7D723A
RGB12511458
HSL50°36.61%35.88%
HSB/HSV50°53.60%49.02%
CMYK0.00%8.80%53.60%
50.98%

Color #7D723A in popluar number systems.

HEX7D723A
Decimal12511458
Binary11111011110010111010
Octal17516272

Shades and tints

Shades of #7D723A

#7D723A
(125,114,58)
#726835
(114,104,53)
#675E30
(103,94,48)
#5C542B
(92,84,43)
#514A26
(81,74,38)
#464021
(70,64,33)
#3B361C
(59,54,28)
#302C17
(48,44,23)
#252212
(37,34,18)
#1A180D
(26,24,13)
#0F0E08
(15,14,8)
#000000
(0,0,0)

Tints of #7D723A

#7D723A
(125,114,58)
#887E4B
(136,126,75)
#938A5C
(147,138,92)
#9E966D
(158,150,109)
#A9A27E
(169,162,126)
#B4AE8F
(180,174,143)
#BFBAA0
(191,186,160)
#CAC6B1
(202,198,177)
#D5D2C2
(213,210,194)
#E0DED3
(224,222,211)
#EBEAE4
(235,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D723A color. Also use rgb(125,114,58) instead hex code.

Text Font Color

.myTextColor { color: #7D723A; }

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

This text font color is #7D723A.


Background Color

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

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

This div background color is #7D723A.


Border color

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

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

This div border color is #7D723A.


Opacity

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

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

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

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

This text has shadow with #7D723A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D723A on black background.


Color preview on white background

This text has color #7D723A on white background.



Black color preview on #7D723A background

This text has black color on #7D723A background.


White color preview on #7D723A background

This text has white color on #7D723A background.