COLOR #7B527D

HEX: #7B527D
RGB: (123,82,125)

Color info

#7B527D contains red, green and blue colors in about the same proportion. Web safe color of #7B527D is #666666 (or #666).

RGB color model

#7B527D color RGB value is (123,82,125).

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

RGB channels and saturation

R 123 of 255 = 48%
G 82 of 255 = 32%
B 125 of 255 = 49%

123
82
125

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

Portions of RGB colors in percentages

R + G + B =
123 + 82 + 125 = 330 (100%)
R 123 of 330 ~ 37.27%
G 82 of 330 ~ 24.85%
B 125 of 330 ~ 37.88%

%37.27
%24.85
%37.88

CMYK color model

#7B527D color CMYK value is (2,34,0,51).

  • cyan value is 1.60%
  • magenta value is 34.40%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(2,34,0,51)
C2M34Y0K51 
(2%,34%,0%,51%)
(0.02/0.34/0.00/0.51)	

CMYK percentages

%1.6
%34.4
%0
%50.98

Codes

Color #7B527D in popluar color models

7B527D
RGB12382125
HSL297°20.77%40.59%
HSB/HSV297°34.40%49.02%
CMYK1.60%34.40%0.00%
50.98%

Color #7B527D in popluar number systems.

HEX7B527D
Decimal12382125
Binary111101110100101111101
Octal173122175

Shades and tints

Shades of #7B527D

#7B527D
(123,82,125)
#704B72
(112,75,114)
#654467
(101,68,103)
#5A3D5C
(90,61,92)
#4F3651
(79,54,81)
#442F46
(68,47,70)
#39283B
(57,40,59)
#2E2130
(46,33,48)
#231A25
(35,26,37)
#18131A
(24,19,26)
#0D0C0F
(13,12,15)
#000000
(0,0,0)

Tints of #7B527D

#7B527D
(123,82,125)
#876188
(135,97,136)
#937093
(147,112,147)
#9F7F9E
(159,127,158)
#AB8EA9
(171,142,169)
#B79DB4
(183,157,180)
#C3ACBF
(195,172,191)
#CFBBCA
(207,187,202)
#DBCAD5
(219,202,213)
#E7D9E0
(231,217,224)
#F3E8EB
(243,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B527D; }

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

This text font color is #7B527D.


Background Color

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

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

This div background color is #7B527D.


Border color

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

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

This div border color is #7B527D.


Opacity

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

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

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

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

This text has shadow with #7B527D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B527D on black background.


Color preview on white background

This text has color #7B527D on white background.



Black color preview on #7B527D background

This text has black color on #7B527D background.


White color preview on #7B527D background

This text has white color on #7B527D background.