COLOR #7B779C

HEX: #7B779C RGB: (123,119,156)

Color info

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

RGB color model

#7B779C color RGB value is (123,119,156).

RGB: (123,119,156) (48%, 47%, 61%)

RGB channels and saturation

R 123 of 255 = 48%
G 119 of 255 = 47%
B 156 of 255 = 61%

123
119
156

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

Portions of RGB colors in percentages

R + G + B = 123 + 119 + 156 = 398 (100%)
R 123 of 398 ~ 30.9%
G 119 of 398 ~ 29.9%
B 156 of 398 ~ 39.2'%

%30.9
%29.9
%39.2

CMYK color model

#7B779C color CMYK value is (21,24,0,39).

  • cyan value is 21.15%
  • magenta value is 23.72%
  • yellow value is 0.00%
  • key color value is 38.82%

CMYK: (21,24,0,39)
C21M24Y0K39 (21%, 24%, 0%, 39%)
(0.21 / 0.24 / 0.00 / 0.39)

CMYK percentages

%21.15
%23.72
%0
%38.82

Codes

Color #7B779C in popluar color models

7B 77 9C
RGB 123 119 156
HSL 246° 15.74% 53.92%
HSB/HSV 246° 23.72% 61.18%
CMYK 21.15% 23.72% 0.00%
38.82%

Color #7B779C in popluar number systems.

HEX 7B 77 9C
Decimal 123 119 156
Binary 1111011 1110111 10011100
Octal 173 167 234

Shades and tints

Shades of #7B779C

#7B779C
(123,119,156)
#706D8E
(112,109,142)
#656380
(101,99,128)
#5A5972
(90,89,114)
#4F4F64
(79,79,100)
#444556
(68,69,86)
#393B48
(57,59,72)
#2E313A
(46,49,58)
#23272C
(35,39,44)
#181D1E
(24,29,30)
#0D1310
(13,19,16)
#000000
(0,0,0)

Tints of #7B779C

#7B779C
(123,119,156)
#8783A5
(135,131,165)
#938FAE
(147,143,174)
#9F9BB7
(159,155,183)
#ABA7C0
(171,167,192)
#B7B3C9
(183,179,201)
#C3BFD2
(195,191,210)
#CFCBDB
(207,203,219)
#DBD7E4
(219,215,228)
#E7E3ED
(231,227,237)
#F3EFF6
(243,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B779C; }

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

This text font color is #7B779C.

Background Color

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

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

This div background color is #7B779C.

Border color

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

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

This div border color is #7B779C.

Opacity

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

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

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

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

This text has shadow with #7B779C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B779C.

Preview

Color preview on black background

This text has color #7B779C on black background.


Color preview on white background

This text has color #7B779C on white background.


Black color preview on #7B779C background

This text has black color on #7B779C background.


White color preview on #7B779C background

This text has white color on #7B779C background.


Related colors

Complementary color

Complementary color for #hex is #848863.


I love getcolorcode.com

Triadic colors

1 #9C7B77 and #779C7B with #7B779C are triadic colors.

2 #9C777B and #777B9C with #7B779C are triadic colors.