COLOR #7B577F

HEX: #7B577F RGB: (123,87,127)

Color info

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

RGB color model

#7B577F color RGB value is (123,87,127).

RGB: (123,87,127) (48%, 34%, 50%)

RGB channels and saturation

R 123 of 255 = 48%
G 87 of 255 = 34%
B 127 of 255 = 50%

123
87
127

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

Portions of RGB colors in percentages

R + G + B = 123 + 87 + 127 = 337 (100%)
R 123 of 337 ~ 36.5%
G 87 of 337 ~ 25.82%
B 127 of 337 ~ 37.69'%

%36.5
%25.82
%37.69

CMYK color model

#7B577F color CMYK value is (3,31,0,50).

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

CMYK: (3,31,0,50)
C3M31Y0K50 (3%, 31%, 0%, 50%)
(0.03 / 0.31 / 0.00 / 0.50)

CMYK percentages

%3.15
%31.5
%0
%50.2

Codes

Color #7B577F in popluar color models

7B 57 7F
RGB 123 87 127
HSL 294° 18.69% 41.96%
HSB/HSV 294° 31.50% 49.80%
CMYK 3.15% 31.50% 0.00%
50.20%

Color #7B577F in popluar number systems.

HEX 7B 57 7F
Decimal 123 87 127
Binary 1111011 1010111 1111111
Octal 173 127 177

Shades and tints

Shades of #7B577F

#7B577F
(123,87,127)
#705074
(112,80,116)
#654969
(101,73,105)
#5A425E
(90,66,94)
#4F3B53
(79,59,83)
#443448
(68,52,72)
#392D3D
(57,45,61)
#2E2632
(46,38,50)
#231F27
(35,31,39)
#18181C
(24,24,28)
#0D1111
(13,17,17)
#000000
(0,0,0)

Tints of #7B577F

#7B577F
(123,87,127)
#87668A
(135,102,138)
#937595
(147,117,149)
#9F84A0
(159,132,160)
#AB93AB
(171,147,171)
#B7A2B6
(183,162,182)
#C3B1C1
(195,177,193)
#CFC0CC
(207,192,204)
#DBCFD7
(219,207,215)
#E7DEE2
(231,222,226)
#F3EDED
(243,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B577F; }

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

This text font color is #7B577F.

Background Color

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

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

This div background color is #7B577F.

Border color

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

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

This div border color is #7B577F.

Opacity

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

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

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

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

This text has shadow with #7B577F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B577F.

Preview

Color preview on black background

This text has color #7B577F on black background.


Color preview on white background

This text has color #7B577F on white background.


Black color preview on #7B577F background

This text has black color on #7B577F background.


White color preview on #7B577F background

This text has white color on #7B577F background.


Related colors

Complementary color

Complementary color for #hex is #84A880.


I love getcolorcode.com

Triadic colors

1 #7F7B57 and #577F7B with #7B577F are triadic colors.

2 #7F577B and #577B7F with #7B577F are triadic colors.