COLOR #7D738C

HEX: #7D738C
RGB: (125,115,140)

Color info

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

RGB color model

#7D738C color RGB value is (125,115,140).

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

RGB channels and saturation

R 125 of 255 = 49%
G 115 of 255 = 45%
B 140 of 255 = 55%

125
115
140

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

Portions of RGB colors in percentages

R + G + B =
125 + 115 + 140 = 380 (100%)
R 125 of 380 ~ 32.89%
G 115 of 380 ~ 30.26%
B 140 of 380 ~ 36.84%

%32.89
%30.26
%36.84

CMYK color model

#7D738C color CMYK value is (11,18,0,45).

  • cyan value is 10.71%
  • magenta value is 17.86%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(11,18,0,45)
C11M18Y0K45 
(11%,18%,0%,45%)
(0.11/0.18/0.00/0.45)	

CMYK percentages

%10.71
%17.86
%0
%45.1

Codes

Color #7D738C in popluar color models

7D738C
RGB125115140
HSL264°9.80%50.00%
HSB/HSV264°17.86%54.90%
CMYK10.71%17.86%0.00%
45.10%

Color #7D738C in popluar number systems.

HEX7D738C
Decimal125115140
Binary1111101111001110001100
Octal175163214

Shades and tints

Shades of #7D738C

#7D738C
(125,115,140)
#726980
(114,105,128)
#675F74
(103,95,116)
#5C5568
(92,85,104)
#514B5C
(81,75,92)
#464150
(70,65,80)
#3B3744
(59,55,68)
#302D38
(48,45,56)
#25232C
(37,35,44)
#1A1920
(26,25,32)
#0F0F14
(15,15,20)
#000000
(0,0,0)

Tints of #7D738C

#7D738C
(125,115,140)
#887F96
(136,127,150)
#938BA0
(147,139,160)
#9E97AA
(158,151,170)
#A9A3B4
(169,163,180)
#B4AFBE
(180,175,190)
#BFBBC8
(191,187,200)
#CAC7D2
(202,199,210)
#D5D3DC
(213,211,220)
#E0DFE6
(224,223,230)
#EBEBF0
(235,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D738C; }

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

This text font color is #7D738C.


Background Color

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

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

This div background color is #7D738C.


Border color

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

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

This div border color is #7D738C.


Opacity

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

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

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

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

This text has shadow with #7D738C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D738C on black background.


Color preview on white background

This text has color #7D738C on white background.



Black color preview on #7D738C background

This text has black color on #7D738C background.


White color preview on #7D738C background

This text has white color on #7D738C background.