COLOR #7B6996

HEX: #7B6996
RGB: (123,105,150)

Color info

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

RGB color model

#7B6996 color RGB value is (123,105,150).

  • red value is 123;
  • green value is 105;
  • blue value is 150.
RGB:
(123,105,150)
(48%,41%,59%)

RGB channels and saturation

R 123 of 255 = 48%
G 105 of 255 = 41%
B 150 of 255 = 59%

123
105
150

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

Portions of RGB colors in percentages

R + G + B =
123 + 105 + 150 = 378 (100%)
R 123 of 378 ~ 32.54%
G 105 of 378 ~ 27.78%
B 150 of 378 ~ 39.68%

%32.54
%27.78
%39.68

CMYK color model

#7B6996 color CMYK value is (18,30,0,41).

  • cyan value is 18.00%
  • magenta value is 30.00%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(18,30,0,41)
C18M30Y0K41 
(18%,30%,0%,41%)
(0.18/0.30/0.00/0.41)	

CMYK percentages

%18
%30
%0
%41.18

Codes

Color #7B6996 in popluar color models

7B6996
RGB123105150
HSL264°17.65%50.00%
HSB/HSV264°30.00%58.82%
CMYK18.00%30.00%0.00%
41.18%

Color #7B6996 in popluar number systems.

HEX7B6996
Decimal123105150
Binary1111011110100110010110
Octal173151226

Shades and tints

Shades of #7B6996

#7B6996
(123,105,150)
#706089
(112,96,137)
#65577C
(101,87,124)
#5A4E6F
(90,78,111)
#4F4562
(79,69,98)
#443C55
(68,60,85)
#393348
(57,51,72)
#2E2A3B
(46,42,59)
#23212E
(35,33,46)
#181821
(24,24,33)
#0D0F14
(13,15,20)
#000000
(0,0,0)

Tints of #7B6996

#7B6996
(123,105,150)
#87769F
(135,118,159)
#9383A8
(147,131,168)
#9F90B1
(159,144,177)
#AB9DBA
(171,157,186)
#B7AAC3
(183,170,195)
#C3B7CC
(195,183,204)
#CFC4D5
(207,196,213)
#DBD1DE
(219,209,222)
#E7DEE7
(231,222,231)
#F3EBF0
(243,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B6996 color. Also use rgb(123,105,150) instead hex code.

Text Font Color

.myTextColor { color: #7B6996; }

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

This text font color is #7B6996.


Background Color

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

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

This div background color is #7B6996.


Border color

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

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

This div border color is #7B6996.


Opacity

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

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

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

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

This text has shadow with #7B6996 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B6996 on black background.


Color preview on white background

This text has color #7B6996 on white background.



Black color preview on #7B6996 background

This text has black color on #7B6996 background.


White color preview on #7B6996 background

This text has white color on #7B6996 background.