COLOR #7D726A

HEX: #7D726A
RGB: (125,114,106)

Color info

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

RGB color model

#7D726A color RGB value is (125,114,106).

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

RGB channels and saturation

R 125 of 255 = 49%
G 114 of 255 = 45%
B 106 of 255 = 42%

125
114
106

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

Portions of RGB colors in percentages

R + G + B =
125 + 114 + 106 = 345 (100%)
R 125 of 345 ~ 36.23%
G 114 of 345 ~ 33.04%
B 106 of 345 ~ 30.72%

%36.23
%33.04
%30.72

CMYK color model

#7D726A color CMYK value is (0,9,15,51).

  • cyan value is 0.00%
  • magenta value is 8.80%
  • yellow value is 15.20%
  • key color value is 50.98%
CMYK:
(0,9,15,51)
C0M9Y15K51 
(0%,9%,15%,51%)
(0.00/0.09/0.15/0.51)	

CMYK percentages

%0
%8.8
%15.2
%50.98

Codes

Color #7D726A in popluar color models

7D726A
RGB125114106
HSL25°8.23%45.29%
HSB/HSV25°15.20%49.02%
CMYK0.00%8.80%15.20%
50.98%

Color #7D726A in popluar number systems.

HEX7D726A
Decimal125114106
Binary111110111100101101010
Octal175162152

Shades and tints

Shades of #7D726A

#7D726A
(125,114,106)
#726861
(114,104,97)
#675E58
(103,94,88)
#5C544F
(92,84,79)
#514A46
(81,74,70)
#46403D
(70,64,61)
#3B3634
(59,54,52)
#302C2B
(48,44,43)
#252222
(37,34,34)
#1A1819
(26,24,25)
#0F0E10
(15,14,16)
#000000
(0,0,0)

Tints of #7D726A

#7D726A
(125,114,106)
#887E77
(136,126,119)
#938A84
(147,138,132)
#9E9691
(158,150,145)
#A9A29E
(169,162,158)
#B4AEAB
(180,174,171)
#BFBAB8
(191,186,184)
#CAC6C5
(202,198,197)
#D5D2D2
(213,210,210)
#E0DEDF
(224,222,223)
#EBEAEC
(235,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D726A; }

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

This text font color is #7D726A.


Background Color

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

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

This div background color is #7D726A.


Border color

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

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

This div border color is #7D726A.


Opacity

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

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

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

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

This text has shadow with #7D726A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D726A on black background.


Color preview on white background

This text has color #7D726A on white background.



Black color preview on #7D726A background

This text has black color on #7D726A background.


White color preview on #7D726A background

This text has white color on #7D726A background.