COLOR #7D7F73

HEX: #7D7F73
RGB: (125,127,115)

Color info

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

RGB color model

#7D7F73 color RGB value is (125,127,115).

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

RGB channels and saturation

R 125 of 255 = 49%
G 127 of 255 = 50%
B 115 of 255 = 45%

125
127
115

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

Portions of RGB colors in percentages

R + G + B =
125 + 127 + 115 = 367 (100%)
R 125 of 367 ~ 34.06%
G 127 of 367 ~ 34.6%
B 115 of 367 ~ 31.34%

%34.06
%34.6
%31.34

CMYK color model

#7D7F73 color CMYK value is (2,0,9,50).

  • cyan value is 1.57%
  • magenta value is 0.00%
  • yellow value is 9.45%
  • key color value is 50.20%
CMYK:
(2,0,9,50)
C2M0Y9K50 
(2%,0%,9%,50%)
(0.02/0.00/0.09/0.50)	

CMYK percentages

%1.57
%0
%9.45
%50.2

Codes

Color #7D7F73 in popluar color models

7D7F73
RGB125127115
HSL70°4.96%47.45%
HSB/HSV70°9.45%49.80%
CMYK1.57%0.00%9.45%
50.20%

Color #7D7F73 in popluar number systems.

HEX7D7F73
Decimal125127115
Binary111110111111111110011
Octal175177163

Shades and tints

Shades of #7D7F73

#7D7F73
(125,127,115)
#727469
(114,116,105)
#67695F
(103,105,95)
#5C5E55
(92,94,85)
#51534B
(81,83,75)
#464841
(70,72,65)
#3B3D37
(59,61,55)
#30322D
(48,50,45)
#252723
(37,39,35)
#1A1C19
(26,28,25)
#0F110F
(15,17,15)
#000000
(0,0,0)

Tints of #7D7F73

#7D7F73
(125,127,115)
#888A7F
(136,138,127)
#93958B
(147,149,139)
#9EA097
(158,160,151)
#A9ABA3
(169,171,163)
#B4B6AF
(180,182,175)
#BFC1BB
(191,193,187)
#CACCC7
(202,204,199)
#D5D7D3
(213,215,211)
#E0E2DF
(224,226,223)
#EBEDEB
(235,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D7F73; }

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

This text font color is #7D7F73.


Background Color

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

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

This div background color is #7D7F73.


Border color

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

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

This div border color is #7D7F73.


Opacity

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

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

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

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

This text has shadow with #7D7F73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D7F73 on black background.


Color preview on white background

This text has color #7D7F73 on white background.



Black color preview on #7D7F73 background

This text has black color on #7D7F73 background.


White color preview on #7D7F73 background

This text has white color on #7D7F73 background.