COLOR #7B5795

HEX: #7B5795
RGB: (123,87,149)

Color info

#7B5795 contains mainly red and blue colors. Web safe color of #7B5795 is #666699 (or #669).

RGB color model

#7B5795 color RGB value is (123,87,149).

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

RGB channels and saturation

R 123 of 255 = 48%
G 87 of 255 = 34%
B 149 of 255 = 58%

123
87
149

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

Portions of RGB colors in percentages

R + G + B =
123 + 87 + 149 = 359 (100%)
R 123 of 359 ~ 34.26%
G 87 of 359 ~ 24.23%
B 149 of 359 ~ 41.5%

%34.26
%24.23
%41.5

CMYK color model

#7B5795 color CMYK value is (17,42,0,42).

  • cyan value is 17.45%
  • magenta value is 41.61%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(17,42,0,42)
C17M42Y0K42 
(17%,42%,0%,42%)
(0.17/0.42/0.00/0.42)	

CMYK percentages

%17.45
%41.61
%0
%41.57

Codes

Color #7B5795 in popluar color models

7B5795
RGB12387149
HSL275°26.27%46.27%
HSB/HSV275°41.61%58.43%
CMYK17.45%41.61%0.00%
41.57%

Color #7B5795 in popluar number systems.

HEX7B5795
Decimal12387149
Binary1111011101011110010101
Octal173127225

Shades and tints

Shades of #7B5795

#7B5795
(123,87,149)
#705088
(112,80,136)
#65497B
(101,73,123)
#5A426E
(90,66,110)
#4F3B61
(79,59,97)
#443454
(68,52,84)
#392D47
(57,45,71)
#2E263A
(46,38,58)
#231F2D
(35,31,45)
#181820
(24,24,32)
#0D1113
(13,17,19)
#000000
(0,0,0)

Tints of #7B5795

#7B5795
(123,87,149)
#87669E
(135,102,158)
#9375A7
(147,117,167)
#9F84B0
(159,132,176)
#AB93B9
(171,147,185)
#B7A2C2
(183,162,194)
#C3B1CB
(195,177,203)
#CFC0D4
(207,192,212)
#DBCFDD
(219,207,221)
#E7DEE6
(231,222,230)
#F3EDEF
(243,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B5795; }

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

This text font color is #7B5795.


Background Color

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

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

This div background color is #7B5795.


Border color

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

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

This div border color is #7B5795.


Opacity

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

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

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

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

This text has shadow with #7B5795 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B5795 on black background.


Color preview on white background

This text has color #7B5795 on white background.



Black color preview on #7B5795 background

This text has black color on #7B5795 background.


White color preview on #7B5795 background

This text has white color on #7B5795 background.