COLOR #7D504F

HEX: #7D504F RGB: (125,80,79)

Color info

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

RGB color model

#7D504F color RGB value is (125,80,79).

RGB: (125,80,79) (49%, 31%, 31%)

RGB channels and saturation

R 125 of 255 = 49%
G 80 of 255 = 31%
B 79 of 255 = 31%

125
80
79

R + G + B ~ 37%. #7D504F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 125 + 80 + 79 = 284 (100%)
R 125 of 284 ~ 44.01%
G 80 of 284 ~ 28.17%
B 79 of 284 ~ 27.82'%

%44.01
%28.17
%27.82

CMYK color model

#7D504F color CMYK value is (0,36,37,51).

  • cyan value is 0.00%
  • magenta value is 36.00%
  • yellow value is 36.80%
  • key color value is 50.98%

CMYK: (0,36,37,51)
C0M36Y37K51 (0%, 36%, 37%, 51%)
(0.00 / 0.36 / 0.37 / 0.51)

CMYK percentages

%0
%36
%36.8
%50.98

Codes

Color #7D504F in popluar color models

7D 50 4F
RGB 125 80 79
HSL 22.55% 40.00%
HSB/HSV 36.80% 49.02%
CMYK 0.00% 36.00% 36.80%
50.98%

Color #7D504F in popluar number systems.

HEX 7D 50 4F
Decimal 125 80 79
Binary 1111101 1010000 1001111
Octal 175 120 117

Shades and tints

Shades of #7D504F

#7D504F
(125,80,79)
#724948
(114,73,72)
#674241
(103,66,65)
#5C3B3A
(92,59,58)
#513433
(81,52,51)
#462D2C
(70,45,44)
#3B2625
(59,38,37)
#301F1E
(48,31,30)
#251817
(37,24,23)
#1A1110
(26,17,16)
#0F0A09
(15,10,9)
#000000
(0,0,0)

Tints of #7D504F

#7D504F
(125,80,79)
#885F5F
(136,95,95)
#936E6F
(147,110,111)
#9E7D7F
(158,125,127)
#A98C8F
(169,140,143)
#B49B9F
(180,155,159)
#BFAAAF
(191,170,175)
#CAB9BF
(202,185,191)
#D5C8CF
(213,200,207)
#E0D7DF
(224,215,223)
#EBE6EF
(235,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D504F color. Also use rgb(125,80,79) instead hex code.

Text Font Color

.myTextColor { color: #7D504F; }

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

This text font color is #7D504F.

Background Color

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

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

This div background color is #7D504F.

Border color

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

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

This div border color is #7D504F.

Opacity

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

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

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

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

This text has shadow with #7D504F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D504F.

Preview

Color preview on black background

This text has color #7D504F on black background.


Color preview on white background

This text has color #7D504F on white background.


Black color preview on #7D504F background

This text has black color on #7D504F background.


White color preview on #7D504F background

This text has white color on #7D504F background.


Related colors

Complementary color

Complementary color for #hex is #82AFB0.


I love getcolorcode.com

Triadic colors

1 #4F7D50 and #504F7D with #7D504F are triadic colors.

2 #4F507D and #507D4F with #7D504F are triadic colors.