COLOR #7B699B

HEX: #7B699B
RGB: (123,105,155)

Color info

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

RGB color model

#7B699B color RGB value is (123,105,155).

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

RGB channels and saturation

R 123 of 255 = 48%
G 105 of 255 = 41%
B 155 of 255 = 61%

123
105
155

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

Portions of RGB colors in percentages

R + G + B =
123 + 105 + 155 = 383 (100%)
R 123 of 383 ~ 32.11%
G 105 of 383 ~ 27.42%
B 155 of 383 ~ 40.47%

%32.11
%27.42
%40.47

CMYK color model

#7B699B color CMYK value is (21,32,0,39).

  • cyan value is 20.65%
  • magenta value is 32.26%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(21,32,0,39)
C21M32Y0K39 
(21%,32%,0%,39%)
(0.21/0.32/0.00/0.39)	

CMYK percentages

%20.65
%32.26
%0
%39.22

Codes

Color #7B699B in popluar color models

7B699B
RGB123105155
HSL262°20.00%50.98%
HSB/HSV262°32.26%60.78%
CMYK20.65%32.26%0.00%
39.22%

Color #7B699B in popluar number systems.

HEX7B699B
Decimal123105155
Binary1111011110100110011011
Octal173151233

Shades and tints

Shades of #7B699B

#7B699B
(123,105,155)
#70608D
(112,96,141)
#65577F
(101,87,127)
#5A4E71
(90,78,113)
#4F4563
(79,69,99)
#443C55
(68,60,85)
#393347
(57,51,71)
#2E2A39
(46,42,57)
#23212B
(35,33,43)
#18181D
(24,24,29)
#0D0F0F
(13,15,15)
#000000
(0,0,0)

Tints of #7B699B

#7B699B
(123,105,155)
#8776A4
(135,118,164)
#9383AD
(147,131,173)
#9F90B6
(159,144,182)
#AB9DBF
(171,157,191)
#B7AAC8
(183,170,200)
#C3B7D1
(195,183,209)
#CFC4DA
(207,196,218)
#DBD1E3
(219,209,227)
#E7DEEC
(231,222,236)
#F3EBF5
(243,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B699B; }

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

This text font color is #7B699B.


Background Color

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

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

This div background color is #7B699B.


Border color

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

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

This div border color is #7B699B.


Opacity

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

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

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

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

This text has shadow with #7B699B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B699B on black background.


Color preview on white background

This text has color #7B699B on white background.



Black color preview on #7B699B background

This text has black color on #7B699B background.


White color preview on #7B699B background

This text has white color on #7B699B background.