COLOR #7D7A73

HEX: #7D7A73
RGB: (125,122,115)

Color info

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

RGB color model

#7D7A73 color RGB value is (125,122,115).

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

RGB channels and saturation

R 125 of 255 = 49%
G 122 of 255 = 48%
B 115 of 255 = 45%

125
122
115

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

Portions of RGB colors in percentages

R + G + B =
125 + 122 + 115 = 362 (100%)
R 125 of 362 ~ 34.53%
G 122 of 362 ~ 33.7%
B 115 of 362 ~ 31.77%

%34.53
%33.7
%31.77

CMYK color model

#7D7A73 color CMYK value is (0,2,8,51).

  • cyan value is 0.00%
  • magenta value is 2.40%
  • yellow value is 8.00%
  • key color value is 50.98%
CMYK:
(0,2,8,51)
C0M2Y8K51 
(0%,2%,8%,51%)
(0.00/0.02/0.08/0.51)	

CMYK percentages

%0
%2.4
%8
%50.98

Codes

Color #7D7A73 in popluar color models

7D7A73
RGB125122115
HSL42°4.17%47.06%
HSB/HSV42°8.00%49.02%
CMYK0.00%2.40%8.00%
50.98%

Color #7D7A73 in popluar number systems.

HEX7D7A73
Decimal125122115
Binary111110111110101110011
Octal175172163

Shades and tints

Shades of #7D7A73

#7D7A73
(125,122,115)
#726F69
(114,111,105)
#67645F
(103,100,95)
#5C5955
(92,89,85)
#514E4B
(81,78,75)
#464341
(70,67,65)
#3B3837
(59,56,55)
#302D2D
(48,45,45)
#252223
(37,34,35)
#1A1719
(26,23,25)
#0F0C0F
(15,12,15)
#000000
(0,0,0)

Tints of #7D7A73

#7D7A73
(125,122,115)
#88867F
(136,134,127)
#93928B
(147,146,139)
#9E9E97
(158,158,151)
#A9AAA3
(169,170,163)
#B4B6AF
(180,182,175)
#BFC2BB
(191,194,187)
#CACEC7
(202,206,199)
#D5DAD3
(213,218,211)
#E0E6DF
(224,230,223)
#EBF2EB
(235,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D7A73; }

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

This text font color is #7D7A73.


Background Color

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

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

This div background color is #7D7A73.


Border color

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

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

This div border color is #7D7A73.


Opacity

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

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

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

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

This text has shadow with #7D7A73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D7A73 on black background.


Color preview on white background

This text has color #7D7A73 on white background.



Black color preview on #7D7A73 background

This text has black color on #7D7A73 background.


White color preview on #7D7A73 background

This text has white color on #7D7A73 background.