COLOR #7D4D5C

HEX: #7D4D5C
RGB: (125,77,92)

Color info

#7D4D5C contains red, green and blue colors in about the same proportion. Web safe color of #7D4D5C is #663366 (or #636).

RGB color model

#7D4D5C color RGB value is (125,77,92).

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

RGB channels and saturation

R 125 of 255 = 49%
G 77 of 255 = 30%
B 92 of 255 = 36%

125
77
92

R + G + B ~ 38%. #7D4D5C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
125 + 77 + 92 = 294 (100%)
R 125 of 294 ~ 42.52%
G 77 of 294 ~ 26.19%
B 92 of 294 ~ 31.29%

%42.52
%26.19
%31.29

CMYK color model

#7D4D5C color CMYK value is (0,38,26,51).

  • cyan value is 0.00%
  • magenta value is 38.40%
  • yellow value is 26.40%
  • key color value is 50.98%
CMYK:
(0,38,26,51)
C0M38Y26K51 
(0%,38%,26%,51%)
(0.00/0.38/0.26/0.51)	

CMYK percentages

%0
%38.4
%26.4
%50.98

Codes

Color #7D4D5C in popluar color models

7D4D5C
RGB1257792
HSL341°23.76%39.61%
HSB/HSV341°38.40%49.02%
CMYK0.00%38.40%26.40%
50.98%

Color #7D4D5C in popluar number systems.

HEX7D4D5C
Decimal1257792
Binary111110110011011011100
Octal175115134

Shades and tints

Shades of #7D4D5C

#7D4D5C
(125,77,92)
#724654
(114,70,84)
#673F4C
(103,63,76)
#5C3844
(92,56,68)
#51313C
(81,49,60)
#462A34
(70,42,52)
#3B232C
(59,35,44)
#301C24
(48,28,36)
#25151C
(37,21,28)
#1A0E14
(26,14,20)
#0F070C
(15,7,12)
#000000
(0,0,0)

Tints of #7D4D5C

#7D4D5C
(125,77,92)
#885D6A
(136,93,106)
#936D78
(147,109,120)
#9E7D86
(158,125,134)
#A98D94
(169,141,148)
#B49DA2
(180,157,162)
#BFADB0
(191,173,176)
#CABDBE
(202,189,190)
#D5CDCC
(213,205,204)
#E0DDDA
(224,221,218)
#EBEDE8
(235,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D4D5C; }

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

This text font color is #7D4D5C.


Background Color

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

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

This div background color is #7D4D5C.


Border color

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

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

This div border color is #7D4D5C.


Opacity

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

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

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

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

This text has shadow with #7D4D5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D4D5C on black background.


Color preview on white background

This text has color #7D4D5C on white background.



Black color preview on #7D4D5C background

This text has black color on #7D4D5C background.


White color preview on #7D4D5C background

This text has white color on #7D4D5C background.