COLOR #7B6B77

HEX: #7B6B77 RGB: (123,107,119)

Color info

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

RGB color model

#7B6B77 color RGB value is (123,107,119).

RGB: (123,107,119) (48%, 42%, 47%)

RGB channels and saturation

R 123 of 255 = 48%
G 107 of 255 = 42%
B 119 of 255 = 47%

123
107
119

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

Portions of RGB colors in percentages

R + G + B = 123 + 107 + 119 = 349 (100%)
R 123 of 349 ~ 35.24%
G 107 of 349 ~ 30.66%
B 119 of 349 ~ 34.1'%

%35.24
%30.66
%34.1

CMYK color model

#7B6B77 color CMYK value is (0,13,3,52).

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

CMYK: (0,13,3,52)
C0M13Y3K52 (0%, 13%, 3%, 52%)
(0.00 / 0.13 / 0.03 / 0.52)

CMYK percentages

%0
%13.01
%3.25
%51.76

Codes

Color #7B6B77 in popluar color models

7B 6B 77
RGB 123 107 119
HSL 315° 6.96% 45.10%
HSB/HSV 315° 13.01% 48.24%
CMYK 0.00% 13.01% 3.25%
51.76%

Color #7B6B77 in popluar number systems.

HEX 7B 6B 77
Decimal 123 107 119
Binary 1111011 1101011 1110111
Octal 173 153 167

Shades and tints

Shades of #7B6B77

#7B6B77
(123,107,119)
#70626D
(112,98,109)
#655963
(101,89,99)
#5A5059
(90,80,89)
#4F474F
(79,71,79)
#443E45
(68,62,69)
#39353B
(57,53,59)
#2E2C31
(46,44,49)
#232327
(35,35,39)
#181A1D
(24,26,29)
#0D1113
(13,17,19)
#000000
(0,0,0)

Tints of #7B6B77

#7B6B77
(123,107,119)
#877883
(135,120,131)
#93858F
(147,133,143)
#9F929B
(159,146,155)
#AB9FA7
(171,159,167)
#B7ACB3
(183,172,179)
#C3B9BF
(195,185,191)
#CFC6CB
(207,198,203)
#DBD3D7
(219,211,215)
#E7E0E3
(231,224,227)
#F3EDEF
(243,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B6B77; }

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

This text font color is #7B6B77.

Background Color

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

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

This div background color is #7B6B77.

Border color

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

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

This div border color is #7B6B77.

Opacity

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

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

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

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

This text has shadow with #7B6B77 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B6B77.

Preview

Color preview on black background

This text has color #7B6B77 on black background.


Color preview on white background

This text has color #7B6B77 on white background.


Black color preview on #7B6B77 background

This text has black color on #7B6B77 background.


White color preview on #7B6B77 background

This text has white color on #7B6B77 background.


Related colors

Complementary color

Complementary color for #hex is #849488.


I love getcolorcode.com

Triadic colors

1 #777B6B and #6B777B with #7B6B77 are triadic colors.

2 #776B7B and #6B7B77 with #7B6B77 are triadic colors.