COLOR #7D4C6A

HEX: #7D4C6A
RGB: (125,76,106)

Color info

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

RGB color model

#7D4C6A color RGB value is (125,76,106).

  • red value is 125;
  • green value is 76;
  • blue value is 106.
RGB:
(125,76,106)
(49%,30%,42%)

RGB channels and saturation

R 125 of 255 = 49%
G 76 of 255 = 30%
B 106 of 255 = 42%

125
76
106

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

Portions of RGB colors in percentages

R + G + B =
125 + 76 + 106 = 307 (100%)
R 125 of 307 ~ 40.72%
G 76 of 307 ~ 24.76%
B 106 of 307 ~ 34.53%

%40.72
%24.76
%34.53

CMYK color model

#7D4C6A color CMYK value is (0,39,15,51).

  • cyan value is 0.00%
  • magenta value is 39.20%
  • yellow value is 15.20%
  • key color value is 50.98%
CMYK:
(0,39,15,51)
C0M39Y15K51 
(0%,39%,15%,51%)
(0.00/0.39/0.15/0.51)	

CMYK percentages

%0
%39.2
%15.2
%50.98

Codes

Color #7D4C6A in popluar color models

7D4C6A
RGB12576106
HSL323°24.38%39.41%
HSB/HSV323°39.20%49.02%
CMYK0.00%39.20%15.20%
50.98%

Color #7D4C6A in popluar number systems.

HEX7D4C6A
Decimal12576106
Binary111110110011001101010
Octal175114152

Shades and tints

Shades of #7D4C6A

#7D4C6A
(125,76,106)
#724661
(114,70,97)
#674058
(103,64,88)
#5C3A4F
(92,58,79)
#513446
(81,52,70)
#462E3D
(70,46,61)
#3B2834
(59,40,52)
#30222B
(48,34,43)
#251C22
(37,28,34)
#1A1619
(26,22,25)
#0F1010
(15,16,16)
#000000
(0,0,0)

Tints of #7D4C6A

#7D4C6A
(125,76,106)
#885C77
(136,92,119)
#936C84
(147,108,132)
#9E7C91
(158,124,145)
#A98C9E
(169,140,158)
#B49CAB
(180,156,171)
#BFACB8
(191,172,184)
#CABCC5
(202,188,197)
#D5CCD2
(213,204,210)
#E0DCDF
(224,220,223)
#EBECEC
(235,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D4C6A color. Also use rgb(125,76,106) instead hex code.

Text Font Color

.myTextColor { color: #7D4C6A; }

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

This text font color is #7D4C6A.


Background Color

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

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

This div background color is #7D4C6A.


Border color

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

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

This div border color is #7D4C6A.


Opacity

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

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

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

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

This text has shadow with #7D4C6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D4C6A on black background.


Color preview on white background

This text has color #7D4C6A on white background.



Black color preview on #7D4C6A background

This text has black color on #7D4C6A background.


White color preview on #7D4C6A background

This text has white color on #7D4C6A background.