COLOR #7B79AD

HEX: #7B79AD RGB: (123,121,173)

Color info

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

RGB color model

#7B79AD color RGB value is (123,121,173).

RGB: (123,121,173) (48%, 47%, 68%)

RGB channels and saturation

R 123 of 255 = 48%
G 121 of 255 = 47%
B 173 of 255 = 68%

123
121
173

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

Portions of RGB colors in percentages

R + G + B = 123 + 121 + 173 = 417 (100%)
R 123 of 417 ~ 29.5%
G 121 of 417 ~ 29.02%
B 173 of 417 ~ 41.49'%

%29.5
%29.02
%41.49

CMYK color model

#7B79AD color CMYK value is (29,30,0,32).

  • cyan value is 28.90%
  • magenta value is 30.06%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (29,30,0,32)
C29M30Y0K32 (29%, 30%, 0%, 32%)
(0.29 / 0.30 / 0.00 / 0.32)

CMYK percentages

%28.9
%30.06
%0
%32.16

Codes

Color #7B79AD in popluar color models

7B 79 AD
RGB 123 121 173
HSL 242° 24.07% 57.65%
HSB/HSV 242° 30.06% 67.84%
CMYK 28.90% 30.06% 0.00%
32.16%

Color #7B79AD in popluar number systems.

HEX 7B 79 AD
Decimal 123 121 173
Binary 1111011 1111001 10101101
Octal 173 171 255

Shades and tints

Shades of #7B79AD

#7B79AD
(123,121,173)
#706E9E
(112,110,158)
#65638F
(101,99,143)
#5A5880
(90,88,128)
#4F4D71
(79,77,113)
#444262
(68,66,98)
#393753
(57,55,83)
#2E2C44
(46,44,68)
#232135
(35,33,53)
#181626
(24,22,38)
#0D0B17
(13,11,23)
#000000
(0,0,0)

Tints of #7B79AD

#7B79AD
(123,121,173)
#8785B4
(135,133,180)
#9391BB
(147,145,187)
#9F9DC2
(159,157,194)
#ABA9C9
(171,169,201)
#B7B5D0
(183,181,208)
#C3C1D7
(195,193,215)
#CFCDDE
(207,205,222)
#DBD9E5
(219,217,229)
#E7E5EC
(231,229,236)
#F3F1F3
(243,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B79AD color. Also use rgb(123,121,173) instead hex code.

Text Font Color

.myTextColor { color: #7B79AD; }

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

This text font color is #7B79AD.

Background Color

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

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

This div background color is #7B79AD.

Border color

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

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

This div border color is #7B79AD.

Opacity

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

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

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

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

This text has shadow with #7B79AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B79AD.

Preview

Color preview on black background

This text has color #7B79AD on black background.


Color preview on white background

This text has color #7B79AD on white background.


Black color preview on #7B79AD background

This text has black color on #7B79AD background.


White color preview on #7B79AD background

This text has white color on #7B79AD background.


Related colors

Complementary color

Complementary color for #hex is #848652.


I love getcolorcode.com

Triadic colors

1 #AD7B79 and #79AD7B with #7B79AD are triadic colors.

2 #AD797B and #797BAD with #7B79AD are triadic colors.