COLOR #7D496C

HEX: #7D496C
RGB: (125,73,108)

Color info

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

RGB color model

#7D496C color RGB value is (125,73,108).

  • red value is 125;
  • green value is 73;
  • blue value is 108.
RGB:
(125,73,108)
(49%,29%,42%)

RGB channels and saturation

R 125 of 255 = 49%
G 73 of 255 = 29%
B 108 of 255 = 42%

125
73
108

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

Portions of RGB colors in percentages

R + G + B =
125 + 73 + 108 = 306 (100%)
R 125 of 306 ~ 40.85%
G 73 of 306 ~ 23.86%
B 108 of 306 ~ 35.29%

%40.85
%23.86
%35.29

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 41.60%
  • yellow value is 13.60%
  • key color value is 50.98%
CMYK:
(0,42,14,51)
C0M42Y14K51 
(0%,42%,14%,51%)
(0.00/0.42/0.14/0.51)	

CMYK percentages

%0
%41.6
%13.6
%50.98

Codes

Color #7D496C in popluar color models

7D496C
RGB12573108
HSL320°26.26%38.82%
HSB/HSV320°41.60%49.02%
CMYK0.00%41.60%13.60%
50.98%

Color #7D496C in popluar number systems.

HEX7D496C
Decimal12573108
Binary111110110010011101100
Octal175111154

Shades and tints

Shades of #7D496C

#7D496C
(125,73,108)
#724363
(114,67,99)
#673D5A
(103,61,90)
#5C3751
(92,55,81)
#513148
(81,49,72)
#462B3F
(70,43,63)
#3B2536
(59,37,54)
#301F2D
(48,31,45)
#251924
(37,25,36)
#1A131B
(26,19,27)
#0F0D12
(15,13,18)
#000000
(0,0,0)

Tints of #7D496C

#7D496C
(125,73,108)
#885979
(136,89,121)
#936986
(147,105,134)
#9E7993
(158,121,147)
#A989A0
(169,137,160)
#B499AD
(180,153,173)
#BFA9BA
(191,169,186)
#CAB9C7
(202,185,199)
#D5C9D4
(213,201,212)
#E0D9E1
(224,217,225)
#EBE9EE
(235,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D496C color. Also use rgb(125,73,108) instead hex code.

Text Font Color

.myTextColor { color: #7D496C; }

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

This text font color is #7D496C.


Background Color

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

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

This div background color is #7D496C.


Border color

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

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

This div border color is #7D496C.


Opacity

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

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

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

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

This text has shadow with #7D496C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D496C on black background.


Color preview on white background

This text has color #7D496C on white background.



Black color preview on #7D496C background

This text has black color on #7D496C background.


White color preview on #7D496C background

This text has white color on #7D496C background.