COLOR #7B7791

HEX: #7B7791 RGB: (123,119,145)

Color info

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

RGB color model

#7B7791 color RGB value is (123,119,145).

RGB: (123,119,145) (48%, 47%, 57%)

RGB channels and saturation

R 123 of 255 = 48%
G 119 of 255 = 47%
B 145 of 255 = 57%

123
119
145

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

Portions of RGB colors in percentages

R + G + B = 123 + 119 + 145 = 387 (100%)
R 123 of 387 ~ 31.78%
G 119 of 387 ~ 30.75%
B 145 of 387 ~ 37.47'%

%31.78
%30.75
%37.47

CMYK color model

#7B7791 color CMYK value is (15,18,0,43).

  • cyan value is 15.17%
  • magenta value is 17.93%
  • yellow value is 0.00%
  • key color value is 43.14%

CMYK: (15,18,0,43)
C15M18Y0K43 (15%, 18%, 0%, 43%)
(0.15 / 0.18 / 0.00 / 0.43)

CMYK percentages

%15.17
%17.93
%0
%43.14

Codes

Color #7B7791 in popluar color models

7B 77 91
RGB 123 119 145
HSL 249° 10.57% 51.76%
HSB/HSV 249° 17.93% 56.86%
CMYK 15.17% 17.93% 0.00%
43.14%

Color #7B7791 in popluar number systems.

HEX 7B 77 91
Decimal 123 119 145
Binary 1111011 1110111 10010001
Octal 173 167 221

Shades and tints

Shades of #7B7791

#7B7791
(123,119,145)
#706D84
(112,109,132)
#656377
(101,99,119)
#5A596A
(90,89,106)
#4F4F5D
(79,79,93)
#444550
(68,69,80)
#393B43
(57,59,67)
#2E3136
(46,49,54)
#232729
(35,39,41)
#181D1C
(24,29,28)
#0D130F
(13,19,15)
#000000
(0,0,0)

Tints of #7B7791

#7B7791
(123,119,145)
#87839B
(135,131,155)
#938FA5
(147,143,165)
#9F9BAF
(159,155,175)
#ABA7B9
(171,167,185)
#B7B3C3
(183,179,195)
#C3BFCD
(195,191,205)
#CFCBD7
(207,203,215)
#DBD7E1
(219,215,225)
#E7E3EB
(231,227,235)
#F3EFF5
(243,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B7791; }

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

This text font color is #7B7791.

Background Color

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

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

This div background color is #7B7791.

Border color

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

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

This div border color is #7B7791.

Opacity

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

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

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

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

This text has shadow with #7B7791 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B7791.

Preview

Color preview on black background

This text has color #7B7791 on black background.


Color preview on white background

This text has color #7B7791 on white background.


Black color preview on #7B7791 background

This text has black color on #7B7791 background.


White color preview on #7B7791 background

This text has white color on #7B7791 background.


Related colors

Complementary color

Complementary color for #hex is #84886E.


I love getcolorcode.com

Triadic colors

1 #917B77 and #77917B with #7B7791 are triadic colors.

2 #91777B and #777B91 with #7B7791 are triadic colors.