COLOR #7B5E78

HEX: #7B5E78
RGB: (123,94,120)

Color info

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

RGB color model

#7B5E78 color RGB value is (123,94,120).

  • red value is 123;
  • green value is 94;
  • blue value is 120.
RGB:
(123,94,120)
(48%,37%,47%)

RGB channels and saturation

R 123 of 255 = 48%
G 94 of 255 = 37%
B 120 of 255 = 47%

123
94
120

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

Portions of RGB colors in percentages

R + G + B =
123 + 94 + 120 = 337 (100%)
R 123 of 337 ~ 36.5%
G 94 of 337 ~ 27.89%
B 120 of 337 ~ 35.61%

%36.5
%27.89
%35.61

CMYK color model

#7B5E78 color CMYK value is (0,24,2,52).

  • cyan value is 0.00%
  • magenta value is 23.58%
  • yellow value is 2.44%
  • key color value is 51.76%
CMYK:
(0,24,2,52)
C0M24Y2K52 
(0%,24%,2%,52%)
(0.00/0.24/0.02/0.52)	

CMYK percentages

%0
%23.58
%2.44
%51.76

Codes

Color #7B5E78 in popluar color models

7B5E78
RGB12394120
HSL306°13.36%42.55%
HSB/HSV306°23.58%48.24%
CMYK0.00%23.58%2.44%
51.76%

Color #7B5E78 in popluar number systems.

HEX7B5E78
Decimal12394120
Binary111101110111101111000
Octal173136170

Shades and tints

Shades of #7B5E78

#7B5E78
(123,94,120)
#70566E
(112,86,110)
#654E64
(101,78,100)
#5A465A
(90,70,90)
#4F3E50
(79,62,80)
#443646
(68,54,70)
#392E3C
(57,46,60)
#2E2632
(46,38,50)
#231E28
(35,30,40)
#18161E
(24,22,30)
#0D0E14
(13,14,20)
#000000
(0,0,0)

Tints of #7B5E78

#7B5E78
(123,94,120)
#876C84
(135,108,132)
#937A90
(147,122,144)
#9F889C
(159,136,156)
#AB96A8
(171,150,168)
#B7A4B4
(183,164,180)
#C3B2C0
(195,178,192)
#CFC0CC
(207,192,204)
#DBCED8
(219,206,216)
#E7DCE4
(231,220,228)
#F3EAF0
(243,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B5E78 color. Also use rgb(123,94,120) instead hex code.

Text Font Color

.myTextColor { color: #7B5E78; }

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

This text font color is #7B5E78.


Background Color

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

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

This div background color is #7B5E78.


Border color

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

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

This div border color is #7B5E78.


Opacity

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

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

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

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

This text has shadow with #7B5E78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B5E78 on black background.


Color preview on white background

This text has color #7B5E78 on white background.



Black color preview on #7B5E78 background

This text has black color on #7B5E78 background.


White color preview on #7B5E78 background

This text has white color on #7B5E78 background.