COLOR #7B7595

HEX: #7B7595
RGB: (123,117,149)

Color info

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

RGB color model

#7B7595 color RGB value is (123,117,149).

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

RGB channels and saturation

R 123 of 255 = 48%
G 117 of 255 = 46%
B 149 of 255 = 58%

123
117
149

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

Portions of RGB colors in percentages

R + G + B =
123 + 117 + 149 = 389 (100%)
R 123 of 389 ~ 31.62%
G 117 of 389 ~ 30.08%
B 149 of 389 ~ 38.3%

%31.62
%30.08
%38.3

CMYK color model

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

  • cyan value is 17.45%
  • magenta value is 21.48%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(17,21,0,42)
C17M21Y0K42 
(17%,21%,0%,42%)
(0.17/0.21/0.00/0.42)	

CMYK percentages

%17.45
%21.48
%0
%41.57

Codes

Color #7B7595 in popluar color models

7B7595
RGB123117149
HSL251°13.11%52.16%
HSB/HSV251°21.48%58.43%
CMYK17.45%21.48%0.00%
41.57%

Color #7B7595 in popluar number systems.

HEX7B7595
Decimal123117149
Binary1111011111010110010101
Octal173165225

Shades and tints

Shades of #7B7595

#7B7595
(123,117,149)
#706B88
(112,107,136)
#65617B
(101,97,123)
#5A576E
(90,87,110)
#4F4D61
(79,77,97)
#444354
(68,67,84)
#393947
(57,57,71)
#2E2F3A
(46,47,58)
#23252D
(35,37,45)
#181B20
(24,27,32)
#0D1113
(13,17,19)
#000000
(0,0,0)

Tints of #7B7595

#7B7595
(123,117,149)
#87819E
(135,129,158)
#938DA7
(147,141,167)
#9F99B0
(159,153,176)
#ABA5B9
(171,165,185)
#B7B1C2
(183,177,194)
#C3BDCB
(195,189,203)
#CFC9D4
(207,201,212)
#DBD5DD
(219,213,221)
#E7E1E6
(231,225,230)
#F3EDEF
(243,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B7595; }

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

This text font color is #7B7595.


Background Color

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

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

This div background color is #7B7595.


Border color

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

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

This div border color is #7B7595.


Opacity

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

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

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

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

This text has shadow with #7B7595 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B7595 on black background.


Color preview on white background

This text has color #7B7595 on white background.



Black color preview on #7B7595 background

This text has black color on #7B7595 background.


White color preview on #7B7595 background

This text has white color on #7B7595 background.