COLOR #7B5786

HEX: #7B5786
RGB: (123,87,134)

Color info

#7B5786 contains red, green and blue colors in about the same proportion. Web safe color of #7B5786 is #666699 (or #669).

RGB color model

#7B5786 color RGB value is (123,87,134).

  • red value is 123;
  • green value is 87;
  • blue value is 134.
RGB:
(123,87,134)
(48%,34%,53%)

RGB channels and saturation

R 123 of 255 = 48%
G 87 of 255 = 34%
B 134 of 255 = 53%

123
87
134

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

Portions of RGB colors in percentages

R + G + B =
123 + 87 + 134 = 344 (100%)
R 123 of 344 ~ 35.76%
G 87 of 344 ~ 25.29%
B 134 of 344 ~ 38.95%

%35.76
%25.29
%38.95

CMYK color model

#7B5786 color CMYK value is (8,35,0,47).

  • cyan value is 8.21%
  • magenta value is 35.07%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(8,35,0,47)
C8M35Y0K47 
(8%,35%,0%,47%)
(0.08/0.35/0.00/0.47)	

CMYK percentages

%8.21
%35.07
%0
%47.45

Codes

Color #7B5786 in popluar color models

7B5786
RGB12387134
HSL286°21.27%43.33%
HSB/HSV286°35.07%52.55%
CMYK8.21%35.07%0.00%
47.45%

Color #7B5786 in popluar number systems.

HEX7B5786
Decimal12387134
Binary1111011101011110000110
Octal173127206

Shades and tints

Shades of #7B5786

#7B5786
(123,87,134)
#70507A
(112,80,122)
#65496E
(101,73,110)
#5A4262
(90,66,98)
#4F3B56
(79,59,86)
#44344A
(68,52,74)
#392D3E
(57,45,62)
#2E2632
(46,38,50)
#231F26
(35,31,38)
#18181A
(24,24,26)
#0D110E
(13,17,14)
#000000
(0,0,0)

Tints of #7B5786

#7B5786
(123,87,134)
#876691
(135,102,145)
#93759C
(147,117,156)
#9F84A7
(159,132,167)
#AB93B2
(171,147,178)
#B7A2BD
(183,162,189)
#C3B1C8
(195,177,200)
#CFC0D3
(207,192,211)
#DBCFDE
(219,207,222)
#E7DEE9
(231,222,233)
#F3EDF4
(243,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B5786 color. Also use rgb(123,87,134) instead hex code.

Text Font Color

.myTextColor { color: #7B5786; }

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

This text font color is #7B5786.


Background Color

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

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

This div background color is #7B5786.


Border color

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

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

This div border color is #7B5786.


Opacity

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

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

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

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

This text has shadow with #7B5786 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B5786 on black background.


Color preview on white background

This text has color #7B5786 on white background.



Black color preview on #7B5786 background

This text has black color on #7B5786 background.


White color preview on #7B5786 background

This text has white color on #7B5786 background.