COLOR #7B4777

HEX: #7B4777 RGB: (123,71,119)

Color info

#7B4777 contains red, green and blue colors in about the same proportion. Web safe color of #7B4777 is #663366 (or #636).

RGB color model

#7B4777 color RGB value is (123,71,119).

RGB: (123,71,119) (48%, 28%, 47%)

RGB channels and saturation

R 123 of 255 = 48%
G 71 of 255 = 28%
B 119 of 255 = 47%

123
71
119

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

Portions of RGB colors in percentages

R + G + B = 123 + 71 + 119 = 313 (100%)
R 123 of 313 ~ 39.3%
G 71 of 313 ~ 22.68%
B 119 of 313 ~ 38.02'%

%39.3
%22.68
%38.02

CMYK color model

#7B4777 color CMYK value is (0,42,3,52).

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

CMYK: (0,42,3,52)
C0M42Y3K52 (0%, 42%, 3%, 52%)
(0.00 / 0.42 / 0.03 / 0.52)

CMYK percentages

%0
%42.28
%3.25
%51.76

Codes

Color #7B4777 in popluar color models

7B 47 77
RGB 123 71 119
HSL 305° 26.80% 38.04%
HSB/HSV 305° 42.28% 48.24%
CMYK 0.00% 42.28% 3.25%
51.76%

Color #7B4777 in popluar number systems.

HEX 7B 47 77
Decimal 123 71 119
Binary 1111011 1000111 1110111
Octal 173 107 167

Shades and tints

Shades of #7B4777

#7B4777
(123,71,119)
#70416D
(112,65,109)
#653B63
(101,59,99)
#5A3559
(90,53,89)
#4F2F4F
(79,47,79)
#442945
(68,41,69)
#39233B
(57,35,59)
#2E1D31
(46,29,49)
#231727
(35,23,39)
#18111D
(24,17,29)
#0D0B13
(13,11,19)
#000000
(0,0,0)

Tints of #7B4777

#7B4777
(123,71,119)
#875783
(135,87,131)
#93678F
(147,103,143)
#9F779B
(159,119,155)
#AB87A7
(171,135,167)
#B797B3
(183,151,179)
#C3A7BF
(195,167,191)
#CFB7CB
(207,183,203)
#DBC7D7
(219,199,215)
#E7D7E3
(231,215,227)
#F3E7EF
(243,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B4777; }

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

This text font color is #7B4777.

Background Color

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

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

This div background color is #7B4777.

Border color

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

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

This div border color is #7B4777.

Opacity

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

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

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

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

This text has shadow with #7B4777 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B4777.

Preview

Color preview on black background

This text has color #7B4777 on black background.


Color preview on white background

This text has color #7B4777 on white background.


Black color preview on #7B4777 background

This text has black color on #7B4777 background.


White color preview on #7B4777 background

This text has white color on #7B4777 background.


Related colors

Complementary color

Complementary color for #hex is #84B888.


I love getcolorcode.com

Triadic colors

1 #777B47 and #47777B with #7B4777 are triadic colors.

2 #77477B and #477B77 with #7B4777 are triadic colors.