COLOR #7B7E77

HEX: #7B7E77
RGB: (123,126,119)

Color info

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

RGB color model

#7B7E77 color RGB value is (123,126,119).

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

RGB channels and saturation

R 123 of 255 = 48%
G 126 of 255 = 49%
B 119 of 255 = 47%

123
126
119

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

Portions of RGB colors in percentages

R + G + B =
123 + 126 + 119 = 368 (100%)
R 123 of 368 ~ 33.42%
G 126 of 368 ~ 34.24%
B 119 of 368 ~ 32.34%

%33.42
%34.24
%32.34

CMYK color model

#7B7E77 color CMYK value is (2,0,6,51).

  • cyan value is 2.38%
  • magenta value is 0.00%
  • yellow value is 5.56%
  • key color value is 50.59%
CMYK:
(2,0,6,51)
C2M0Y6K51 
(2%,0%,6%,51%)
(0.02/0.00/0.06/0.51)	

CMYK percentages

%2.38
%0
%5.56
%50.59

Codes

Color #7B7E77 in popluar color models

7B7E77
RGB123126119
HSL86°2.86%48.04%
HSB/HSV86°5.56%49.41%
CMYK2.38%0.00%5.56%
50.59%

Color #7B7E77 in popluar number systems.

HEX7B7E77
Decimal123126119
Binary111101111111101110111
Octal173176167

Shades and tints

Shades of #7B7E77

#7B7E77
(123,126,119)
#70736D
(112,115,109)
#656863
(101,104,99)
#5A5D59
(90,93,89)
#4F524F
(79,82,79)
#444745
(68,71,69)
#393C3B
(57,60,59)
#2E3131
(46,49,49)
#232627
(35,38,39)
#181B1D
(24,27,29)
#0D1013
(13,16,19)
#000000
(0,0,0)

Tints of #7B7E77

#7B7E77
(123,126,119)
#878983
(135,137,131)
#93948F
(147,148,143)
#9F9F9B
(159,159,155)
#ABAAA7
(171,170,167)
#B7B5B3
(183,181,179)
#C3C0BF
(195,192,191)
#CFCBCB
(207,203,203)
#DBD6D7
(219,214,215)
#E7E1E3
(231,225,227)
#F3ECEF
(243,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B7E77; }

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

This text font color is #7B7E77.


Background Color

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

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

This div background color is #7B7E77.


Border color

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

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

This div border color is #7B7E77.


Opacity

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

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

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

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

This text has shadow with #7B7E77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B7E77 on black background.


Color preview on white background

This text has color #7B7E77 on white background.



Black color preview on #7B7E77 background

This text has black color on #7B7E77 background.


White color preview on #7B7E77 background

This text has white color on #7B7E77 background.