COLOR #7B5787

HEX: #7B5787
RGB: (123,87,135)

Color info

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

RGB color model

#7B5787 color RGB value is (123,87,135).

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

RGB channels and saturation

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

123
87
135

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

Portions of RGB colors in percentages

R + G + B =
123 + 87 + 135 = 345 (100%)
R 123 of 345 ~ 35.65%
G 87 of 345 ~ 25.22%
B 135 of 345 ~ 39.13%

%35.65
%25.22
%39.13

CMYK color model

#7B5787 color CMYK value is (9,36,0,47).

  • cyan value is 8.89%
  • magenta value is 35.56%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(9,36,0,47)
C9M36Y0K47 
(9%,36%,0%,47%)
(0.09/0.36/0.00/0.47)	

CMYK percentages

%8.89
%35.56
%0
%47.06

Codes

Color #7B5787 in popluar color models

7B5787
RGB12387135
HSL285°21.62%43.53%
HSB/HSV285°35.56%52.94%
CMYK8.89%35.56%0.00%
47.06%

Color #7B5787 in popluar number systems.

HEX7B5787
Decimal12387135
Binary1111011101011110000111
Octal173127207

Shades and tints

Shades of #7B5787

#7B5787
(123,87,135)
#70507B
(112,80,123)
#65496F
(101,73,111)
#5A4263
(90,66,99)
#4F3B57
(79,59,87)
#44344B
(68,52,75)
#392D3F
(57,45,63)
#2E2633
(46,38,51)
#231F27
(35,31,39)
#18181B
(24,24,27)
#0D110F
(13,17,15)
#000000
(0,0,0)

Tints of #7B5787

#7B5787
(123,87,135)
#876691
(135,102,145)
#93759B
(147,117,155)
#9F84A5
(159,132,165)
#AB93AF
(171,147,175)
#B7A2B9
(183,162,185)
#C3B1C3
(195,177,195)
#CFC0CD
(207,192,205)
#DBCFD7
(219,207,215)
#E7DEE1
(231,222,225)
#F3EDEB
(243,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B5787; }

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

This text font color is #7B5787.


Background Color

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

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

This div background color is #7B5787.


Border color

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

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

This div border color is #7B5787.


Opacity

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

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

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

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

This text has shadow with #7B5787 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B5787 on black background.


Color preview on white background

This text has color #7B5787 on white background.



Black color preview on #7B5787 background

This text has black color on #7B5787 background.


White color preview on #7B5787 background

This text has white color on #7B5787 background.