COLOR #7D4C6D

HEX: #7D4C6D RGB: (125,76,109)

Color info

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

RGB color model

#7D4C6D color RGB value is (125,76,109).

RGB: (125,76,109) (49%, 30%, 43%)

RGB channels and saturation

R 125 of 255 = 49%
G 76 of 255 = 30%
B 109 of 255 = 43%

125
76
109

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

Portions of RGB colors in percentages

R + G + B = 125 + 76 + 109 = 310 (100%)
R 125 of 310 ~ 40.32%
G 76 of 310 ~ 24.52%
B 109 of 310 ~ 35.16'%

%40.32
%24.52
%35.16

CMYK color model

#7D4C6D color CMYK value is (0,39,13,51).

  • cyan value is 0.00%
  • magenta value is 39.20%
  • yellow value is 12.80%
  • key color value is 50.98%

CMYK: (0,39,13,51)
C0M39Y13K51 (0%, 39%, 13%, 51%)
(0.00 / 0.39 / 0.13 / 0.51)

CMYK percentages

%0
%39.2
%12.8
%50.98

Codes

Color #7D4C6D in popluar color models

7D 4C 6D
RGB 125 76 109
HSL 320° 24.38% 39.41%
HSB/HSV 320° 39.20% 49.02%
CMYK 0.00% 39.20% 12.80%
50.98%

Color #7D4C6D in popluar number systems.

HEX 7D 4C 6D
Decimal 125 76 109
Binary 1111101 1001100 1101101
Octal 175 114 155

Shades and tints

Shades of #7D4C6D

#7D4C6D
(125,76,109)
#724664
(114,70,100)
#67405B
(103,64,91)
#5C3A52
(92,58,82)
#513449
(81,52,73)
#462E40
(70,46,64)
#3B2837
(59,40,55)
#30222E
(48,34,46)
#251C25
(37,28,37)
#1A161C
(26,22,28)
#0F1013
(15,16,19)
#000000
(0,0,0)

Tints of #7D4C6D

#7D4C6D
(125,76,109)
#885C7A
(136,92,122)
#936C87
(147,108,135)
#9E7C94
(158,124,148)
#A98CA1
(169,140,161)
#B49CAE
(180,156,174)
#BFACBB
(191,172,187)
#CABCC8
(202,188,200)
#D5CCD5
(213,204,213)
#E0DCE2
(224,220,226)
#EBECEF
(235,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D4C6D; }

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

This text font color is #7D4C6D.

Background Color

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

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

This div background color is #7D4C6D.

Border color

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

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

This div border color is #7D4C6D.

Opacity

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

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

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

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

This text has shadow with #7D4C6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D4C6D.

Preview

Color preview on black background

This text has color #7D4C6D on black background.


Color preview on white background

This text has color #7D4C6D on white background.


Black color preview on #7D4C6D background

This text has black color on #7D4C6D background.


White color preview on #7D4C6D background

This text has white color on #7D4C6D background.


Related colors

Complementary color

Complementary color for #hex is #82B392.


I love getcolorcode.com

Triadic colors

1 #6D7D4C and #4C6D7D with #7D4C6D are triadic colors.

2 #6D4C7D and #4C7D6D with #7D4C6D are triadic colors.