COLOR #7D4874

HEX: #7D4874
RGB: (125,72,116)

Color info

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

RGB color model

#7D4874 color RGB value is (125,72,116).

  • red value is 125;
  • green value is 72;
  • blue value is 116.
RGB:
(125,72,116)
(49%,28%,45%)

RGB channels and saturation

R 125 of 255 = 49%
G 72 of 255 = 28%
B 116 of 255 = 45%

125
72
116

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

Portions of RGB colors in percentages

R + G + B =
125 + 72 + 116 = 313 (100%)
R 125 of 313 ~ 39.94%
G 72 of 313 ~ 23%
B 116 of 313 ~ 37.06%

%39.94
%23
%37.06

CMYK color model

#7D4874 color CMYK value is (0,42,7,51).

  • cyan value is 0.00%
  • magenta value is 42.40%
  • yellow value is 7.20%
  • key color value is 50.98%
CMYK:
(0,42,7,51)
C0M42Y7K51 
(0%,42%,7%,51%)
(0.00/0.42/0.07/0.51)	

CMYK percentages

%0
%42.4
%7.2
%50.98

Codes

Color #7D4874 in popluar color models

7D4874
RGB12572116
HSL310°26.90%38.63%
HSB/HSV310°42.40%49.02%
CMYK0.00%42.40%7.20%
50.98%

Color #7D4874 in popluar number systems.

HEX7D4874
Decimal12572116
Binary111110110010001110100
Octal175110164

Shades and tints

Shades of #7D4874

#7D4874
(125,72,116)
#72426A
(114,66,106)
#673C60
(103,60,96)
#5C3656
(92,54,86)
#51304C
(81,48,76)
#462A42
(70,42,66)
#3B2438
(59,36,56)
#301E2E
(48,30,46)
#251824
(37,24,36)
#1A121A
(26,18,26)
#0F0C10
(15,12,16)
#000000
(0,0,0)

Tints of #7D4874

#7D4874
(125,72,116)
#885880
(136,88,128)
#93688C
(147,104,140)
#9E7898
(158,120,152)
#A988A4
(169,136,164)
#B498B0
(180,152,176)
#BFA8BC
(191,168,188)
#CAB8C8
(202,184,200)
#D5C8D4
(213,200,212)
#E0D8E0
(224,216,224)
#EBE8EC
(235,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D4874 color. Also use rgb(125,72,116) instead hex code.

Text Font Color

.myTextColor { color: #7D4874; }

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

This text font color is #7D4874.


Background Color

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

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

This div background color is #7D4874.


Border color

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

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

This div border color is #7D4874.


Opacity

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

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

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

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

This text has shadow with #7D4874 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D4874 on black background.


Color preview on white background

This text has color #7D4874 on white background.



Black color preview on #7D4874 background

This text has black color on #7D4874 background.


White color preview on #7D4874 background

This text has white color on #7D4874 background.