COLOR #7B7776

HEX: #7B7776
RGB: (123,119,118)

Color info

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

RGB color model

#7B7776 color RGB value is (123,119,118).

  • red value is 123;
  • green value is 119;
  • blue value is 118.
RGB:
(123,119,118)
(48%,47%,46%)

RGB channels and saturation

R 123 of 255 = 48%
G 119 of 255 = 47%
B 118 of 255 = 46%

123
119
118

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

Portions of RGB colors in percentages

R + G + B =
123 + 119 + 118 = 360 (100%)
R 123 of 360 ~ 34.17%
G 119 of 360 ~ 33.06%
B 118 of 360 ~ 32.78%

%34.17
%33.06
%32.78

CMYK color model

#7B7776 color CMYK value is (0,3,4,52).

  • cyan value is 0.00%
  • magenta value is 3.25%
  • yellow value is 4.07%
  • key color value is 51.76%
CMYK:
(0,3,4,52)
C0M3Y4K52 
(0%,3%,4%,52%)
(0.00/0.03/0.04/0.52)	

CMYK percentages

%0
%3.25
%4.07
%51.76

Codes

Color #7B7776 in popluar color models

7B7776
RGB123119118
HSL12°2.07%47.25%
HSB/HSV12°4.07%48.24%
CMYK0.00%3.25%4.07%
51.76%

Color #7B7776 in popluar number systems.

HEX7B7776
Decimal123119118
Binary111101111101111110110
Octal173167166

Shades and tints

Shades of #7B7776

#7B7776
(123,119,118)
#706D6C
(112,109,108)
#656362
(101,99,98)
#5A5958
(90,89,88)
#4F4F4E
(79,79,78)
#444544
(68,69,68)
#393B3A
(57,59,58)
#2E3130
(46,49,48)
#232726
(35,39,38)
#181D1C
(24,29,28)
#0D1312
(13,19,18)
#000000
(0,0,0)

Tints of #7B7776

#7B7776
(123,119,118)
#878382
(135,131,130)
#938F8E
(147,143,142)
#9F9B9A
(159,155,154)
#ABA7A6
(171,167,166)
#B7B3B2
(183,179,178)
#C3BFBE
(195,191,190)
#CFCBCA
(207,203,202)
#DBD7D6
(219,215,214)
#E7E3E2
(231,227,226)
#F3EFEE
(243,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B7776; }

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

This text font color is #7B7776.


Background Color

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

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

This div background color is #7B7776.


Border color

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

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

This div border color is #7B7776.


Opacity

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

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

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

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

This text has shadow with #7B7776 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B7776 on black background.


Color preview on white background

This text has color #7B7776 on white background.



Black color preview on #7B7776 background

This text has black color on #7B7776 background.


White color preview on #7B7776 background

This text has white color on #7B7776 background.