COLOR #7B7667

HEX: #7B7667
RGB: (123,118,103)

Color info

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

RGB color model

#7B7667 color RGB value is (123,118,103).

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

RGB channels and saturation

R 123 of 255 = 48%
G 118 of 255 = 46%
B 103 of 255 = 40%

123
118
103

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

Portions of RGB colors in percentages

R + G + B =
123 + 118 + 103 = 344 (100%)
R 123 of 344 ~ 35.76%
G 118 of 344 ~ 34.3%
B 103 of 344 ~ 29.94%

%35.76
%34.3
%29.94

CMYK color model

#7B7667 color CMYK value is (0,4,16,52).

  • cyan value is 0.00%
  • magenta value is 4.07%
  • yellow value is 16.26%
  • key color value is 51.76%
CMYK:
(0,4,16,52)
C0M4Y16K52 
(0%,4%,16%,52%)
(0.00/0.04/0.16/0.52)	

CMYK percentages

%0
%4.07
%16.26
%51.76

Codes

Color #7B7667 in popluar color models

7B7667
RGB123118103
HSL45°8.85%44.31%
HSB/HSV45°16.26%48.24%
CMYK0.00%4.07%16.26%
51.76%

Color #7B7667 in popluar number systems.

HEX7B7667
Decimal123118103
Binary111101111101101100111
Octal173166147

Shades and tints

Shades of #7B7667

#7B7667
(123,118,103)
#706C5E
(112,108,94)
#656255
(101,98,85)
#5A584C
(90,88,76)
#4F4E43
(79,78,67)
#44443A
(68,68,58)
#393A31
(57,58,49)
#2E3028
(46,48,40)
#23261F
(35,38,31)
#181C16
(24,28,22)
#0D120D
(13,18,13)
#000000
(0,0,0)

Tints of #7B7667

#7B7667
(123,118,103)
#878274
(135,130,116)
#938E81
(147,142,129)
#9F9A8E
(159,154,142)
#ABA69B
(171,166,155)
#B7B2A8
(183,178,168)
#C3BEB5
(195,190,181)
#CFCAC2
(207,202,194)
#DBD6CF
(219,214,207)
#E7E2DC
(231,226,220)
#F3EEE9
(243,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B7667; }

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

This text font color is #7B7667.


Background Color

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

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

This div background color is #7B7667.


Border color

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

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

This div border color is #7B7667.


Opacity

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

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

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

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

This text has shadow with #7B7667 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B7667 on black background.


Color preview on white background

This text has color #7B7667 on white background.



Black color preview on #7B7667 background

This text has black color on #7B7667 background.


White color preview on #7B7667 background

This text has white color on #7B7667 background.