COLOR #7B7771

HEX: #7B7771
RGB: (123,119,113)

Color info

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

RGB color model

#7B7771 color RGB value is (123,119,113).

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

RGB channels and saturation

R 123 of 255 = 48%
G 119 of 255 = 47%
B 113 of 255 = 44%

123
119
113

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

Portions of RGB colors in percentages

R + G + B =
123 + 119 + 113 = 355 (100%)
R 123 of 355 ~ 34.65%
G 119 of 355 ~ 33.52%
B 113 of 355 ~ 31.83%

%34.65
%33.52
%31.83

CMYK color model

#7B7771 color CMYK value is (0,3,8,52).

  • cyan value is 0.00%
  • magenta value is 3.25%
  • yellow value is 8.13%
  • key color value is 51.76%
CMYK:
(0,3,8,52)
C0M3Y8K52 
(0%,3%,8%,52%)
(0.00/0.03/0.08/0.52)	

CMYK percentages

%0
%3.25
%8.13
%51.76

Codes

Color #7B7771 in popluar color models

7B7771
RGB123119113
HSL36°4.24%46.27%
HSB/HSV36°8.13%48.24%
CMYK0.00%3.25%8.13%
51.76%

Color #7B7771 in popluar number systems.

HEX7B7771
Decimal123119113
Binary111101111101111110001
Octal173167161

Shades and tints

Shades of #7B7771

#7B7771
(123,119,113)
#706D67
(112,109,103)
#65635D
(101,99,93)
#5A5953
(90,89,83)
#4F4F49
(79,79,73)
#44453F
(68,69,63)
#393B35
(57,59,53)
#2E312B
(46,49,43)
#232721
(35,39,33)
#181D17
(24,29,23)
#0D130D
(13,19,13)
#000000
(0,0,0)

Tints of #7B7771

#7B7771
(123,119,113)
#87837D
(135,131,125)
#938F89
(147,143,137)
#9F9B95
(159,155,149)
#ABA7A1
(171,167,161)
#B7B3AD
(183,179,173)
#C3BFB9
(195,191,185)
#CFCBC5
(207,203,197)
#DBD7D1
(219,215,209)
#E7E3DD
(231,227,221)
#F3EFE9
(243,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B7771; }

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

This text font color is #7B7771.


Background Color

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

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

This div background color is #7B7771.


Border color

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

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

This div border color is #7B7771.


Opacity

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

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

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

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

This text has shadow with #7B7771 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B7771 on black background.


Color preview on white background

This text has color #7B7771 on white background.



Black color preview on #7B7771 background

This text has black color on #7B7771 background.


White color preview on #7B7771 background

This text has white color on #7B7771 background.