COLOR #7B527B

HEX: #7B527B RGB: (123,82,123)

Color info

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

RGB color model

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

RGB: (123,82,123) (48%, 32%, 48%)

RGB channels and saturation

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

123
82
123

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

Portions of RGB colors in percentages

R + G + B = 123 + 82 + 123 = 328 (100%)
R 123 of 328 ~ 37.5%
G 82 of 328 ~ 25%
B 123 of 328 ~ 37.5'%

%37.5
%25
%37.5

CMYK color model

#7B527B color CMYK value is (0,33,0,52).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 51.76%

CMYK: (0,33,0,52)
C0M33Y0K52 (0%, 33%, 0%, 52%)
(0.00 / 0.33 / 0.00 / 0.52)

CMYK percentages

%0
%33.33
%0
%51.76

Codes

Color #7B527B in popluar color models

7B 52 7B
RGB 123 82 123
HSL 300° 20.00% 40.20%
HSB/HSV 300° 33.33% 48.24%
CMYK 0.00% 33.33% 0.00%
51.76%

Color #7B527B in popluar number systems.

HEX 7B 52 7B
Decimal 123 82 123
Binary 1111011 1010010 1111011
Octal 173 122 173

Shades and tints

Shades of #7B527B

#7B527B
(123,82,123)
#704B70
(112,75,112)
#654465
(101,68,101)
#5A3D5A
(90,61,90)
#4F364F
(79,54,79)
#442F44
(68,47,68)
#392839
(57,40,57)
#2E212E
(46,33,46)
#231A23
(35,26,35)
#181318
(24,19,24)
#0D0C0D
(13,12,13)
#000000
(0,0,0)

Tints of #7B527B

#7B527B
(123,82,123)
#876187
(135,97,135)
#937093
(147,112,147)
#9F7F9F
(159,127,159)
#AB8EAB
(171,142,171)
#B79DB7
(183,157,183)
#C3ACC3
(195,172,195)
#CFBBCF
(207,187,207)
#DBCADB
(219,202,219)
#E7D9E7
(231,217,231)
#F3E8F3
(243,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B527B; }

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

This text font color is #7B527B.

Background Color

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

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

This div background color is #7B527B.

Border color

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

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

This div border color is #7B527B.

Opacity

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

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

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

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

This text has shadow with #7B527B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B527B.

Preview

Color preview on black background

This text has color #7B527B on black background.


Color preview on white background

This text has color #7B527B on white background.


Black color preview on #7B527B background

This text has black color on #7B527B background.


White color preview on #7B527B background

This text has white color on #7B527B background.


Related colors

Complementary color

Complementary color for #hex is #84AD84.


I love getcolorcode.com

Triadic colors

1 #7B7B52 and #527B7B with #7B527B are triadic colors.

2 #7B527B and #527B7B with #7B527B are triadic colors.