COLOR #7B5E82

HEX: #7B5E82
RGB: (123,94,130)

Color info

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

RGB color model

#7B5E82 color RGB value is (123,94,130).

  • red value is 123;
  • green value is 94;
  • blue value is 130.
RGB:
(123,94,130)
(48%,37%,51%)

RGB channels and saturation

R 123 of 255 = 48%
G 94 of 255 = 37%
B 130 of 255 = 51%

123
94
130

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

Portions of RGB colors in percentages

R + G + B =
123 + 94 + 130 = 347 (100%)
R 123 of 347 ~ 35.45%
G 94 of 347 ~ 27.09%
B 130 of 347 ~ 37.46%

%35.45
%27.09
%37.46

CMYK color model

#7B5E82 color CMYK value is (5,28,0,49).

  • cyan value is 5.38%
  • magenta value is 27.69%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(5,28,0,49)
C5M28Y0K49 
(5%,28%,0%,49%)
(0.05/0.28/0.00/0.49)	

CMYK percentages

%5.38
%27.69
%0
%49.02

Codes

Color #7B5E82 in popluar color models

7B5E82
RGB12394130
HSL288°16.07%43.92%
HSB/HSV288°27.69%50.98%
CMYK5.38%27.69%0.00%
49.02%

Color #7B5E82 in popluar number systems.

HEX7B5E82
Decimal12394130
Binary1111011101111010000010
Octal173136202

Shades and tints

Shades of #7B5E82

#7B5E82
(123,94,130)
#705677
(112,86,119)
#654E6C
(101,78,108)
#5A4661
(90,70,97)
#4F3E56
(79,62,86)
#44364B
(68,54,75)
#392E40
(57,46,64)
#2E2635
(46,38,53)
#231E2A
(35,30,42)
#18161F
(24,22,31)
#0D0E14
(13,14,20)
#000000
(0,0,0)

Tints of #7B5E82

#7B5E82
(123,94,130)
#876C8D
(135,108,141)
#937A98
(147,122,152)
#9F88A3
(159,136,163)
#AB96AE
(171,150,174)
#B7A4B9
(183,164,185)
#C3B2C4
(195,178,196)
#CFC0CF
(207,192,207)
#DBCEDA
(219,206,218)
#E7DCE5
(231,220,229)
#F3EAF0
(243,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B5E82 color. Also use rgb(123,94,130) instead hex code.

Text Font Color

.myTextColor { color: #7B5E82; }

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

This text font color is #7B5E82.


Background Color

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

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

This div background color is #7B5E82.


Border color

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

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

This div border color is #7B5E82.


Opacity

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

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

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

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

This text has shadow with #7B5E82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B5E82 on black background.


Color preview on white background

This text has color #7B5E82 on white background.



Black color preview on #7B5E82 background

This text has black color on #7B5E82 background.


White color preview on #7B5E82 background

This text has white color on #7B5E82 background.