COLOR #7B557A

HEX: #7B557A RGB: (123,85,122)

Color info

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

RGB color model

#7B557A color RGB value is (123,85,122).

RGB: (123,85,122) (48%, 33%, 48%)

RGB channels and saturation

R 123 of 255 = 48%
G 85 of 255 = 33%
B 122 of 255 = 48%

123
85
122

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

Portions of RGB colors in percentages

R + G + B = 123 + 85 + 122 = 330 (100%)
R 123 of 330 ~ 37.27%
G 85 of 330 ~ 25.76%
B 122 of 330 ~ 36.97'%

%37.27
%25.76
%36.97

CMYK color model

#7B557A color CMYK value is (0,31,1,52).

  • cyan value is 0.00%
  • magenta value is 30.89%
  • yellow value is 0.81%
  • key color value is 51.76%

CMYK: (0,31,1,52)
C0M31Y1K52 (0%, 31%, 1%, 52%)
(0.00 / 0.31 / 0.01 / 0.52)

CMYK percentages

%0
%30.89
%0.81
%51.76

Codes

Color #7B557A in popluar color models

7B 55 7A
RGB 123 85 122
HSL 302° 18.27% 40.78%
HSB/HSV 302° 30.89% 48.24%
CMYK 0.00% 30.89% 0.81%
51.76%

Color #7B557A in popluar number systems.

HEX 7B 55 7A
Decimal 123 85 122
Binary 1111011 1010101 1111010
Octal 173 125 172

Shades and tints

Shades of #7B557A

#7B557A
(123,85,122)
#704E6F
(112,78,111)
#654764
(101,71,100)
#5A4059
(90,64,89)
#4F394E
(79,57,78)
#443243
(68,50,67)
#392B38
(57,43,56)
#2E242D
(46,36,45)
#231D22
(35,29,34)
#181617
(24,22,23)
#0D0F0C
(13,15,12)
#000000
(0,0,0)

Tints of #7B557A

#7B557A
(123,85,122)
#876486
(135,100,134)
#937392
(147,115,146)
#9F829E
(159,130,158)
#AB91AA
(171,145,170)
#B7A0B6
(183,160,182)
#C3AFC2
(195,175,194)
#CFBECE
(207,190,206)
#DBCDDA
(219,205,218)
#E7DCE6
(231,220,230)
#F3EBF2
(243,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B557A; }

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

This text font color is #7B557A.

Background Color

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

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

This div background color is #7B557A.

Border color

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

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

This div border color is #7B557A.

Opacity

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

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

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

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

This text has shadow with #7B557A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B557A.

Preview

Color preview on black background

This text has color #7B557A on black background.


Color preview on white background

This text has color #7B557A on white background.


Black color preview on #7B557A background

This text has black color on #7B557A background.


White color preview on #7B557A background

This text has white color on #7B557A background.


Related colors

Complementary color

Complementary color for #hex is #84AA85.


I love getcolorcode.com

Triadic colors

1 #7A7B55 and #557A7B with #7B557A are triadic colors.

2 #7A557B and #557B7A with #7B557A are triadic colors.