COLOR #7D736F

HEX: #7D736F
RGB: (125,115,111)

Color info

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

RGB color model

#7D736F color RGB value is (125,115,111).

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

RGB channels and saturation

R 125 of 255 = 49%
G 115 of 255 = 45%
B 111 of 255 = 44%

125
115
111

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

Portions of RGB colors in percentages

R + G + B =
125 + 115 + 111 = 351 (100%)
R 125 of 351 ~ 35.61%
G 115 of 351 ~ 32.76%
B 111 of 351 ~ 31.62%

%35.61
%32.76
%31.62

CMYK color model

#7D736F color CMYK value is (0,8,11,51).

  • cyan value is 0.00%
  • magenta value is 8.00%
  • yellow value is 11.20%
  • key color value is 50.98%
CMYK:
(0,8,11,51)
C0M8Y11K51 
(0%,8%,11%,51%)
(0.00/0.08/0.11/0.51)	

CMYK percentages

%0
%8
%11.2
%50.98

Codes

Color #7D736F in popluar color models

7D736F
RGB125115111
HSL17°5.93%46.27%
HSB/HSV17°11.20%49.02%
CMYK0.00%8.00%11.20%
50.98%

Color #7D736F in popluar number systems.

HEX7D736F
Decimal125115111
Binary111110111100111101111
Octal175163157

Shades and tints

Shades of #7D736F

#7D736F
(125,115,111)
#726965
(114,105,101)
#675F5B
(103,95,91)
#5C5551
(92,85,81)
#514B47
(81,75,71)
#46413D
(70,65,61)
#3B3733
(59,55,51)
#302D29
(48,45,41)
#25231F
(37,35,31)
#1A1915
(26,25,21)
#0F0F0B
(15,15,11)
#000000
(0,0,0)

Tints of #7D736F

#7D736F
(125,115,111)
#887F7C
(136,127,124)
#938B89
(147,139,137)
#9E9796
(158,151,150)
#A9A3A3
(169,163,163)
#B4AFB0
(180,175,176)
#BFBBBD
(191,187,189)
#CAC7CA
(202,199,202)
#D5D3D7
(213,211,215)
#E0DFE4
(224,223,228)
#EBEBF1
(235,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D736F; }

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

This text font color is #7D736F.


Background Color

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

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

This div background color is #7D736F.


Border color

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

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

This div border color is #7D736F.


Opacity

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

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

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

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

This text has shadow with #7D736F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D736F on black background.


Color preview on white background

This text has color #7D736F on white background.



Black color preview on #7D736F background

This text has black color on #7D736F background.


White color preview on #7D736F background

This text has white color on #7D736F background.