COLOR #7B5E7A

HEX: #7B5E7A RGB: (123,94,122)

Color info

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

RGB color model

#7B5E7A color RGB value is (123,94,122).

RGB: (123,94,122) (48%, 37%, 48%)

RGB channels and saturation

R 123 of 255 = 48%
G 94 of 255 = 37%
B 122 of 255 = 48%

123
94
122

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

Portions of RGB colors in percentages

R + G + B = 123 + 94 + 122 = 339 (100%)
R 123 of 339 ~ 36.28%
G 94 of 339 ~ 27.73%
B 122 of 339 ~ 35.99'%

%36.28
%27.73
%35.99

CMYK color model

#7B5E7A color CMYK value is (0,24,1,52).

  • cyan value is 0.00%
  • magenta value is 23.58%
  • yellow value is 0.81%
  • key color value is 51.76%
CMYK: (0,24,1,52) C0M24Y1K52 (0%,24%,1%,52%) (0.00/0.24/0.01/0.52) 

CMYK percentages

%0
%23.58
%0.81
%51.76

Codes

Color #7B5E7A in popluar color models

7B 5E 7A
RGB 123 94 122
HSL 302° 13.36% 42.55%
HSB/HSV 302° 23.58% 48.24%
CMYK 0.00% 23.58% 0.81%
51.76%

Color #7B5E7A in popluar number systems.

HEX 7B 5E 7A
Decimal 123 94 122
Binary 1111011 1011110 1111010
Octal 173 136 172

Shades and tints

Shades of #7B5E7A

#7B5E7A
(123,94,122)
#70566F
(112,86,111)
#654E64
(101,78,100)
#5A4659
(90,70,89)
#4F3E4E
(79,62,78)
#443643
(68,54,67)
#392E38
(57,46,56)
#2E262D
(46,38,45)
#231E22
(35,30,34)
#181617
(24,22,23)
#0D0E0C
(13,14,12)
#000000
(0,0,0)

Tints of #7B5E7A

#7B5E7A
(123,94,122)
#876C86
(135,108,134)
#937A92
(147,122,146)
#9F889E
(159,136,158)
#AB96AA
(171,150,170)
#B7A4B6
(183,164,182)
#C3B2C2
(195,178,194)
#CFC0CE
(207,192,206)
#DBCEDA
(219,206,218)
#E7DCE6
(231,220,230)
#F3EAF2
(243,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B5E7A; }

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

This text font color is #7B5E7A.

Background Color

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

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

This div background color is #7B5E7A.

Border color

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

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

This div border color is #7B5E7A.

Opacity

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

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

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

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

This text has shadow with #7B5E7A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B5E7A.

Preview

Color preview on black background

This text has color #7B5E7A on black background.


Color preview on white background

This text has color #7B5E7A on white background.


Black color preview on #7B5E7A background

This text has black color on #7B5E7A background.


White color preview on #7B5E7A background

This text has white color on #7B5E7A background.


Related colors

Complementary color

Complementary color for #hex is #84A185.


I love getcolorcode.com

Triadic colors

1 #7A7B5E and #5E7A7B with #7B5E7A are triadic colors.

2 #7A5E7B and #5E7B7A with #7B5E7A are triadic colors.