COLOR #7B6D76

HEX: #7B6D76
RGB: (123,109,118)

Color info

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

RGB color model

#7B6D76 color RGB value is (123,109,118).

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

RGB channels and saturation

R 123 of 255 = 48%
G 109 of 255 = 43%
B 118 of 255 = 46%

123
109
118

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

Portions of RGB colors in percentages

R + G + B =
123 + 109 + 118 = 350 (100%)
R 123 of 350 ~ 35.14%
G 109 of 350 ~ 31.14%
B 118 of 350 ~ 33.71%

%35.14
%31.14
%33.71

CMYK color model

#7B6D76 color CMYK value is (0,11,4,52).

  • cyan value is 0.00%
  • magenta value is 11.38%
  • yellow value is 4.07%
  • key color value is 51.76%
CMYK:
(0,11,4,52)
C0M11Y4K52 
(0%,11%,4%,52%)
(0.00/0.11/0.04/0.52)	

CMYK percentages

%0
%11.38
%4.07
%51.76

Codes

Color #7B6D76 in popluar color models

7B6D76
RGB123109118
HSL321°6.03%45.49%
HSB/HSV321°11.38%48.24%
CMYK0.00%11.38%4.07%
51.76%

Color #7B6D76 in popluar number systems.

HEX7B6D76
Decimal123109118
Binary111101111011011110110
Octal173155166

Shades and tints

Shades of #7B6D76

#7B6D76
(123,109,118)
#70646C
(112,100,108)
#655B62
(101,91,98)
#5A5258
(90,82,88)
#4F494E
(79,73,78)
#444044
(68,64,68)
#39373A
(57,55,58)
#2E2E30
(46,46,48)
#232526
(35,37,38)
#181C1C
(24,28,28)
#0D1312
(13,19,18)
#000000
(0,0,0)

Tints of #7B6D76

#7B6D76
(123,109,118)
#877A82
(135,122,130)
#93878E
(147,135,142)
#9F949A
(159,148,154)
#ABA1A6
(171,161,166)
#B7AEB2
(183,174,178)
#C3BBBE
(195,187,190)
#CFC8CA
(207,200,202)
#DBD5D6
(219,213,214)
#E7E2E2
(231,226,226)
#F3EFEE
(243,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B6D76; }

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

This text font color is #7B6D76.


Background Color

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

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

This div background color is #7B6D76.


Border color

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

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

This div border color is #7B6D76.


Opacity

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

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

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

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

This text has shadow with #7B6D76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B6D76 on black background.


Color preview on white background

This text has color #7B6D76 on white background.



Black color preview on #7B6D76 background

This text has black color on #7B6D76 background.


White color preview on #7B6D76 background

This text has white color on #7B6D76 background.