COLOR #7D738D

HEX: #7D738D RGB: (125,115,141)

Color info

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

RGB color model

#7D738D color RGB value is (125,115,141).

RGB: (125,115,141) (49%, 45%, 55%)

RGB channels and saturation

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

125
115
141

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

Portions of RGB colors in percentages

R + G + B = 125 + 115 + 141 = 381 (100%)
R 125 of 381 ~ 32.81%
G 115 of 381 ~ 30.18%
B 141 of 381 ~ 37.01'%

%32.81
%30.18
%37.01

CMYK color model

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

  • cyan value is 11.35%
  • magenta value is 18.44%
  • yellow value is 0.00%
  • key color value is 44.71%

CMYK: (11,18,0,45)
C11M18Y0K45 (11%, 18%, 0%, 45%)
(0.11 / 0.18 / 0.00 / 0.45)

CMYK percentages

%11.35
%18.44
%0
%44.71

Codes

Color #7D738D in popluar color models

7D 73 8D
RGB 125 115 141
HSL 263° 10.24% 50.20%
HSB/HSV 263° 18.44% 55.29%
CMYK 11.35% 18.44% 0.00%
44.71%

Color #7D738D in popluar number systems.

HEX 7D 73 8D
Decimal 125 115 141
Binary 1111101 1110011 10001101
Octal 175 163 215

Shades and tints

Shades of #7D738D

#7D738D
(125,115,141)
#726981
(114,105,129)
#675F75
(103,95,117)
#5C5569
(92,85,105)
#514B5D
(81,75,93)
#464151
(70,65,81)
#3B3745
(59,55,69)
#302D39
(48,45,57)
#25232D
(37,35,45)
#1A1921
(26,25,33)
#0F0F15
(15,15,21)
#000000
(0,0,0)

Tints of #7D738D

#7D738D
(125,115,141)
#887F97
(136,127,151)
#938BA1
(147,139,161)
#9E97AB
(158,151,171)
#A9A3B5
(169,163,181)
#B4AFBF
(180,175,191)
#BFBBC9
(191,187,201)
#CAC7D3
(202,199,211)
#D5D3DD
(213,211,221)
#E0DFE7
(224,223,231)
#EBEBF1
(235,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D738D; }

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

This text font color is #7D738D.

Background Color

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

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

This div background color is #7D738D.

Border color

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

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

This div border color is #7D738D.

Opacity

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

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

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

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

This text has shadow with #7D738D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D738D.

Preview

Color preview on black background

This text has color #7D738D on black background.


Color preview on white background

This text has color #7D738D on white background.


Black color preview on #7D738D background

This text has black color on #7D738D background.


White color preview on #7D738D background

This text has white color on #7D738D background.


Related colors

Complementary color

Complementary color for #hex is #828C72.


I love getcolorcode.com

Triadic colors

1 #8D7D73 and #738D7D with #7D738D are triadic colors.

2 #8D737D and #737D8D with #7D738D are triadic colors.