COLOR #7D624F

HEX: #7D624F RGB: (125,98,79)

Color info

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

RGB color model

#7D624F color RGB value is (125,98,79).

RGB: (125,98,79) (49%, 38%, 31%)

RGB channels and saturation

R 125 of 255 = 49%
G 98 of 255 = 38%
B 79 of 255 = 31%

125
98
79

R + G + B ~ 39%. #7D624F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 125 + 98 + 79 = 302 (100%)
R 125 of 302 ~ 41.39%
G 98 of 302 ~ 32.45%
B 79 of 302 ~ 26.16'%

%41.39
%32.45
%26.16

CMYK color model

#7D624F color CMYK value is (0,22,37,51).

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

CMYK: (0,22,37,51)
C0M22Y37K51 (0%, 22%, 37%, 51%)
(0.00 / 0.22 / 0.37 / 0.51)

CMYK percentages

%0
%21.6
%36.8
%50.98

Codes

Color #7D624F in popluar color models

7D 62 4F
RGB 125 98 79
HSL 25° 22.55% 40.00%
HSB/HSV 25° 36.80% 49.02%
CMYK 0.00% 21.60% 36.80%
50.98%

Color #7D624F in popluar number systems.

HEX 7D 62 4F
Decimal 125 98 79
Binary 1111101 1100010 1001111
Octal 175 142 117

Shades and tints

Shades of #7D624F

#7D624F
(125,98,79)
#725A48
(114,90,72)
#675241
(103,82,65)
#5C4A3A
(92,74,58)
#514233
(81,66,51)
#463A2C
(70,58,44)
#3B3225
(59,50,37)
#302A1E
(48,42,30)
#252217
(37,34,23)
#1A1A10
(26,26,16)
#0F1209
(15,18,9)
#000000
(0,0,0)

Tints of #7D624F

#7D624F
(125,98,79)
#88705F
(136,112,95)
#937E6F
(147,126,111)
#9E8C7F
(158,140,127)
#A99A8F
(169,154,143)
#B4A89F
(180,168,159)
#BFB6AF
(191,182,175)
#CAC4BF
(202,196,191)
#D5D2CF
(213,210,207)
#E0E0DF
(224,224,223)
#EBEEEF
(235,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D624F; }

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

This text font color is #7D624F.

Background Color

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

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

This div background color is #7D624F.

Border color

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

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

This div border color is #7D624F.

Opacity

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

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

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

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

This text has shadow with #7D624F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D624F.

Preview

Color preview on black background

This text has color #7D624F on black background.


Color preview on white background

This text has color #7D624F on white background.


Black color preview on #7D624F background

This text has black color on #7D624F background.


White color preview on #7D624F background

This text has white color on #7D624F background.


Related colors

Complementary color

Complementary color for #hex is #829DB0.


I love getcolorcode.com

Triadic colors

1 #4F7D62 and #624F7D with #7D624F are triadic colors.

2 #4F627D and #627D4F with #7D624F are triadic colors.