COLOR #7B766C

HEX: #7B766C
RGB: (123,118,108)

Color info

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

RGB color model

#7B766C color RGB value is (123,118,108).

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

RGB channels and saturation

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

123
118
108

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

Portions of RGB colors in percentages

R + G + B =
123 + 118 + 108 = 349 (100%)
R 123 of 349 ~ 35.24%
G 118 of 349 ~ 33.81%
B 108 of 349 ~ 30.95%

%35.24
%33.81
%30.95

CMYK color model

#7B766C color CMYK value is (0,4,12,52).

  • cyan value is 0.00%
  • magenta value is 4.07%
  • yellow value is 12.20%
  • key color value is 51.76%
CMYK:
(0,4,12,52)
C0M4Y12K52 
(0%,4%,12%,52%)
(0.00/0.04/0.12/0.52)	

CMYK percentages

%0
%4.07
%12.2
%51.76

Codes

Color #7B766C in popluar color models

7B766C
RGB123118108
HSL40°6.49%45.29%
HSB/HSV40°12.20%48.24%
CMYK0.00%4.07%12.20%
51.76%

Color #7B766C in popluar number systems.

HEX7B766C
Decimal123118108
Binary111101111101101101100
Octal173166154

Shades and tints

Shades of #7B766C

#7B766C
(123,118,108)
#706C63
(112,108,99)
#65625A
(101,98,90)
#5A5851
(90,88,81)
#4F4E48
(79,78,72)
#44443F
(68,68,63)
#393A36
(57,58,54)
#2E302D
(46,48,45)
#232624
(35,38,36)
#181C1B
(24,28,27)
#0D1212
(13,18,18)
#000000
(0,0,0)

Tints of #7B766C

#7B766C
(123,118,108)
#878279
(135,130,121)
#938E86
(147,142,134)
#9F9A93
(159,154,147)
#ABA6A0
(171,166,160)
#B7B2AD
(183,178,173)
#C3BEBA
(195,190,186)
#CFCAC7
(207,202,199)
#DBD6D4
(219,214,212)
#E7E2E1
(231,226,225)
#F3EEEE
(243,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B766C; }

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

This text font color is #7B766C.


Background Color

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

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

This div background color is #7B766C.


Border color

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

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

This div border color is #7B766C.


Opacity

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

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

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

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

This text has shadow with #7B766C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B766C on black background.


Color preview on white background

This text has color #7B766C on white background.



Black color preview on #7B766C background

This text has black color on #7B766C background.


White color preview on #7B766C background

This text has white color on #7B766C background.