COLOR #7D5E65

HEX: #7D5E65 RGB: (125,94,101)

Color info

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

RGB color model

#7D5E65 color RGB value is (125,94,101).

RGB: (125,94,101) (49%, 37%, 40%)

RGB channels and saturation

R 125 of 255 = 49%
G 94 of 255 = 37%
B 101 of 255 = 40%

125
94
101

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

Portions of RGB colors in percentages

R + G + B = 125 + 94 + 101 = 320 (100%)
R 125 of 320 ~ 39.06%
G 94 of 320 ~ 29.38%
B 101 of 320 ~ 31.56'%

%39.06
%29.38
%31.56

CMYK color model

#7D5E65 color CMYK value is (0,25,19,51).

  • cyan value is 0.00%
  • magenta value is 24.80%
  • yellow value is 19.20%
  • key color value is 50.98%

CMYK: (0,25,19,51)
C0M25Y19K51 (0%, 25%, 19%, 51%)
(0.00 / 0.25 / 0.19 / 0.51)

CMYK percentages

%0
%24.8
%19.2
%50.98

Codes

Color #7D5E65 in popluar color models

7D 5E 65
RGB 125 94 101
HSL 346° 14.16% 42.94%
HSB/HSV 346° 24.80% 49.02%
CMYK 0.00% 24.80% 19.20%
50.98%

Color #7D5E65 in popluar number systems.

HEX 7D 5E 65
Decimal 125 94 101
Binary 1111101 1011110 1100101
Octal 175 136 145

Shades and tints

Shades of #7D5E65

#7D5E65
(125,94,101)
#72565C
(114,86,92)
#674E53
(103,78,83)
#5C464A
(92,70,74)
#513E41
(81,62,65)
#463638
(70,54,56)
#3B2E2F
(59,46,47)
#302626
(48,38,38)
#251E1D
(37,30,29)
#1A1614
(26,22,20)
#0F0E0B
(15,14,11)
#000000
(0,0,0)

Tints of #7D5E65

#7D5E65
(125,94,101)
#886C73
(136,108,115)
#937A81
(147,122,129)
#9E888F
(158,136,143)
#A9969D
(169,150,157)
#B4A4AB
(180,164,171)
#BFB2B9
(191,178,185)
#CAC0C7
(202,192,199)
#D5CED5
(213,206,213)
#E0DCE3
(224,220,227)
#EBEAF1
(235,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D5E65 color. Also use rgb(125,94,101) instead hex code.

Text Font Color

.myTextColor { color: #7D5E65; }

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

This text font color is #7D5E65.

Background Color

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

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

This div background color is #7D5E65.

Border color

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

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

This div border color is #7D5E65.

Opacity

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

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

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

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

This text has shadow with #7D5E65 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D5E65.

Preview

Color preview on black background

This text has color #7D5E65 on black background.


Color preview on white background

This text has color #7D5E65 on white background.


Black color preview on #7D5E65 background

This text has black color on #7D5E65 background.


White color preview on #7D5E65 background

This text has white color on #7D5E65 background.


Related colors

Complementary color

Complementary color for #hex is #82A19A.


I love getcolorcode.com

Triadic colors

1 #657D5E and #5E657D with #7D5E65 are triadic colors.

2 #655E7D and #5E7D65 with #7D5E65 are triadic colors.