COLOR #7D4E5F

HEX: #7D4E5F RGB: (125,78,95)

Color info

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

RGB color model

#7D4E5F color RGB value is (125,78,95).

RGB: (125,78,95) (49%, 31%, 37%)

RGB channels and saturation

R 125 of 255 = 49%
G 78 of 255 = 31%
B 95 of 255 = 37%

125
78
95

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

Portions of RGB colors in percentages

R + G + B = 125 + 78 + 95 = 298 (100%)
R 125 of 298 ~ 41.95%
G 78 of 298 ~ 26.17%
B 95 of 298 ~ 31.88'%

%41.95
%26.17
%31.88

CMYK color model

#7D4E5F color CMYK value is (0,38,24,51).

  • cyan value is 0.00%
  • magenta value is 37.60%
  • yellow value is 24.00%
  • key color value is 50.98%

CMYK: (0,38,24,51)
C0M38Y24K51 (0%, 38%, 24%, 51%)
(0.00 / 0.38 / 0.24 / 0.51)

CMYK percentages

%0
%37.6
%24
%50.98

Codes

Color #7D4E5F in popluar color models

7D 4E 5F
RGB 125 78 95
HSL 338° 23.15% 39.80%
HSB/HSV 338° 37.60% 49.02%
CMYK 0.00% 37.60% 24.00%
50.98%

Color #7D4E5F in popluar number systems.

HEX 7D 4E 5F
Decimal 125 78 95
Binary 1111101 1001110 1011111
Octal 175 116 137

Shades and tints

Shades of #7D4E5F

#7D4E5F
(125,78,95)
#724757
(114,71,87)
#67404F
(103,64,79)
#5C3947
(92,57,71)
#51323F
(81,50,63)
#462B37
(70,43,55)
#3B242F
(59,36,47)
#301D27
(48,29,39)
#25161F
(37,22,31)
#1A0F17
(26,15,23)
#0F080F
(15,8,15)
#000000
(0,0,0)

Tints of #7D4E5F

#7D4E5F
(125,78,95)
#885E6D
(136,94,109)
#936E7B
(147,110,123)
#9E7E89
(158,126,137)
#A98E97
(169,142,151)
#B49EA5
(180,158,165)
#BFAEB3
(191,174,179)
#CABEC1
(202,190,193)
#D5CECF
(213,206,207)
#E0DEDD
(224,222,221)
#EBEEEB
(235,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D4E5F color. Also use rgb(125,78,95) instead hex code.

Text Font Color

.myTextColor { color: #7D4E5F; }

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

This text font color is #7D4E5F.

Background Color

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

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

This div background color is #7D4E5F.

Border color

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

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

This div border color is #7D4E5F.

Opacity

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

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

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

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

This text has shadow with #7D4E5F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D4E5F.

Preview

Color preview on black background

This text has color #7D4E5F on black background.


Color preview on white background

This text has color #7D4E5F on white background.


Black color preview on #7D4E5F background

This text has black color on #7D4E5F background.


White color preview on #7D4E5F background

This text has white color on #7D4E5F background.


Related colors

Complementary color

Complementary color for #hex is #82B1A0.


I love getcolorcode.com

Triadic colors

1 #5F7D4E and #4E5F7D with #7D4E5F are triadic colors.

2 #5F4E7D and #4E7D5F with #7D4E5F are triadic colors.