COLOR #7B537A

HEX: #7B537A
RGB: (123,83,122)

Color info

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

RGB color model

#7B537A color RGB value is (123,83,122).

  • red value is 123;
  • green value is 83;
  • blue value is 122.
RGB:
(123,83,122)
(48%,33%,48%)

RGB channels and saturation

R 123 of 255 = 48%
G 83 of 255 = 33%
B 122 of 255 = 48%

123
83
122

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

Portions of RGB colors in percentages

R + G + B =
123 + 83 + 122 = 328 (100%)
R 123 of 328 ~ 37.5%
G 83 of 328 ~ 25.3%
B 122 of 328 ~ 37.2%

%37.5
%25.3
%37.2

CMYK color model

#7B537A color CMYK value is (0,33,1,52).

  • cyan value is 0.00%
  • magenta value is 32.52%
  • yellow value is 0.81%
  • key color value is 51.76%
CMYK:
(0,33,1,52)
C0M33Y1K52 
(0%,33%,1%,52%)
(0.00/0.33/0.01/0.52)	

CMYK percentages

%0
%32.52
%0.81
%51.76

Codes

Color #7B537A in popluar color models

7B537A
RGB12383122
HSL302°19.42%40.39%
HSB/HSV302°32.52%48.24%
CMYK0.00%32.52%0.81%
51.76%

Color #7B537A in popluar number systems.

HEX7B537A
Decimal12383122
Binary111101110100111111010
Octal173123172

Shades and tints

Shades of #7B537A

#7B537A
(123,83,122)
#704C6F
(112,76,111)
#654564
(101,69,100)
#5A3E59
(90,62,89)
#4F374E
(79,55,78)
#443043
(68,48,67)
#392938
(57,41,56)
#2E222D
(46,34,45)
#231B22
(35,27,34)
#181417
(24,20,23)
#0D0D0C
(13,13,12)
#000000
(0,0,0)

Tints of #7B537A

#7B537A
(123,83,122)
#876286
(135,98,134)
#937192
(147,113,146)
#9F809E
(159,128,158)
#AB8FAA
(171,143,170)
#B79EB6
(183,158,182)
#C3ADC2
(195,173,194)
#CFBCCE
(207,188,206)
#DBCBDA
(219,203,218)
#E7DAE6
(231,218,230)
#F3E9F2
(243,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B537A; }

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

This text font color is #7B537A.


Background Color

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

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

This div background color is #7B537A.


Border color

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

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

This div border color is #7B537A.


Opacity

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

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

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

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

This text has shadow with #7B537A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B537A on black background.


Color preview on white background

This text has color #7B537A on white background.



Black color preview on #7B537A background

This text has black color on #7B537A background.


White color preview on #7B537A background

This text has white color on #7B537A background.