COLOR #7D4B73

HEX: #7D4B73
RGB: (125,75,115)

Color info

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

RGB color model

#7D4B73 color RGB value is (125,75,115).

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

RGB channels and saturation

R 125 of 255 = 49%
G 75 of 255 = 29%
B 115 of 255 = 45%

125
75
115

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

Portions of RGB colors in percentages

R + G + B =
125 + 75 + 115 = 315 (100%)
R 125 of 315 ~ 39.68%
G 75 of 315 ~ 23.81%
B 115 of 315 ~ 36.51%

%39.68
%23.81
%36.51

CMYK color model

#7D4B73 color CMYK value is (0,40,8,51).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 8.00%
  • key color value is 50.98%
CMYK:
(0,40,8,51)
C0M40Y8K51 
(0%,40%,8%,51%)
(0.00/0.40/0.08/0.51)	

CMYK percentages

%0
%40
%8
%50.98

Codes

Color #7D4B73 in popluar color models

7D4B73
RGB12575115
HSL312°25.00%39.22%
HSB/HSV312°40.00%49.02%
CMYK0.00%40.00%8.00%
50.98%

Color #7D4B73 in popluar number systems.

HEX7D4B73
Decimal12575115
Binary111110110010111110011
Octal175113163

Shades and tints

Shades of #7D4B73

#7D4B73
(125,75,115)
#724569
(114,69,105)
#673F5F
(103,63,95)
#5C3955
(92,57,85)
#51334B
(81,51,75)
#462D41
(70,45,65)
#3B2737
(59,39,55)
#30212D
(48,33,45)
#251B23
(37,27,35)
#1A1519
(26,21,25)
#0F0F0F
(15,15,15)
#000000
(0,0,0)

Tints of #7D4B73

#7D4B73
(125,75,115)
#885B7F
(136,91,127)
#936B8B
(147,107,139)
#9E7B97
(158,123,151)
#A98BA3
(169,139,163)
#B49BAF
(180,155,175)
#BFABBB
(191,171,187)
#CABBC7
(202,187,199)
#D5CBD3
(213,203,211)
#E0DBDF
(224,219,223)
#EBEBEB
(235,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D4B73; }

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

This text font color is #7D4B73.


Background Color

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

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

This div background color is #7D4B73.


Border color

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

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

This div border color is #7D4B73.


Opacity

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

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

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

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

This text has shadow with #7D4B73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D4B73 on black background.


Color preview on white background

This text has color #7D4B73 on white background.



Black color preview on #7D4B73 background

This text has black color on #7D4B73 background.


White color preview on #7D4B73 background

This text has white color on #7D4B73 background.