COLOR #7B5477

HEX: #7B5477 RGB: (123,84,119)

Color info

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

RGB color model

#7B5477 color RGB value is (123,84,119).

RGB: (123,84,119) (48%, 33%, 47%)

RGB channels and saturation

R 123 of 255 = 48%
G 84 of 255 = 33%
B 119 of 255 = 47%

123
84
119

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

Portions of RGB colors in percentages

R + G + B = 123 + 84 + 119 = 326 (100%)
R 123 of 326 ~ 37.73%
G 84 of 326 ~ 25.77%
B 119 of 326 ~ 36.5'%

%37.73
%25.77
%36.5

CMYK color model

#7B5477 color CMYK value is (0,32,3,52).

  • cyan value is 0.00%
  • magenta value is 31.71%
  • yellow value is 3.25%
  • key color value is 51.76%

CMYK: (0,32,3,52)
C0M32Y3K52 (0%, 32%, 3%, 52%)
(0.00 / 0.32 / 0.03 / 0.52)

CMYK percentages

%0
%31.71
%3.25
%51.76

Codes

Color #7B5477 in popluar color models

7B 54 77
RGB 123 84 119
HSL 306° 18.84% 40.59%
HSB/HSV 306° 31.71% 48.24%
CMYK 0.00% 31.71% 3.25%
51.76%

Color #7B5477 in popluar number systems.

HEX 7B 54 77
Decimal 123 84 119
Binary 1111011 1010100 1110111
Octal 173 124 167

Shades and tints

Shades of #7B5477

#7B5477
(123,84,119)
#704D6D
(112,77,109)
#654663
(101,70,99)
#5A3F59
(90,63,89)
#4F384F
(79,56,79)
#443145
(68,49,69)
#392A3B
(57,42,59)
#2E2331
(46,35,49)
#231C27
(35,28,39)
#18151D
(24,21,29)
#0D0E13
(13,14,19)
#000000
(0,0,0)

Tints of #7B5477

#7B5477
(123,84,119)
#876383
(135,99,131)
#93728F
(147,114,143)
#9F819B
(159,129,155)
#AB90A7
(171,144,167)
#B79FB3
(183,159,179)
#C3AEBF
(195,174,191)
#CFBDCB
(207,189,203)
#DBCCD7
(219,204,215)
#E7DBE3
(231,219,227)
#F3EAEF
(243,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B5477; }

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

This text font color is #7B5477.

Background Color

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

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

This div background color is #7B5477.

Border color

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

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

This div border color is #7B5477.

Opacity

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

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

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

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

This text has shadow with #7B5477 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B5477.

Preview

Color preview on black background

This text has color #7B5477 on black background.


Color preview on white background

This text has color #7B5477 on white background.


Black color preview on #7B5477 background

This text has black color on #7B5477 background.


White color preview on #7B5477 background

This text has white color on #7B5477 background.


Related colors

Complementary color

Complementary color for #hex is #84AB88.


I love getcolorcode.com

Triadic colors

1 #777B54 and #54777B with #7B5477 are triadic colors.

2 #77547B and #547B77 with #7B5477 are triadic colors.