COLOR #7D748C

HEX: #7D748C
RGB: (125,116,140)

Color info

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

RGB color model

#7D748C color RGB value is (125,116,140).

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

RGB channels and saturation

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

125
116
140

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

Portions of RGB colors in percentages

R + G + B =
125 + 116 + 140 = 381 (100%)
R 125 of 381 ~ 32.81%
G 116 of 381 ~ 30.45%
B 140 of 381 ~ 36.75%

%32.81
%30.45
%36.75

CMYK color model

#7D748C color CMYK value is (11,17,0,45).

  • cyan value is 10.71%
  • magenta value is 17.14%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(11,17,0,45)
C11M17Y0K45 
(11%,17%,0%,45%)
(0.11/0.17/0.00/0.45)	

CMYK percentages

%10.71
%17.14
%0
%45.1

Codes

Color #7D748C in popluar color models

7D748C
RGB125116140
HSL263°9.45%50.20%
HSB/HSV263°17.14%54.90%
CMYK10.71%17.14%0.00%
45.10%

Color #7D748C in popluar number systems.

HEX7D748C
Decimal125116140
Binary1111101111010010001100
Octal175164214

Shades and tints

Shades of #7D748C

#7D748C
(125,116,140)
#726A80
(114,106,128)
#676074
(103,96,116)
#5C5668
(92,86,104)
#514C5C
(81,76,92)
#464250
(70,66,80)
#3B3844
(59,56,68)
#302E38
(48,46,56)
#25242C
(37,36,44)
#1A1A20
(26,26,32)
#0F1014
(15,16,20)
#000000
(0,0,0)

Tints of #7D748C

#7D748C
(125,116,140)
#888096
(136,128,150)
#938CA0
(147,140,160)
#9E98AA
(158,152,170)
#A9A4B4
(169,164,180)
#B4B0BE
(180,176,190)
#BFBCC8
(191,188,200)
#CAC8D2
(202,200,210)
#D5D4DC
(213,212,220)
#E0E0E6
(224,224,230)
#EBECF0
(235,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D748C; }

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

This text font color is #7D748C.


Background Color

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

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

This div background color is #7D748C.


Border color

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

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

This div border color is #7D748C.


Opacity

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

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

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

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

This text has shadow with #7D748C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D748C on black background.


Color preview on white background

This text has color #7D748C on white background.



Black color preview on #7D748C background

This text has black color on #7D748C background.


White color preview on #7D748C background

This text has white color on #7D748C background.