COLOR #7D5677

HEX: #7D5677 RGB: (125,86,119)

Color info

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

RGB color model

#7D5677 color RGB value is (125,86,119).

RGB: (125,86,119) (49%, 34%, 47%)

RGB channels and saturation

R 125 of 255 = 49%
G 86 of 255 = 34%
B 119 of 255 = 47%

125
86
119

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

Portions of RGB colors in percentages

R + G + B = 125 + 86 + 119 = 330 (100%)
R 125 of 330 ~ 37.88%
G 86 of 330 ~ 26.06%
B 119 of 330 ~ 36.06'%

%37.88
%26.06
%36.06

CMYK color model

#7D5677 color CMYK value is (0,31,5,51).

  • cyan value is 0.00%
  • magenta value is 31.20%
  • yellow value is 4.80%
  • key color value is 50.98%

CMYK: (0,31,5,51)
C0M31Y5K51 (0%, 31%, 5%, 51%)
(0.00 / 0.31 / 0.05 / 0.51)

CMYK percentages

%0
%31.2
%4.8
%50.98

Codes

Color #7D5677 in popluar color models

7D 56 77
RGB 125 86 119
HSL 309° 18.48% 41.37%
HSB/HSV 309° 31.20% 49.02%
CMYK 0.00% 31.20% 4.80%
50.98%

Color #7D5677 in popluar number systems.

HEX 7D 56 77
Decimal 125 86 119
Binary 1111101 1010110 1110111
Octal 175 126 167

Shades and tints

Shades of #7D5677

#7D5677
(125,86,119)
#724F6D
(114,79,109)
#674863
(103,72,99)
#5C4159
(92,65,89)
#513A4F
(81,58,79)
#463345
(70,51,69)
#3B2C3B
(59,44,59)
#302531
(48,37,49)
#251E27
(37,30,39)
#1A171D
(26,23,29)
#0F1013
(15,16,19)
#000000
(0,0,0)

Tints of #7D5677

#7D5677
(125,86,119)
#886583
(136,101,131)
#93748F
(147,116,143)
#9E839B
(158,131,155)
#A992A7
(169,146,167)
#B4A1B3
(180,161,179)
#BFB0BF
(191,176,191)
#CABFCB
(202,191,203)
#D5CED7
(213,206,215)
#E0DDE3
(224,221,227)
#EBECEF
(235,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D5677 color. Also use rgb(125,86,119) instead hex code.

Text Font Color

.myTextColor { color: #7D5677; }

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

This text font color is #7D5677.

Background Color

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

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

This div background color is #7D5677.

Border color

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

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

This div border color is #7D5677.

Opacity

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

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

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

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

This text has shadow with #7D5677 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D5677.

Preview

Color preview on black background

This text has color #7D5677 on black background.


Color preview on white background

This text has color #7D5677 on white background.


Black color preview on #7D5677 background

This text has black color on #7D5677 background.


White color preview on #7D5677 background

This text has white color on #7D5677 background.


Related colors

Complementary color

Complementary color for #hex is #82A988.


I love getcolorcode.com

Triadic colors

1 #777D56 and #56777D with #7D5677 are triadic colors.

2 #77567D and #567D77 with #7D5677 are triadic colors.