COLOR #7B5A73

HEX: #7B5A73
RGB: (123,90,115)

Color info

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

RGB color model

#7B5A73 color RGB value is (123,90,115).

  • red value is 123;
  • green value is 90;
  • blue value is 115.
RGB:
(123,90,115)
(48%,35%,45%)

RGB channels and saturation

R 123 of 255 = 48%
G 90 of 255 = 35%
B 115 of 255 = 45%

123
90
115

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

Portions of RGB colors in percentages

R + G + B =
123 + 90 + 115 = 328 (100%)
R 123 of 328 ~ 37.5%
G 90 of 328 ~ 27.44%
B 115 of 328 ~ 35.06%

%37.5
%27.44
%35.06

CMYK color model

#7B5A73 color CMYK value is (0,27,7,52).

  • cyan value is 0.00%
  • magenta value is 26.83%
  • yellow value is 6.50%
  • key color value is 51.76%
CMYK:
(0,27,7,52)
C0M27Y7K52 
(0%,27%,7%,52%)
(0.00/0.27/0.07/0.52)	

CMYK percentages

%0
%26.83
%6.5
%51.76

Codes

Color #7B5A73 in popluar color models

7B5A73
RGB12390115
HSL315°15.49%41.76%
HSB/HSV315°26.83%48.24%
CMYK0.00%26.83%6.50%
51.76%

Color #7B5A73 in popluar number systems.

HEX7B5A73
Decimal12390115
Binary111101110110101110011
Octal173132163

Shades and tints

Shades of #7B5A73

#7B5A73
(123,90,115)
#705269
(112,82,105)
#654A5F
(101,74,95)
#5A4255
(90,66,85)
#4F3A4B
(79,58,75)
#443241
(68,50,65)
#392A37
(57,42,55)
#2E222D
(46,34,45)
#231A23
(35,26,35)
#181219
(24,18,25)
#0D0A0F
(13,10,15)
#000000
(0,0,0)

Tints of #7B5A73

#7B5A73
(123,90,115)
#87697F
(135,105,127)
#93788B
(147,120,139)
#9F8797
(159,135,151)
#AB96A3
(171,150,163)
#B7A5AF
(183,165,175)
#C3B4BB
(195,180,187)
#CFC3C7
(207,195,199)
#DBD2D3
(219,210,211)
#E7E1DF
(231,225,223)
#F3F0EB
(243,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B5A73 color. Also use rgb(123,90,115) instead hex code.

Text Font Color

.myTextColor { color: #7B5A73; }

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

This text font color is #7B5A73.


Background Color

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

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

This div background color is #7B5A73.


Border color

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

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

This div border color is #7B5A73.


Opacity

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

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

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

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

This text has shadow with #7B5A73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B5A73 on black background.


Color preview on white background

This text has color #7B5A73 on white background.



Black color preview on #7B5A73 background

This text has black color on #7B5A73 background.


White color preview on #7B5A73 background

This text has white color on #7B5A73 background.