COLOR #7D5C76

HEX: #7D5C76
RGB: (125,92,118)

Color info

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

RGB color model

#7D5C76 color RGB value is (125,92,118).

  • red value is 125;
  • green value is 92;
  • blue value is 118.
RGB:
(125,92,118)
(49%,36%,46%)

RGB channels and saturation

R 125 of 255 = 49%
G 92 of 255 = 36%
B 118 of 255 = 46%

125
92
118

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

Portions of RGB colors in percentages

R + G + B =
125 + 92 + 118 = 335 (100%)
R 125 of 335 ~ 37.31%
G 92 of 335 ~ 27.46%
B 118 of 335 ~ 35.22%

%37.31
%27.46
%35.22

CMYK color model

#7D5C76 color CMYK value is (0,26,6,51).

  • cyan value is 0.00%
  • magenta value is 26.40%
  • yellow value is 5.60%
  • key color value is 50.98%
CMYK:
(0,26,6,51)
C0M26Y6K51 
(0%,26%,6%,51%)
(0.00/0.26/0.06/0.51)	

CMYK percentages

%0
%26.4
%5.6
%50.98

Codes

Color #7D5C76 in popluar color models

7D5C76
RGB12592118
HSL313°15.21%42.55%
HSB/HSV313°26.40%49.02%
CMYK0.00%26.40%5.60%
50.98%

Color #7D5C76 in popluar number systems.

HEX7D5C76
Decimal12592118
Binary111110110111001110110
Octal175134166

Shades and tints

Shades of #7D5C76

#7D5C76
(125,92,118)
#72546C
(114,84,108)
#674C62
(103,76,98)
#5C4458
(92,68,88)
#513C4E
(81,60,78)
#463444
(70,52,68)
#3B2C3A
(59,44,58)
#302430
(48,36,48)
#251C26
(37,28,38)
#1A141C
(26,20,28)
#0F0C12
(15,12,18)
#000000
(0,0,0)

Tints of #7D5C76

#7D5C76
(125,92,118)
#886A82
(136,106,130)
#93788E
(147,120,142)
#9E869A
(158,134,154)
#A994A6
(169,148,166)
#B4A2B2
(180,162,178)
#BFB0BE
(191,176,190)
#CABECA
(202,190,202)
#D5CCD6
(213,204,214)
#E0DAE2
(224,218,226)
#EBE8EE
(235,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D5C76 color. Also use rgb(125,92,118) instead hex code.

Text Font Color

.myTextColor { color: #7D5C76; }

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

This text font color is #7D5C76.


Background Color

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

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

This div background color is #7D5C76.


Border color

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

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

This div border color is #7D5C76.


Opacity

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

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

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

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

This text has shadow with #7D5C76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D5C76 on black background.


Color preview on white background

This text has color #7D5C76 on white background.



Black color preview on #7D5C76 background

This text has black color on #7D5C76 background.


White color preview on #7D5C76 background

This text has white color on #7D5C76 background.