COLOR #7D5A4D

HEX: #7D5A4D
RGB: (125,90,77)

Color info

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

RGB color model

#7D5A4D color RGB value is (125,90,77).

  • red value is 125;
  • green value is 90;
  • blue value is 77.
RGB:
(125,90,77)
(49%,35%,30%)

RGB channels and saturation

R 125 of 255 = 49%
G 90 of 255 = 35%
B 77 of 255 = 30%

125
90
77

R + G + B ~ 38%. #7D5A4D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
125 + 90 + 77 = 292 (100%)
R 125 of 292 ~ 42.81%
G 90 of 292 ~ 30.82%
B 77 of 292 ~ 26.37%

%42.81
%30.82
%26.37

CMYK color model

#7D5A4D color CMYK value is (0,28,38,51).

  • cyan value is 0.00%
  • magenta value is 28.00%
  • yellow value is 38.40%
  • key color value is 50.98%
CMYK:
(0,28,38,51)
C0M28Y38K51 
(0%,28%,38%,51%)
(0.00/0.28/0.38/0.51)	

CMYK percentages

%0
%28
%38.4
%50.98

Codes

Color #7D5A4D in popluar color models

7D5A4D
RGB1259077
HSL16°23.76%39.61%
HSB/HSV16°38.40%49.02%
CMYK0.00%28.00%38.40%
50.98%

Color #7D5A4D in popluar number systems.

HEX7D5A4D
Decimal1259077
Binary111110110110101001101
Octal175132115

Shades and tints

Shades of #7D5A4D

#7D5A4D
(125,90,77)
#725246
(114,82,70)
#674A3F
(103,74,63)
#5C4238
(92,66,56)
#513A31
(81,58,49)
#46322A
(70,50,42)
#3B2A23
(59,42,35)
#30221C
(48,34,28)
#251A15
(37,26,21)
#1A120E
(26,18,14)
#0F0A07
(15,10,7)
#000000
(0,0,0)

Tints of #7D5A4D

#7D5A4D
(125,90,77)
#88695D
(136,105,93)
#93786D
(147,120,109)
#9E877D
(158,135,125)
#A9968D
(169,150,141)
#B4A59D
(180,165,157)
#BFB4AD
(191,180,173)
#CAC3BD
(202,195,189)
#D5D2CD
(213,210,205)
#E0E1DD
(224,225,221)
#EBF0ED
(235,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D5A4D color. Also use rgb(125,90,77) instead hex code.

Text Font Color

.myTextColor { color: #7D5A4D; }

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

This text font color is #7D5A4D.


Background Color

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

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

This div background color is #7D5A4D.


Border color

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

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

This div border color is #7D5A4D.


Opacity

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

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

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

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

This text has shadow with #7D5A4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D5A4D on black background.


Color preview on white background

This text has color #7D5A4D on white background.



Black color preview on #7D5A4D background

This text has black color on #7D5A4D background.


White color preview on #7D5A4D background

This text has white color on #7D5A4D background.