COLOR #7B5C84

HEX: #7B5C84 RGB: (123,92,132)

Color info

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

RGB color model

#7B5C84 color RGB value is (123,92,132).

RGB: (123,92,132) (48%, 36%, 52%)

RGB channels and saturation

R 123 of 255 = 48%
G 92 of 255 = 36%
B 132 of 255 = 52%

123
92
132

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

Portions of RGB colors in percentages

R + G + B = 123 + 92 + 132 = 347 (100%)
R 123 of 347 ~ 35.45%
G 92 of 347 ~ 26.51%
B 132 of 347 ~ 38.04'%

%35.45
%26.51
%38.04

CMYK color model

#7B5C84 color CMYK value is (7,30,0,48).

  • cyan value is 6.82%
  • magenta value is 30.30%
  • yellow value is 0.00%
  • key color value is 48.24%

CMYK: (7,30,0,48)
C7M30Y0K48 (7%, 30%, 0%, 48%)
(0.07 / 0.30 / 0.00 / 0.48)

CMYK percentages

%6.82
%30.3
%0
%48.24

Codes

Color #7B5C84 in popluar color models

7B 5C 84
RGB 123 92 132
HSL 287° 17.86% 43.92%
HSB/HSV 287° 30.30% 51.76%
CMYK 6.82% 30.30% 0.00%
48.24%

Color #7B5C84 in popluar number systems.

HEX 7B 5C 84
Decimal 123 92 132
Binary 1111011 1011100 10000100
Octal 173 134 204

Shades and tints

Shades of #7B5C84

#7B5C84
(123,92,132)
#705478
(112,84,120)
#654C6C
(101,76,108)
#5A4460
(90,68,96)
#4F3C54
(79,60,84)
#443448
(68,52,72)
#392C3C
(57,44,60)
#2E2430
(46,36,48)
#231C24
(35,28,36)
#181418
(24,20,24)
#0D0C0C
(13,12,12)
#000000
(0,0,0)

Tints of #7B5C84

#7B5C84
(123,92,132)
#876A8F
(135,106,143)
#93789A
(147,120,154)
#9F86A5
(159,134,165)
#AB94B0
(171,148,176)
#B7A2BB
(183,162,187)
#C3B0C6
(195,176,198)
#CFBED1
(207,190,209)
#DBCCDC
(219,204,220)
#E7DAE7
(231,218,231)
#F3E8F2
(243,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B5C84; }

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

This text font color is #7B5C84.

Background Color

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

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

This div background color is #7B5C84.

Border color

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

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

This div border color is #7B5C84.

Opacity

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

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

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

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

This text has shadow with #7B5C84 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B5C84.

Preview

Color preview on black background

This text has color #7B5C84 on black background.


Color preview on white background

This text has color #7B5C84 on white background.


Black color preview on #7B5C84 background

This text has black color on #7B5C84 background.


White color preview on #7B5C84 background

This text has white color on #7B5C84 background.


Related colors

Complementary color

Complementary color for #hex is #84A37B.


I love getcolorcode.com

Triadic colors

1 #847B5C and #5C847B with #7B5C84 are triadic colors.

2 #845C7B and #5C7B84 with #7B5C84 are triadic colors.