COLOR #7D5476

HEX: #7D5476
RGB: (125,84,118)

Color info

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

RGB color model

#7D5476 color RGB value is (125,84,118).

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

RGB channels and saturation

R 125 of 255 = 49%
G 84 of 255 = 33%
B 118 of 255 = 46%

125
84
118

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

Portions of RGB colors in percentages

R + G + B =
125 + 84 + 118 = 327 (100%)
R 125 of 327 ~ 38.23%
G 84 of 327 ~ 25.69%
B 118 of 327 ~ 36.09%

%38.23
%25.69
%36.09

CMYK color model

#7D5476 color CMYK value is (0,33,6,51).

  • cyan value is 0.00%
  • magenta value is 32.80%
  • yellow value is 5.60%
  • key color value is 50.98%
CMYK:
(0,33,6,51)
C0M33Y6K51 
(0%,33%,6%,51%)
(0.00/0.33/0.06/0.51)	

CMYK percentages

%0
%32.8
%5.6
%50.98

Codes

Color #7D5476 in popluar color models

7D5476
RGB12584118
HSL310°19.62%40.98%
HSB/HSV310°32.80%49.02%
CMYK0.00%32.80%5.60%
50.98%

Color #7D5476 in popluar number systems.

HEX7D5476
Decimal12584118
Binary111110110101001110110
Octal175124166

Shades and tints

Shades of #7D5476

#7D5476
(125,84,118)
#724D6C
(114,77,108)
#674662
(103,70,98)
#5C3F58
(92,63,88)
#51384E
(81,56,78)
#463144
(70,49,68)
#3B2A3A
(59,42,58)
#302330
(48,35,48)
#251C26
(37,28,38)
#1A151C
(26,21,28)
#0F0E12
(15,14,18)
#000000
(0,0,0)

Tints of #7D5476

#7D5476
(125,84,118)
#886382
(136,99,130)
#93728E
(147,114,142)
#9E819A
(158,129,154)
#A990A6
(169,144,166)
#B49FB2
(180,159,178)
#BFAEBE
(191,174,190)
#CABDCA
(202,189,202)
#D5CCD6
(213,204,214)
#E0DBE2
(224,219,226)
#EBEAEE
(235,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D5476; }

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

This text font color is #7D5476.


Background Color

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

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

This div background color is #7D5476.


Border color

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

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

This div border color is #7D5476.


Opacity

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

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

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

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

This text has shadow with #7D5476 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D5476 on black background.


Color preview on white background

This text has color #7D5476 on white background.



Black color preview on #7D5476 background

This text has black color on #7D5476 background.


White color preview on #7D5476 background

This text has white color on #7D5476 background.