COLOR #7B7779

HEX: #7B7779 RGB: (123,119,121)

Color info

#7B7779 contains red, green and blue colors in about the same proportion. Web safe color of #7B7779 is #666666 (or #666).

RGB color model

#7B7779 color RGB value is (123,119,121).

RGB: (123,119,121) (48%, 47%, 47%)

RGB channels and saturation

R 123 of 255 = 48%
G 119 of 255 = 47%
B 121 of 255 = 47%

123
119
121

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

Portions of RGB colors in percentages

R + G + B = 123 + 119 + 121 = 363 (100%)
R 123 of 363 ~ 33.88%
G 119 of 363 ~ 32.78%
B 121 of 363 ~ 33.33'%

%33.88
%32.78
%33.33

CMYK color model

#7B7779 color CMYK value is (0,3,2,52).

  • cyan value is 0.00%
  • magenta value is 3.25%
  • yellow value is 1.63%
  • key color value is 51.76%

CMYK: (0,3,2,52)
C0M3Y2K52 (0%, 3%, 2%, 52%)
(0.00 / 0.03 / 0.02 / 0.52)

CMYK percentages

%0
%3.25
%1.63
%51.76

Codes

Color #7B7779 in popluar color models

7B 77 79
RGB 123 119 121
HSL 330° 1.65% 47.45%
HSB/HSV 330° 3.25% 48.24%
CMYK 0.00% 3.25% 1.63%
51.76%

Color #7B7779 in popluar number systems.

HEX 7B 77 79
Decimal 123 119 121
Binary 1111011 1110111 1111001
Octal 173 167 171

Shades and tints

Shades of #7B7779

#7B7779
(123,119,121)
#706D6E
(112,109,110)
#656363
(101,99,99)
#5A5958
(90,89,88)
#4F4F4D
(79,79,77)
#444542
(68,69,66)
#393B37
(57,59,55)
#2E312C
(46,49,44)
#232721
(35,39,33)
#181D16
(24,29,22)
#0D130B
(13,19,11)
#000000
(0,0,0)

Tints of #7B7779

#7B7779
(123,119,121)
#878385
(135,131,133)
#938F91
(147,143,145)
#9F9B9D
(159,155,157)
#ABA7A9
(171,167,169)
#B7B3B5
(183,179,181)
#C3BFC1
(195,191,193)
#CFCBCD
(207,203,205)
#DBD7D9
(219,215,217)
#E7E3E5
(231,227,229)
#F3EFF1
(243,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B7779; }

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

This text font color is #7B7779.

Background Color

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

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

This div background color is #7B7779.

Border color

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

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

This div border color is #7B7779.

Opacity

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

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

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

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

This text has shadow with #7B7779 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B7779.

Preview

Color preview on black background

This text has color #7B7779 on black background.


Color preview on white background

This text has color #7B7779 on white background.


Black color preview on #7B7779 background

This text has black color on #7B7779 background.


White color preview on #7B7779 background

This text has white color on #7B7779 background.


Related colors

Complementary color

Complementary color for #hex is #848886.


I love getcolorcode.com

Triadic colors

1 #797B77 and #77797B with #7B7779 are triadic colors.

2 #79777B and #777B79 with #7B7779 are triadic colors.