COLOR #7D7573

HEX: #7D7573
RGB: (125,117,115)

Color info

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

RGB color model

#7D7573 color RGB value is (125,117,115).

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

RGB channels and saturation

R 125 of 255 = 49%
G 117 of 255 = 46%
B 115 of 255 = 45%

125
117
115

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

Portions of RGB colors in percentages

R + G + B =
125 + 117 + 115 = 357 (100%)
R 125 of 357 ~ 35.01%
G 117 of 357 ~ 32.77%
B 115 of 357 ~ 32.21%

%35.01
%32.77
%32.21

CMYK color model

#7D7573 color CMYK value is (0,6,8,51).

  • cyan value is 0.00%
  • magenta value is 6.40%
  • yellow value is 8.00%
  • key color value is 50.98%
CMYK:
(0,6,8,51)
C0M6Y8K51 
(0%,6%,8%,51%)
(0.00/0.06/0.08/0.51)	

CMYK percentages

%0
%6.4
%8
%50.98

Codes

Color #7D7573 in popluar color models

7D7573
RGB125117115
HSL12°4.17%47.06%
HSB/HSV12°8.00%49.02%
CMYK0.00%6.40%8.00%
50.98%

Color #7D7573 in popluar number systems.

HEX7D7573
Decimal125117115
Binary111110111101011110011
Octal175165163

Shades and tints

Shades of #7D7573

#7D7573
(125,117,115)
#726B69
(114,107,105)
#67615F
(103,97,95)
#5C5755
(92,87,85)
#514D4B
(81,77,75)
#464341
(70,67,65)
#3B3937
(59,57,55)
#302F2D
(48,47,45)
#252523
(37,37,35)
#1A1B19
(26,27,25)
#0F110F
(15,17,15)
#000000
(0,0,0)

Tints of #7D7573

#7D7573
(125,117,115)
#88817F
(136,129,127)
#938D8B
(147,141,139)
#9E9997
(158,153,151)
#A9A5A3
(169,165,163)
#B4B1AF
(180,177,175)
#BFBDBB
(191,189,187)
#CAC9C7
(202,201,199)
#D5D5D3
(213,213,211)
#E0E1DF
(224,225,223)
#EBEDEB
(235,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D7573; }

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

This text font color is #7D7573.


Background Color

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

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

This div background color is #7D7573.


Border color

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

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

This div border color is #7D7573.


Opacity

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

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

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

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

This text has shadow with #7D7573 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D7573 on black background.


Color preview on white background

This text has color #7D7573 on white background.



Black color preview on #7D7573 background

This text has black color on #7D7573 background.


White color preview on #7D7573 background

This text has white color on #7D7573 background.