COLOR #7B748D

HEX: #7B748D
RGB: (123,116,141)

Color info

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

RGB color model

#7B748D color RGB value is (123,116,141).

  • red value is 123;
  • green value is 116;
  • blue value is 141.
RGB:
(123,116,141)
(48%,45%,55%)

RGB channels and saturation

R 123 of 255 = 48%
G 116 of 255 = 45%
B 141 of 255 = 55%

123
116
141

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

Portions of RGB colors in percentages

R + G + B =
123 + 116 + 141 = 380 (100%)
R 123 of 380 ~ 32.37%
G 116 of 380 ~ 30.53%
B 141 of 380 ~ 37.11%

%32.37
%30.53
%37.11

CMYK color model

#7B748D color CMYK value is (13,18,0,45).

  • cyan value is 12.77%
  • magenta value is 17.73%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(13,18,0,45)
C13M18Y0K45 
(13%,18%,0%,45%)
(0.13/0.18/0.00/0.45)	

CMYK percentages

%12.77
%17.73
%0
%44.71

Codes

Color #7B748D in popluar color models

7B748D
RGB123116141
HSL257°9.88%50.39%
HSB/HSV257°17.73%55.29%
CMYK12.77%17.73%0.00%
44.71%

Color #7B748D in popluar number systems.

HEX7B748D
Decimal123116141
Binary1111011111010010001101
Octal173164215

Shades and tints

Shades of #7B748D

#7B748D
(123,116,141)
#706A81
(112,106,129)
#656075
(101,96,117)
#5A5669
(90,86,105)
#4F4C5D
(79,76,93)
#444251
(68,66,81)
#393845
(57,56,69)
#2E2E39
(46,46,57)
#23242D
(35,36,45)
#181A21
(24,26,33)
#0D1015
(13,16,21)
#000000
(0,0,0)

Tints of #7B748D

#7B748D
(123,116,141)
#878097
(135,128,151)
#938CA1
(147,140,161)
#9F98AB
(159,152,171)
#ABA4B5
(171,164,181)
#B7B0BF
(183,176,191)
#C3BCC9
(195,188,201)
#CFC8D3
(207,200,211)
#DBD4DD
(219,212,221)
#E7E0E7
(231,224,231)
#F3ECF1
(243,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B748D color. Also use rgb(123,116,141) instead hex code.

Text Font Color

.myTextColor { color: #7B748D; }

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

This text font color is #7B748D.


Background Color

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

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

This div background color is #7B748D.


Border color

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

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

This div border color is #7B748D.


Opacity

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

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

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

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

This text has shadow with #7B748D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B748D on black background.


Color preview on white background

This text has color #7B748D on white background.



Black color preview on #7B748D background

This text has black color on #7B748D background.


White color preview on #7B748D background

This text has white color on #7B748D background.