COLOR #7B5475

HEX: #7B5475
RGB: (123,84,117)

Color info

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

RGB color model

#7B5475 color RGB value is (123,84,117).

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

RGB channels and saturation

R 123 of 255 = 48%
G 84 of 255 = 33%
B 117 of 255 = 46%

123
84
117

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

Portions of RGB colors in percentages

R + G + B =
123 + 84 + 117 = 324 (100%)
R 123 of 324 ~ 37.96%
G 84 of 324 ~ 25.93%
B 117 of 324 ~ 36.11%

%37.96
%25.93
%36.11

CMYK color model

#7B5475 color CMYK value is (0,32,5,52).

  • cyan value is 0.00%
  • magenta value is 31.71%
  • yellow value is 4.88%
  • key color value is 51.76%
CMYK:
(0,32,5,52)
C0M32Y5K52 
(0%,32%,5%,52%)
(0.00/0.32/0.05/0.52)	

CMYK percentages

%0
%31.71
%4.88
%51.76

Codes

Color #7B5475 in popluar color models

7B5475
RGB12384117
HSL309°18.84%40.59%
HSB/HSV309°31.71%48.24%
CMYK0.00%31.71%4.88%
51.76%

Color #7B5475 in popluar number systems.

HEX7B5475
Decimal12384117
Binary111101110101001110101
Octal173124165

Shades and tints

Shades of #7B5475

#7B5475
(123,84,117)
#704D6B
(112,77,107)
#654661
(101,70,97)
#5A3F57
(90,63,87)
#4F384D
(79,56,77)
#443143
(68,49,67)
#392A39
(57,42,57)
#2E232F
(46,35,47)
#231C25
(35,28,37)
#18151B
(24,21,27)
#0D0E11
(13,14,17)
#000000
(0,0,0)

Tints of #7B5475

#7B5475
(123,84,117)
#876381
(135,99,129)
#93728D
(147,114,141)
#9F8199
(159,129,153)
#AB90A5
(171,144,165)
#B79FB1
(183,159,177)
#C3AEBD
(195,174,189)
#CFBDC9
(207,189,201)
#DBCCD5
(219,204,213)
#E7DBE1
(231,219,225)
#F3EAED
(243,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B5475; }

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

This text font color is #7B5475.


Background Color

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

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

This div background color is #7B5475.


Border color

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

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

This div border color is #7B5475.


Opacity

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

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

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

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

This text has shadow with #7B5475 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B5475 on black background.


Color preview on white background

This text has color #7B5475 on white background.



Black color preview on #7B5475 background

This text has black color on #7B5475 background.


White color preview on #7B5475 background

This text has white color on #7B5475 background.