COLOR #7B528A

HEX: #7B528A
RGB: (123,82,138)

Color info

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

RGB color model

#7B528A color RGB value is (123,82,138).

  • red value is 123;
  • green value is 82;
  • blue value is 138.
RGB:
(123,82,138)
(48%,32%,54%)

RGB channels and saturation

R 123 of 255 = 48%
G 82 of 255 = 32%
B 138 of 255 = 54%

123
82
138

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

Portions of RGB colors in percentages

R + G + B =
123 + 82 + 138 = 343 (100%)
R 123 of 343 ~ 35.86%
G 82 of 343 ~ 23.91%
B 138 of 343 ~ 40.23%

%35.86
%23.91
%40.23

CMYK color model

#7B528A color CMYK value is (11,41,0,46).

  • cyan value is 10.87%
  • magenta value is 40.58%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(11,41,0,46)
C11M41Y0K46 
(11%,41%,0%,46%)
(0.11/0.41/0.00/0.46)	

CMYK percentages

%10.87
%40.58
%0
%45.88

Codes

Color #7B528A in popluar color models

7B528A
RGB12382138
HSL284°25.45%43.14%
HSB/HSV284°40.58%54.12%
CMYK10.87%40.58%0.00%
45.88%

Color #7B528A in popluar number systems.

HEX7B528A
Decimal12382138
Binary1111011101001010001010
Octal173122212

Shades and tints

Shades of #7B528A

#7B528A
(123,82,138)
#704B7E
(112,75,126)
#654472
(101,68,114)
#5A3D66
(90,61,102)
#4F365A
(79,54,90)
#442F4E
(68,47,78)
#392842
(57,40,66)
#2E2136
(46,33,54)
#231A2A
(35,26,42)
#18131E
(24,19,30)
#0D0C12
(13,12,18)
#000000
(0,0,0)

Tints of #7B528A

#7B528A
(123,82,138)
#876194
(135,97,148)
#93709E
(147,112,158)
#9F7FA8
(159,127,168)
#AB8EB2
(171,142,178)
#B79DBC
(183,157,188)
#C3ACC6
(195,172,198)
#CFBBD0
(207,187,208)
#DBCADA
(219,202,218)
#E7D9E4
(231,217,228)
#F3E8EE
(243,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B528A color. Also use rgb(123,82,138) instead hex code.

Text Font Color

.myTextColor { color: #7B528A; }

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

This text font color is #7B528A.


Background Color

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

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

This div background color is #7B528A.


Border color

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

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

This div border color is #7B528A.


Opacity

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

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

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

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

This text has shadow with #7B528A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B528A on black background.


Color preview on white background

This text has color #7B528A on white background.



Black color preview on #7B528A background

This text has black color on #7B528A background.


White color preview on #7B528A background

This text has white color on #7B528A background.