COLOR #7B5682

HEX: #7B5682 RGB: (123,86,130)

Color info

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

RGB color model

#7B5682 color RGB value is (123,86,130).

RGB: (123,86,130) (48%, 34%, 51%)

RGB channels and saturation

R 123 of 255 = 48%
G 86 of 255 = 34%
B 130 of 255 = 51%

123
86
130

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

Portions of RGB colors in percentages

R + G + B = 123 + 86 + 130 = 339 (100%)
R 123 of 339 ~ 36.28%
G 86 of 339 ~ 25.37%
B 130 of 339 ~ 38.35'%

%36.28
%25.37
%38.35

CMYK color model

#7B5682 color CMYK value is (5,34,0,49).

  • cyan value is 5.38%
  • magenta value is 33.85%
  • yellow value is 0.00%
  • key color value is 49.02%

CMYK: (5,34,0,49)
C5M34Y0K49 (5%, 34%, 0%, 49%)
(0.05 / 0.34 / 0.00 / 0.49)

CMYK percentages

%5.38
%33.85
%0
%49.02

Codes

Color #7B5682 in popluar color models

7B 56 82
RGB 123 86 130
HSL 290° 20.37% 42.35%
HSB/HSV 290° 33.85% 50.98%
CMYK 5.38% 33.85% 0.00%
49.02%

Color #7B5682 in popluar number systems.

HEX 7B 56 82
Decimal 123 86 130
Binary 1111011 1010110 10000010
Octal 173 126 202

Shades and tints

Shades of #7B5682

#7B5682
(123,86,130)
#704F77
(112,79,119)
#65486C
(101,72,108)
#5A4161
(90,65,97)
#4F3A56
(79,58,86)
#44334B
(68,51,75)
#392C40
(57,44,64)
#2E2535
(46,37,53)
#231E2A
(35,30,42)
#18171F
(24,23,31)
#0D1014
(13,16,20)
#000000
(0,0,0)

Tints of #7B5682

#7B5682
(123,86,130)
#87658D
(135,101,141)
#937498
(147,116,152)
#9F83A3
(159,131,163)
#AB92AE
(171,146,174)
#B7A1B9
(183,161,185)
#C3B0C4
(195,176,196)
#CFBFCF
(207,191,207)
#DBCEDA
(219,206,218)
#E7DDE5
(231,221,229)
#F3ECF0
(243,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B5682; }

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

This text font color is #7B5682.

Background Color

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

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

This div background color is #7B5682.

Border color

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

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

This div border color is #7B5682.

Opacity

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

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

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

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

This text has shadow with #7B5682 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B5682.

Preview

Color preview on black background

This text has color #7B5682 on black background.


Color preview on white background

This text has color #7B5682 on white background.


Black color preview on #7B5682 background

This text has black color on #7B5682 background.


White color preview on #7B5682 background

This text has white color on #7B5682 background.


Related colors

Complementary color

Complementary color for #hex is #84A97D.


I love getcolorcode.com

Triadic colors

1 #827B56 and #56827B with #7B5682 are triadic colors.

2 #82567B and #567B82 with #7B5682 are triadic colors.