COLOR #7D738B

HEX: #7D738B
RGB: (125,115,139)

Color info

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

RGB color model

#7D738B color RGB value is (125,115,139).

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

RGB channels and saturation

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

125
115
139

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

Portions of RGB colors in percentages

R + G + B =
125 + 115 + 139 = 379 (100%)
R 125 of 379 ~ 32.98%
G 115 of 379 ~ 30.34%
B 139 of 379 ~ 36.68%

%32.98
%30.34
%36.68

CMYK color model

#7D738B color CMYK value is (10,17,0,45).

  • cyan value is 10.07%
  • magenta value is 17.27%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(10,17,0,45)
C10M17Y0K45 
(10%,17%,0%,45%)
(0.10/0.17/0.00/0.45)	

CMYK percentages

%10.07
%17.27
%0
%45.49

Codes

Color #7D738B in popluar color models

7D738B
RGB125115139
HSL265°9.45%49.80%
HSB/HSV265°17.27%54.51%
CMYK10.07%17.27%0.00%
45.49%

Color #7D738B in popluar number systems.

HEX7D738B
Decimal125115139
Binary1111101111001110001011
Octal175163213

Shades and tints

Shades of #7D738B

#7D738B
(125,115,139)
#72697F
(114,105,127)
#675F73
(103,95,115)
#5C5567
(92,85,103)
#514B5B
(81,75,91)
#46414F
(70,65,79)
#3B3743
(59,55,67)
#302D37
(48,45,55)
#25232B
(37,35,43)
#1A191F
(26,25,31)
#0F0F13
(15,15,19)
#000000
(0,0,0)

Tints of #7D738B

#7D738B
(125,115,139)
#887F95
(136,127,149)
#938B9F
(147,139,159)
#9E97A9
(158,151,169)
#A9A3B3
(169,163,179)
#B4AFBD
(180,175,189)
#BFBBC7
(191,187,199)
#CAC7D1
(202,199,209)
#D5D3DB
(213,211,219)
#E0DFE5
(224,223,229)
#EBEBEF
(235,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D738B; }

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

This text font color is #7D738B.


Background Color

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

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

This div background color is #7D738B.


Border color

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

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

This div border color is #7D738B.


Opacity

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

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

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

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

This text has shadow with #7D738B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D738B on black background.


Color preview on white background

This text has color #7D738B on white background.



Black color preview on #7D738B background

This text has black color on #7D738B background.


White color preview on #7D738B background

This text has white color on #7D738B background.