COLOR #7D735B

HEX: #7D735B
RGB: (125,115,91)

Color info

#7D735B contains red, green and blue colors in about the same proportion. Web safe color of #7D735B is #666666 (or #666).

RGB color model

#7D735B color RGB value is (125,115,91).

  • red value is 125;
  • green value is 115;
  • blue value is 91.
RGB:
(125,115,91)
(49%,45%,36%)

RGB channels and saturation

R 125 of 255 = 49%
G 115 of 255 = 45%
B 91 of 255 = 36%

125
115
91

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

Portions of RGB colors in percentages

R + G + B =
125 + 115 + 91 = 331 (100%)
R 125 of 331 ~ 37.76%
G 115 of 331 ~ 34.74%
B 91 of 331 ~ 27.49%

%37.76
%34.74
%27.49

CMYK color model

#7D735B color CMYK value is (0,8,27,51).

  • cyan value is 0.00%
  • magenta value is 8.00%
  • yellow value is 27.20%
  • key color value is 50.98%
CMYK:
(0,8,27,51)
C0M8Y27K51 
(0%,8%,27%,51%)
(0.00/0.08/0.27/0.51)	

CMYK percentages

%0
%8
%27.2
%50.98

Codes

Color #7D735B in popluar color models

7D735B
RGB12511591
HSL42°15.74%42.35%
HSB/HSV42°27.20%49.02%
CMYK0.00%8.00%27.20%
50.98%

Color #7D735B in popluar number systems.

HEX7D735B
Decimal12511591
Binary111110111100111011011
Octal175163133

Shades and tints

Shades of #7D735B

#7D735B
(125,115,91)
#726953
(114,105,83)
#675F4B
(103,95,75)
#5C5543
(92,85,67)
#514B3B
(81,75,59)
#464133
(70,65,51)
#3B372B
(59,55,43)
#302D23
(48,45,35)
#25231B
(37,35,27)
#1A1913
(26,25,19)
#0F0F0B
(15,15,11)
#000000
(0,0,0)

Tints of #7D735B

#7D735B
(125,115,91)
#887F69
(136,127,105)
#938B77
(147,139,119)
#9E9785
(158,151,133)
#A9A393
(169,163,147)
#B4AFA1
(180,175,161)
#BFBBAF
(191,187,175)
#CAC7BD
(202,199,189)
#D5D3CB
(213,211,203)
#E0DFD9
(224,223,217)
#EBEBE7
(235,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D735B color. Also use rgb(125,115,91) instead hex code.

Text Font Color

.myTextColor { color: #7D735B; }

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

This text font color is #7D735B.


Background Color

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

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

This div background color is #7D735B.


Border color

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

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

This div border color is #7D735B.


Opacity

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

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

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

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

This text has shadow with #7D735B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D735B on black background.


Color preview on white background

This text has color #7D735B on white background.



Black color preview on #7D735B background

This text has black color on #7D735B background.


White color preview on #7D735B background

This text has white color on #7D735B background.