COLOR #7D7393

HEX: #7D7393
RGB: (125,115,147)

Color info

#7D7393 contains red, green and blue colors in about the same proportion. Web safe color of #7D7393 is #666699 (or #669).

RGB color model

#7D7393 color RGB value is (125,115,147).

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

RGB channels and saturation

R 125 of 255 = 49%
G 115 of 255 = 45%
B 147 of 255 = 58%

125
115
147

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

Portions of RGB colors in percentages

R + G + B =
125 + 115 + 147 = 387 (100%)
R 125 of 387 ~ 32.3%
G 115 of 387 ~ 29.72%
B 147 of 387 ~ 37.98%

%32.3
%29.72
%37.98

CMYK color model

#7D7393 color CMYK value is (15,22,0,42).

  • cyan value is 14.97%
  • magenta value is 21.77%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(15,22,0,42)
C15M22Y0K42 
(15%,22%,0%,42%)
(0.15/0.22/0.00/0.42)	

CMYK percentages

%14.97
%21.77
%0
%42.35

Codes

Color #7D7393 in popluar color models

7D7393
RGB125115147
HSL259°12.90%51.37%
HSB/HSV259°21.77%57.65%
CMYK14.97%21.77%0.00%
42.35%

Color #7D7393 in popluar number systems.

HEX7D7393
Decimal125115147
Binary1111101111001110010011
Octal175163223

Shades and tints

Shades of #7D7393

#7D7393
(125,115,147)
#726986
(114,105,134)
#675F79
(103,95,121)
#5C556C
(92,85,108)
#514B5F
(81,75,95)
#464152
(70,65,82)
#3B3745
(59,55,69)
#302D38
(48,45,56)
#25232B
(37,35,43)
#1A191E
(26,25,30)
#0F0F11
(15,15,17)
#000000
(0,0,0)

Tints of #7D7393

#7D7393
(125,115,147)
#887F9C
(136,127,156)
#938BA5
(147,139,165)
#9E97AE
(158,151,174)
#A9A3B7
(169,163,183)
#B4AFC0
(180,175,192)
#BFBBC9
(191,187,201)
#CAC7D2
(202,199,210)
#D5D3DB
(213,211,219)
#E0DFE4
(224,223,228)
#EBEBED
(235,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D7393; }

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

This text font color is #7D7393.


Background Color

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

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

This div background color is #7D7393.


Border color

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

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

This div border color is #7D7393.


Opacity

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

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

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

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

This text has shadow with #7D7393 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D7393 on black background.


Color preview on white background

This text has color #7D7393 on white background.



Black color preview on #7D7393 background

This text has black color on #7D7393 background.


White color preview on #7D7393 background

This text has white color on #7D7393 background.