COLOR #7B728C

HEX: #7B728C
RGB: (123,114,140)

Color info

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

RGB color model

#7B728C color RGB value is (123,114,140).

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

RGB channels and saturation

R 123 of 255 = 48%
G 114 of 255 = 45%
B 140 of 255 = 55%

123
114
140

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

Portions of RGB colors in percentages

R + G + B =
123 + 114 + 140 = 377 (100%)
R 123 of 377 ~ 32.63%
G 114 of 377 ~ 30.24%
B 140 of 377 ~ 37.14%

%32.63
%30.24
%37.14

CMYK color model

#7B728C color CMYK value is (12,19,0,45).

  • cyan value is 12.14%
  • magenta value is 18.57%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(12,19,0,45)
C12M19Y0K45 
(12%,19%,0%,45%)
(0.12/0.19/0.00/0.45)	

CMYK percentages

%12.14
%18.57
%0
%45.1

Codes

Color #7B728C in popluar color models

7B728C
RGB123114140
HSL261°10.24%49.80%
HSB/HSV261°18.57%54.90%
CMYK12.14%18.57%0.00%
45.10%

Color #7B728C in popluar number systems.

HEX7B728C
Decimal123114140
Binary1111011111001010001100
Octal173162214

Shades and tints

Shades of #7B728C

#7B728C
(123,114,140)
#706880
(112,104,128)
#655E74
(101,94,116)
#5A5468
(90,84,104)
#4F4A5C
(79,74,92)
#444050
(68,64,80)
#393644
(57,54,68)
#2E2C38
(46,44,56)
#23222C
(35,34,44)
#181820
(24,24,32)
#0D0E14
(13,14,20)
#000000
(0,0,0)

Tints of #7B728C

#7B728C
(123,114,140)
#877E96
(135,126,150)
#938AA0
(147,138,160)
#9F96AA
(159,150,170)
#ABA2B4
(171,162,180)
#B7AEBE
(183,174,190)
#C3BAC8
(195,186,200)
#CFC6D2
(207,198,210)
#DBD2DC
(219,210,220)
#E7DEE6
(231,222,230)
#F3EAF0
(243,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B728C; }

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

This text font color is #7B728C.


Background Color

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

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

This div background color is #7B728C.


Border color

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

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

This div border color is #7B728C.


Opacity

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

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

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

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

This text has shadow with #7B728C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B728C on black background.


Color preview on white background

This text has color #7B728C on white background.



Black color preview on #7B728C background

This text has black color on #7B728C background.


White color preview on #7B728C background

This text has white color on #7B728C background.