COLOR #7B7391

HEX: #7B7391
RGB: (123,115,145)

Color info

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

RGB color model

#7B7391 color RGB value is (123,115,145).

  • red value is 123;
  • green value is 115;
  • blue value is 145.
RGB:
(123,115,145)
(48%,45%,57%)

RGB channels and saturation

R 123 of 255 = 48%
G 115 of 255 = 45%
B 145 of 255 = 57%

123
115
145

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

Portions of RGB colors in percentages

R + G + B =
123 + 115 + 145 = 383 (100%)
R 123 of 383 ~ 32.11%
G 115 of 383 ~ 30.03%
B 145 of 383 ~ 37.86%

%32.11
%30.03
%37.86

CMYK color model

#7B7391 color CMYK value is (15,21,0,43).

  • cyan value is 15.17%
  • magenta value is 20.69%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(15,21,0,43)
C15M21Y0K43 
(15%,21%,0%,43%)
(0.15/0.21/0.00/0.43)	

CMYK percentages

%15.17
%20.69
%0
%43.14

Codes

Color #7B7391 in popluar color models

7B7391
RGB123115145
HSL256°12.00%50.98%
HSB/HSV256°20.69%56.86%
CMYK15.17%20.69%0.00%
43.14%

Color #7B7391 in popluar number systems.

HEX7B7391
Decimal123115145
Binary1111011111001110010001
Octal173163221

Shades and tints

Shades of #7B7391

#7B7391
(123,115,145)
#706984
(112,105,132)
#655F77
(101,95,119)
#5A556A
(90,85,106)
#4F4B5D
(79,75,93)
#444150
(68,65,80)
#393743
(57,55,67)
#2E2D36
(46,45,54)
#232329
(35,35,41)
#18191C
(24,25,28)
#0D0F0F
(13,15,15)
#000000
(0,0,0)

Tints of #7B7391

#7B7391
(123,115,145)
#877F9B
(135,127,155)
#938BA5
(147,139,165)
#9F97AF
(159,151,175)
#ABA3B9
(171,163,185)
#B7AFC3
(183,175,195)
#C3BBCD
(195,187,205)
#CFC7D7
(207,199,215)
#DBD3E1
(219,211,225)
#E7DFEB
(231,223,235)
#F3EBF5
(243,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B7391 color. Also use rgb(123,115,145) instead hex code.

Text Font Color

.myTextColor { color: #7B7391; }

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

This text font color is #7B7391.


Background Color

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

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

This div background color is #7B7391.


Border color

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

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

This div border color is #7B7391.


Opacity

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

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

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

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

This text has shadow with #7B7391 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B7391 on black background.


Color preview on white background

This text has color #7B7391 on white background.



Black color preview on #7B7391 background

This text has black color on #7B7391 background.


White color preview on #7B7391 background

This text has white color on #7B7391 background.