COLOR #7B6F66

HEX: #7B6F66
RGB: (123,111,102)

Color info

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

RGB color model

#7B6F66 color RGB value is (123,111,102).

  • red value is 123;
  • green value is 111;
  • blue value is 102.
RGB:
(123,111,102)
(48%,44%,40%)

RGB channels and saturation

R 123 of 255 = 48%
G 111 of 255 = 44%
B 102 of 255 = 40%

123
111
102

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

Portions of RGB colors in percentages

R + G + B =
123 + 111 + 102 = 336 (100%)
R 123 of 336 ~ 36.61%
G 111 of 336 ~ 33.04%
B 102 of 336 ~ 30.36%

%36.61
%33.04
%30.36

CMYK color model

#7B6F66 color CMYK value is (0,10,17,52).

  • cyan value is 0.00%
  • magenta value is 9.76%
  • yellow value is 17.07%
  • key color value is 51.76%
CMYK:
(0,10,17,52)
C0M10Y17K52 
(0%,10%,17%,52%)
(0.00/0.10/0.17/0.52)	

CMYK percentages

%0
%9.76
%17.07
%51.76

Codes

Color #7B6F66 in popluar color models

7B6F66
RGB123111102
HSL26°9.33%44.12%
HSB/HSV26°17.07%48.24%
CMYK0.00%9.76%17.07%
51.76%

Color #7B6F66 in popluar number systems.

HEX7B6F66
Decimal123111102
Binary111101111011111100110
Octal173157146

Shades and tints

Shades of #7B6F66

#7B6F66
(123,111,102)
#70655D
(112,101,93)
#655B54
(101,91,84)
#5A514B
(90,81,75)
#4F4742
(79,71,66)
#443D39
(68,61,57)
#393330
(57,51,48)
#2E2927
(46,41,39)
#231F1E
(35,31,30)
#181515
(24,21,21)
#0D0B0C
(13,11,12)
#000000
(0,0,0)

Tints of #7B6F66

#7B6F66
(123,111,102)
#877C73
(135,124,115)
#938980
(147,137,128)
#9F968D
(159,150,141)
#ABA39A
(171,163,154)
#B7B0A7
(183,176,167)
#C3BDB4
(195,189,180)
#CFCAC1
(207,202,193)
#DBD7CE
(219,215,206)
#E7E4DB
(231,228,219)
#F3F1E8
(243,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B6F66 color. Also use rgb(123,111,102) instead hex code.

Text Font Color

.myTextColor { color: #7B6F66; }

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

This text font color is #7B6F66.


Background Color

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

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

This div background color is #7B6F66.


Border color

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

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

This div border color is #7B6F66.


Opacity

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

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

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

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

This text has shadow with #7B6F66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B6F66 on black background.


Color preview on white background

This text has color #7B6F66 on white background.



Black color preview on #7B6F66 background

This text has black color on #7B6F66 background.


White color preview on #7B6F66 background

This text has white color on #7B6F66 background.