COLOR #7B5A79

HEX: #7B5A79 RGB: (123,90,121)

Color info

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

RGB color model

#7B5A79 color RGB value is (123,90,121).

RGB: (123,90,121) (48%, 35%, 47%)

RGB channels and saturation

R 123 of 255 = 48%
G 90 of 255 = 35%
B 121 of 255 = 47%

123
90
121

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

Portions of RGB colors in percentages

R + G + B = 123 + 90 + 121 = 334 (100%)
R 123 of 334 ~ 36.83%
G 90 of 334 ~ 26.95%
B 121 of 334 ~ 36.23'%

%36.83
%26.95
%36.23

CMYK color model

#7B5A79 color CMYK value is (0,27,2,52).

  • cyan value is 0.00%
  • magenta value is 26.83%
  • yellow value is 1.63%
  • key color value is 51.76%

CMYK: (0,27,2,52)
C0M27Y2K52 (0%, 27%, 2%, 52%)
(0.00 / 0.27 / 0.02 / 0.52)

CMYK percentages

%0
%26.83
%1.63
%51.76

Codes

Color #7B5A79 in popluar color models

7B 5A 79
RGB 123 90 121
HSL 304° 15.49% 41.76%
HSB/HSV 304° 26.83% 48.24%
CMYK 0.00% 26.83% 1.63%
51.76%

Color #7B5A79 in popluar number systems.

HEX 7B 5A 79
Decimal 123 90 121
Binary 1111011 1011010 1111001
Octal 173 132 171

Shades and tints

Shades of #7B5A79

#7B5A79
(123,90,121)
#70526E
(112,82,110)
#654A63
(101,74,99)
#5A4258
(90,66,88)
#4F3A4D
(79,58,77)
#443242
(68,50,66)
#392A37
(57,42,55)
#2E222C
(46,34,44)
#231A21
(35,26,33)
#181216
(24,18,22)
#0D0A0B
(13,10,11)
#000000
(0,0,0)

Tints of #7B5A79

#7B5A79
(123,90,121)
#876985
(135,105,133)
#937891
(147,120,145)
#9F879D
(159,135,157)
#AB96A9
(171,150,169)
#B7A5B5
(183,165,181)
#C3B4C1
(195,180,193)
#CFC3CD
(207,195,205)
#DBD2D9
(219,210,217)
#E7E1E5
(231,225,229)
#F3F0F1
(243,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B5A79; }

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

This text font color is #7B5A79.

Background Color

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

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

This div background color is #7B5A79.

Border color

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

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

This div border color is #7B5A79.

Opacity

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

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

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

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

This text has shadow with #7B5A79 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B5A79.

Preview

Color preview on black background

This text has color #7B5A79 on black background.


Color preview on white background

This text has color #7B5A79 on white background.


Black color preview on #7B5A79 background

This text has black color on #7B5A79 background.


White color preview on #7B5A79 background

This text has white color on #7B5A79 background.


Related colors

Complementary color

Complementary color for #hex is #84A586.


I love getcolorcode.com

Triadic colors

1 #797B5A and #5A797B with #7B5A79 are triadic colors.

2 #795A7B and #5A7B79 with #7B5A79 are triadic colors.