COLOR #7B766A

HEX: #7B766A
RGB: (123,118,106)

Color info

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

RGB color model

#7B766A color RGB value is (123,118,106).

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

RGB channels and saturation

R 123 of 255 = 48%
G 118 of 255 = 46%
B 106 of 255 = 42%

123
118
106

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

Portions of RGB colors in percentages

R + G + B =
123 + 118 + 106 = 347 (100%)
R 123 of 347 ~ 35.45%
G 118 of 347 ~ 34.01%
B 106 of 347 ~ 30.55%

%35.45
%34.01
%30.55

CMYK color model

#7B766A color CMYK value is (0,4,14,52).

  • cyan value is 0.00%
  • magenta value is 4.07%
  • yellow value is 13.82%
  • key color value is 51.76%
CMYK:
(0,4,14,52)
C0M4Y14K52 
(0%,4%,14%,52%)
(0.00/0.04/0.14/0.52)	

CMYK percentages

%0
%4.07
%13.82
%51.76

Codes

Color #7B766A in popluar color models

7B766A
RGB123118106
HSL42°7.42%44.90%
HSB/HSV42°13.82%48.24%
CMYK0.00%4.07%13.82%
51.76%

Color #7B766A in popluar number systems.

HEX7B766A
Decimal123118106
Binary111101111101101101010
Octal173166152

Shades and tints

Shades of #7B766A

#7B766A
(123,118,106)
#706C61
(112,108,97)
#656258
(101,98,88)
#5A584F
(90,88,79)
#4F4E46
(79,78,70)
#44443D
(68,68,61)
#393A34
(57,58,52)
#2E302B
(46,48,43)
#232622
(35,38,34)
#181C19
(24,28,25)
#0D1210
(13,18,16)
#000000
(0,0,0)

Tints of #7B766A

#7B766A
(123,118,106)
#878277
(135,130,119)
#938E84
(147,142,132)
#9F9A91
(159,154,145)
#ABA69E
(171,166,158)
#B7B2AB
(183,178,171)
#C3BEB8
(195,190,184)
#CFCAC5
(207,202,197)
#DBD6D2
(219,214,210)
#E7E2DF
(231,226,223)
#F3EEEC
(243,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B766A; }

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

This text font color is #7B766A.


Background Color

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

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

This div background color is #7B766A.


Border color

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

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

This div border color is #7B766A.


Opacity

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

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

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

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

This text has shadow with #7B766A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B766A on black background.


Color preview on white background

This text has color #7B766A on white background.



Black color preview on #7B766A background

This text has black color on #7B766A background.


White color preview on #7B766A background

This text has white color on #7B766A background.