COLOR #7D4B6D

HEX: #7D4B6D
RGB: (125,75,109)

Color info

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

RGB color model

#7D4B6D color RGB value is (125,75,109).

  • red value is 125;
  • green value is 75;
  • blue value is 109.
RGB:
(125,75,109)
(49%,29%,43%)

RGB channels and saturation

R 125 of 255 = 49%
G 75 of 255 = 29%
B 109 of 255 = 43%

125
75
109

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

Portions of RGB colors in percentages

R + G + B =
125 + 75 + 109 = 309 (100%)
R 125 of 309 ~ 40.45%
G 75 of 309 ~ 24.27%
B 109 of 309 ~ 35.28%

%40.45
%24.27
%35.28

CMYK color model

#7D4B6D color CMYK value is (0,40,13,51).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 12.80%
  • key color value is 50.98%
CMYK:
(0,40,13,51)
C0M40Y13K51 
(0%,40%,13%,51%)
(0.00/0.40/0.13/0.51)	

CMYK percentages

%0
%40
%12.8
%50.98

Codes

Color #7D4B6D in popluar color models

7D4B6D
RGB12575109
HSL319°25.00%39.22%
HSB/HSV319°40.00%49.02%
CMYK0.00%40.00%12.80%
50.98%

Color #7D4B6D in popluar number systems.

HEX7D4B6D
Decimal12575109
Binary111110110010111101101
Octal175113155

Shades and tints

Shades of #7D4B6D

#7D4B6D
(125,75,109)
#724564
(114,69,100)
#673F5B
(103,63,91)
#5C3952
(92,57,82)
#513349
(81,51,73)
#462D40
(70,45,64)
#3B2737
(59,39,55)
#30212E
(48,33,46)
#251B25
(37,27,37)
#1A151C
(26,21,28)
#0F0F13
(15,15,19)
#000000
(0,0,0)

Tints of #7D4B6D

#7D4B6D
(125,75,109)
#885B7A
(136,91,122)
#936B87
(147,107,135)
#9E7B94
(158,123,148)
#A98BA1
(169,139,161)
#B49BAE
(180,155,174)
#BFABBB
(191,171,187)
#CABBC8
(202,187,200)
#D5CBD5
(213,203,213)
#E0DBE2
(224,219,226)
#EBEBEF
(235,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D4B6D color. Also use rgb(125,75,109) instead hex code.

Text Font Color

.myTextColor { color: #7D4B6D; }

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

This text font color is #7D4B6D.


Background Color

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

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

This div background color is #7D4B6D.


Border color

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

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

This div border color is #7D4B6D.


Opacity

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

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

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

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

This text has shadow with #7D4B6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D4B6D on black background.


Color preview on white background

This text has color #7D4B6D on white background.



Black color preview on #7D4B6D background

This text has black color on #7D4B6D background.


White color preview on #7D4B6D background

This text has white color on #7D4B6D background.