COLOR #7B7977

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

123
121
119

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

Portions of RGB colors in percentages

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

%33.88
%33.33
%32.78

CMYK color model

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

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

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

CMYK percentages

%0
%1.63
%3.25
%51.76

Codes

Color #7B7977 in popluar color models

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

Color #7B7977 in popluar number systems.

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

Shades and tints

Shades of #7B7977

#7B7977
(123,121,119)
#706E6D
(112,110,109)
#656363
(101,99,99)
#5A5859
(90,88,89)
#4F4D4F
(79,77,79)
#444245
(68,66,69)
#39373B
(57,55,59)
#2E2C31
(46,44,49)
#232127
(35,33,39)
#18161D
(24,22,29)
#0D0B13
(13,11,19)
#000000
(0,0,0)

Tints of #7B7977

#7B7977
(123,121,119)
#878583
(135,133,131)
#93918F
(147,145,143)
#9F9D9B
(159,157,155)
#ABA9A7
(171,169,167)
#B7B5B3
(183,181,179)
#C3C1BF
(195,193,191)
#CFCDCB
(207,205,203)
#DBD9D7
(219,217,215)
#E7E5E3
(231,229,227)
#F3F1EF
(243,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B7977; }

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

This text font color is #7B7977.

Background Color

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

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

This div background color is #7B7977.

Border color

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

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

This div border color is #7B7977.

Opacity

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

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

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

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

This text has shadow with #7B7977 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B7977.

Preview

Color preview on black background

This text has color #7B7977 on black background.


Color preview on white background

This text has color #7B7977 on white background.


Black color preview on #7B7977 background

This text has black color on #7B7977 background.


White color preview on #7B7977 background

This text has white color on #7B7977 background.


Related colors

Complementary color

Complementary color for #hex is #848688.


I love getcolorcode.com

Triadic colors

1 #777B79 and #79777B with #7B7977 are triadic colors.

2 #77797B and #797B77 with #7B7977 are triadic colors.