COLOR #7D706F

HEX: #7D706F
RGB: (125,112,111)

Color info

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

RGB color model

#7D706F color RGB value is (125,112,111).

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

RGB channels and saturation

R 125 of 255 = 49%
G 112 of 255 = 44%
B 111 of 255 = 44%

125
112
111

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

Portions of RGB colors in percentages

R + G + B =
125 + 112 + 111 = 348 (100%)
R 125 of 348 ~ 35.92%
G 112 of 348 ~ 32.18%
B 111 of 348 ~ 31.9%

%35.92
%32.18
%31.9

CMYK color model

#7D706F color CMYK value is (0,10,11,51).

  • cyan value is 0.00%
  • magenta value is 10.40%
  • yellow value is 11.20%
  • key color value is 50.98%
CMYK:
(0,10,11,51)
C0M10Y11K51 
(0%,10%,11%,51%)
(0.00/0.10/0.11/0.51)	

CMYK percentages

%0
%10.4
%11.2
%50.98

Codes

Color #7D706F in popluar color models

7D706F
RGB125112111
HSL5.93%46.27%
HSB/HSV11.20%49.02%
CMYK0.00%10.40%11.20%
50.98%

Color #7D706F in popluar number systems.

HEX7D706F
Decimal125112111
Binary111110111100001101111
Octal175160157

Shades and tints

Shades of #7D706F

#7D706F
(125,112,111)
#726665
(114,102,101)
#675C5B
(103,92,91)
#5C5251
(92,82,81)
#514847
(81,72,71)
#463E3D
(70,62,61)
#3B3433
(59,52,51)
#302A29
(48,42,41)
#25201F
(37,32,31)
#1A1615
(26,22,21)
#0F0C0B
(15,12,11)
#000000
(0,0,0)

Tints of #7D706F

#7D706F
(125,112,111)
#887D7C
(136,125,124)
#938A89
(147,138,137)
#9E9796
(158,151,150)
#A9A4A3
(169,164,163)
#B4B1B0
(180,177,176)
#BFBEBD
(191,190,189)
#CACBCA
(202,203,202)
#D5D8D7
(213,216,215)
#E0E5E4
(224,229,228)
#EBF2F1
(235,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D706F; }

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

This text font color is #7D706F.


Background Color

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

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

This div background color is #7D706F.


Border color

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

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

This div border color is #7D706F.


Opacity

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

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

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

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

This text has shadow with #7D706F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D706F on black background.


Color preview on white background

This text has color #7D706F on white background.



Black color preview on #7D706F background

This text has black color on #7D706F background.


White color preview on #7D706F background

This text has white color on #7D706F background.