COLOR #7B728B

HEX: #7B728B
RGB: (123,114,139)

Color info

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

RGB color model

#7B728B color RGB value is (123,114,139).

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

RGB channels and saturation

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

123
114
139

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

Portions of RGB colors in percentages

R + G + B =
123 + 114 + 139 = 376 (100%)
R 123 of 376 ~ 32.71%
G 114 of 376 ~ 30.32%
B 139 of 376 ~ 36.97%

%32.71
%30.32
%36.97

CMYK color model

#7B728B color CMYK value is (12,18,0,45).

  • cyan value is 11.51%
  • magenta value is 17.99%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(12,18,0,45)
C12M18Y0K45 
(12%,18%,0%,45%)
(0.12/0.18/0.00/0.45)	

CMYK percentages

%11.51
%17.99
%0
%45.49

Codes

Color #7B728B in popluar color models

7B728B
RGB123114139
HSL262°9.88%49.61%
HSB/HSV262°17.99%54.51%
CMYK11.51%17.99%0.00%
45.49%

Color #7B728B in popluar number systems.

HEX7B728B
Decimal123114139
Binary1111011111001010001011
Octal173162213

Shades and tints

Shades of #7B728B

#7B728B
(123,114,139)
#70687F
(112,104,127)
#655E73
(101,94,115)
#5A5467
(90,84,103)
#4F4A5B
(79,74,91)
#44404F
(68,64,79)
#393643
(57,54,67)
#2E2C37
(46,44,55)
#23222B
(35,34,43)
#18181F
(24,24,31)
#0D0E13
(13,14,19)
#000000
(0,0,0)

Tints of #7B728B

#7B728B
(123,114,139)
#877E95
(135,126,149)
#938A9F
(147,138,159)
#9F96A9
(159,150,169)
#ABA2B3
(171,162,179)
#B7AEBD
(183,174,189)
#C3BAC7
(195,186,199)
#CFC6D1
(207,198,209)
#DBD2DB
(219,210,219)
#E7DEE5
(231,222,229)
#F3EAEF
(243,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B728B; }

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

This text font color is #7B728B.


Background Color

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

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

This div background color is #7B728B.


Border color

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

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

This div border color is #7B728B.


Opacity

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

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

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

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

This text has shadow with #7B728B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B728B on black background.


Color preview on white background

This text has color #7B728B on white background.



Black color preview on #7B728B background

This text has black color on #7B728B background.


White color preview on #7B728B background

This text has white color on #7B728B background.