COLOR #7B577B

HEX: #7B577B
RGB: (123,87,123)

Color info

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

RGB color model

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

  • red value is 123;
  • green value is 87;
  • blue value is 123.
RGB:
(123,87,123)
(48%,34%,48%)

RGB channels and saturation

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

123
87
123

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

Portions of RGB colors in percentages

R + G + B =
123 + 87 + 123 = 333 (100%)
R 123 of 333 ~ 36.94%
G 87 of 333 ~ 26.13%
B 123 of 333 ~ 36.94%

%36.94
%26.13
%36.94

CMYK color model

#7B577B color CMYK value is (0,29,0,52).

  • cyan value is 0.00%
  • magenta value is 29.27%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(0,29,0,52)
C0M29Y0K52 
(0%,29%,0%,52%)
(0.00/0.29/0.00/0.52)	

CMYK percentages

%0
%29.27
%0
%51.76

Codes

Color #7B577B in popluar color models

7B577B
RGB12387123
HSL300°17.14%41.18%
HSB/HSV300°29.27%48.24%
CMYK0.00%29.27%0.00%
51.76%

Color #7B577B in popluar number systems.

HEX7B577B
Decimal12387123
Binary111101110101111111011
Octal173127173

Shades and tints

Shades of #7B577B

#7B577B
(123,87,123)
#705070
(112,80,112)
#654965
(101,73,101)
#5A425A
(90,66,90)
#4F3B4F
(79,59,79)
#443444
(68,52,68)
#392D39
(57,45,57)
#2E262E
(46,38,46)
#231F23
(35,31,35)
#181818
(24,24,24)
#0D110D
(13,17,13)
#000000
(0,0,0)

Tints of #7B577B

#7B577B
(123,87,123)
#876687
(135,102,135)
#937593
(147,117,147)
#9F849F
(159,132,159)
#AB93AB
(171,147,171)
#B7A2B7
(183,162,183)
#C3B1C3
(195,177,195)
#CFC0CF
(207,192,207)
#DBCFDB
(219,207,219)
#E7DEE7
(231,222,231)
#F3EDF3
(243,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B577B; }

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

This text font color is #7B577B.


Background Color

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

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

This div background color is #7B577B.


Border color

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

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

This div border color is #7B577B.


Opacity

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

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

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

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

This text has shadow with #7B577B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B577B on black background.


Color preview on white background

This text has color #7B577B on white background.



Black color preview on #7B577B background

This text has black color on #7B577B background.


White color preview on #7B577B background

This text has white color on #7B577B background.