COLOR #7B5479

HEX: #7B5479
RGB: (123,84,121)

Color info

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

RGB color model

#7B5479 color RGB value is (123,84,121).

  • red value is 123;
  • green value is 84;
  • blue value is 121.
RGB:
(123,84,121)
(48%,33%,47%)

RGB channels and saturation

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

123
84
121

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

Portions of RGB colors in percentages

R + G + B =
123 + 84 + 121 = 328 (100%)
R 123 of 328 ~ 37.5%
G 84 of 328 ~ 25.61%
B 121 of 328 ~ 36.89%

%37.5
%25.61
%36.89

CMYK color model

#7B5479 color CMYK value is (0,32,2,52).

  • cyan value is 0.00%
  • magenta value is 31.71%
  • yellow value is 1.63%
  • key color value is 51.76%
CMYK:
(0,32,2,52)
C0M32Y2K52 
(0%,32%,2%,52%)
(0.00/0.32/0.02/0.52)	

CMYK percentages

%0
%31.71
%1.63
%51.76

Codes

Color #7B5479 in popluar color models

7B5479
RGB12384121
HSL303°18.84%40.59%
HSB/HSV303°31.71%48.24%
CMYK0.00%31.71%1.63%
51.76%

Color #7B5479 in popluar number systems.

HEX7B5479
Decimal12384121
Binary111101110101001111001
Octal173124171

Shades and tints

Shades of #7B5479

#7B5479
(123,84,121)
#704D6E
(112,77,110)
#654663
(101,70,99)
#5A3F58
(90,63,88)
#4F384D
(79,56,77)
#443142
(68,49,66)
#392A37
(57,42,55)
#2E232C
(46,35,44)
#231C21
(35,28,33)
#181516
(24,21,22)
#0D0E0B
(13,14,11)
#000000
(0,0,0)

Tints of #7B5479

#7B5479
(123,84,121)
#876385
(135,99,133)
#937291
(147,114,145)
#9F819D
(159,129,157)
#AB90A9
(171,144,169)
#B79FB5
(183,159,181)
#C3AEC1
(195,174,193)
#CFBDCD
(207,189,205)
#DBCCD9
(219,204,217)
#E7DBE5
(231,219,229)
#F3EAF1
(243,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B5479; }

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

This text font color is #7B5479.


Background Color

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

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

This div background color is #7B5479.


Border color

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

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

This div border color is #7B5479.


Opacity

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

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

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

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

This text has shadow with #7B5479 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B5479 on black background.


Color preview on white background

This text has color #7B5479 on white background.



Black color preview on #7B5479 background

This text has black color on #7B5479 background.


White color preview on #7B5479 background

This text has white color on #7B5479 background.