COLOR #7B728E

HEX: #7B728E
RGB: (123,114,142)

Color info

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

RGB color model

#7B728E color RGB value is (123,114,142).

  • red value is 123;
  • green value is 114;
  • blue value is 142.
RGB:
(123,114,142)
(48%,45%,56%)

RGB channels and saturation

R 123 of 255 = 48%
G 114 of 255 = 45%
B 142 of 255 = 56%

123
114
142

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

Portions of RGB colors in percentages

R + G + B =
123 + 114 + 142 = 379 (100%)
R 123 of 379 ~ 32.45%
G 114 of 379 ~ 30.08%
B 142 of 379 ~ 37.47%

%32.45
%30.08
%37.47

CMYK color model

#7B728E color CMYK value is (13,20,0,44).

  • cyan value is 13.38%
  • magenta value is 19.72%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(13,20,0,44)
C13M20Y0K44 
(13%,20%,0%,44%)
(0.13/0.20/0.00/0.44)	

CMYK percentages

%13.38
%19.72
%0
%44.31

Codes

Color #7B728E in popluar color models

7B728E
RGB123114142
HSL259°11.02%50.20%
HSB/HSV259°19.72%55.69%
CMYK13.38%19.72%0.00%
44.31%

Color #7B728E in popluar number systems.

HEX7B728E
Decimal123114142
Binary1111011111001010001110
Octal173162216

Shades and tints

Shades of #7B728E

#7B728E
(123,114,142)
#706882
(112,104,130)
#655E76
(101,94,118)
#5A546A
(90,84,106)
#4F4A5E
(79,74,94)
#444052
(68,64,82)
#393646
(57,54,70)
#2E2C3A
(46,44,58)
#23222E
(35,34,46)
#181822
(24,24,34)
#0D0E16
(13,14,22)
#000000
(0,0,0)

Tints of #7B728E

#7B728E
(123,114,142)
#877E98
(135,126,152)
#938AA2
(147,138,162)
#9F96AC
(159,150,172)
#ABA2B6
(171,162,182)
#B7AEC0
(183,174,192)
#C3BACA
(195,186,202)
#CFC6D4
(207,198,212)
#DBD2DE
(219,210,222)
#E7DEE8
(231,222,232)
#F3EAF2
(243,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B728E color. Also use rgb(123,114,142) instead hex code.

Text Font Color

.myTextColor { color: #7B728E; }

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

This text font color is #7B728E.


Background Color

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

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

This div background color is #7B728E.


Border color

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

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

This div border color is #7B728E.


Opacity

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

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

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

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

This text has shadow with #7B728E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B728E on black background.


Color preview on white background

This text has color #7B728E on white background.



Black color preview on #7B728E background

This text has black color on #7B728E background.


White color preview on #7B728E background

This text has white color on #7B728E background.