COLOR #7B789F

HEX: #7B789F
RGB: (123,120,159)

Color info

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

RGB color model

#7B789F color RGB value is (123,120,159).

  • red value is 123;
  • green value is 120;
  • blue value is 159.
RGB:
(123,120,159)
(48%,47%,62%)

RGB channels and saturation

R 123 of 255 = 48%
G 120 of 255 = 47%
B 159 of 255 = 62%

123
120
159

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

Portions of RGB colors in percentages

R + G + B =
123 + 120 + 159 = 402 (100%)
R 123 of 402 ~ 30.6%
G 120 of 402 ~ 29.85%
B 159 of 402 ~ 39.55%

%30.6
%29.85
%39.55

CMYK color model

#7B789F color CMYK value is (23,25,0,38).

  • cyan value is 22.64%
  • magenta value is 24.53%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(23,25,0,38)
C23M25Y0K38 
(23%,25%,0%,38%)
(0.23/0.25/0.00/0.38)	

CMYK percentages

%22.64
%24.53
%0
%37.65

Codes

Color #7B789F in popluar color models

7B789F
RGB123120159
HSL245°16.88%54.71%
HSB/HSV245°24.53%62.35%
CMYK22.64%24.53%0.00%
37.65%

Color #7B789F in popluar number systems.

HEX7B789F
Decimal123120159
Binary1111011111100010011111
Octal173170237

Shades and tints

Shades of #7B789F

#7B789F
(123,120,159)
#706E91
(112,110,145)
#656483
(101,100,131)
#5A5A75
(90,90,117)
#4F5067
(79,80,103)
#444659
(68,70,89)
#393C4B
(57,60,75)
#2E323D
(46,50,61)
#23282F
(35,40,47)
#181E21
(24,30,33)
#0D1413
(13,20,19)
#000000
(0,0,0)

Tints of #7B789F

#7B789F
(123,120,159)
#8784A7
(135,132,167)
#9390AF
(147,144,175)
#9F9CB7
(159,156,183)
#ABA8BF
(171,168,191)
#B7B4C7
(183,180,199)
#C3C0CF
(195,192,207)
#CFCCD7
(207,204,215)
#DBD8DF
(219,216,223)
#E7E4E7
(231,228,231)
#F3F0EF
(243,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B789F color. Also use rgb(123,120,159) instead hex code.

Text Font Color

.myTextColor { color: #7B789F; }

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

This text font color is #7B789F.


Background Color

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

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

This div background color is #7B789F.


Border color

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

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

This div border color is #7B789F.


Opacity

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

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

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

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

This text has shadow with #7B789F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B789F on black background.


Color preview on white background

This text has color #7B789F on white background.



Black color preview on #7B789F background

This text has black color on #7B789F background.


White color preview on #7B789F background

This text has white color on #7B789F background.