COLOR #7B557F

HEX: #7B557F RGB: (123,85,127)

Color info

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

RGB color model

#7B557F color RGB value is (123,85,127).

RGB: (123,85,127) (48%, 33%, 50%)

RGB channels and saturation

R 123 of 255 = 48%
G 85 of 255 = 33%
B 127 of 255 = 50%

123
85
127

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

Portions of RGB colors in percentages

R + G + B = 123 + 85 + 127 = 335 (100%)
R 123 of 335 ~ 36.72%
G 85 of 335 ~ 25.37%
B 127 of 335 ~ 37.91'%

%36.72
%25.37
%37.91

CMYK color model

#7B557F color CMYK value is (3,33,0,50).

  • cyan value is 3.15%
  • magenta value is 33.07%
  • yellow value is 0.00%
  • key color value is 50.20%

CMYK: (3,33,0,50)
C3M33Y0K50 (3%, 33%, 0%, 50%)
(0.03 / 0.33 / 0.00 / 0.50)

CMYK percentages

%3.15
%33.07
%0
%50.2

Codes

Color #7B557F in popluar color models

7B 55 7F
RGB 123 85 127
HSL 294° 19.81% 41.57%
HSB/HSV 294° 33.07% 49.80%
CMYK 3.15% 33.07% 0.00%
50.20%

Color #7B557F in popluar number systems.

HEX 7B 55 7F
Decimal 123 85 127
Binary 1111011 1010101 1111111
Octal 173 125 177

Shades and tints

Shades of #7B557F

#7B557F
(123,85,127)
#704E74
(112,78,116)
#654769
(101,71,105)
#5A405E
(90,64,94)
#4F3953
(79,57,83)
#443248
(68,50,72)
#392B3D
(57,43,61)
#2E2432
(46,36,50)
#231D27
(35,29,39)
#18161C
(24,22,28)
#0D0F11
(13,15,17)
#000000
(0,0,0)

Tints of #7B557F

#7B557F
(123,85,127)
#87648A
(135,100,138)
#937395
(147,115,149)
#9F82A0
(159,130,160)
#AB91AB
(171,145,171)
#B7A0B6
(183,160,182)
#C3AFC1
(195,175,193)
#CFBECC
(207,190,204)
#DBCDD7
(219,205,215)
#E7DCE2
(231,220,226)
#F3EBED
(243,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B557F; }

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

This text font color is #7B557F.

Background Color

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

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

This div background color is #7B557F.

Border color

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

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

This div border color is #7B557F.

Opacity

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

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

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

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

This text has shadow with #7B557F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B557F.

Preview

Color preview on black background

This text has color #7B557F on black background.


Color preview on white background

This text has color #7B557F on white background.


Black color preview on #7B557F background

This text has black color on #7B557F background.


White color preview on #7B557F background

This text has white color on #7B557F background.


Related colors

Complementary color

Complementary color for #hex is #84AA80.


I love getcolorcode.com

Triadic colors

1 #7F7B55 and #557F7B with #7B557F are triadic colors.

2 #7F557B and #557B7F with #7B557F are triadic colors.