COLOR #7B686F

HEX: #7B686F
RGB: (123,104,111)

Color info

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

RGB color model

#7B686F color RGB value is (123,104,111).

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

RGB channels and saturation

R 123 of 255 = 48%
G 104 of 255 = 41%
B 111 of 255 = 44%

123
104
111

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

Portions of RGB colors in percentages

R + G + B =
123 + 104 + 111 = 338 (100%)
R 123 of 338 ~ 36.39%
G 104 of 338 ~ 30.77%
B 111 of 338 ~ 32.84%

%36.39
%30.77
%32.84

CMYK color model

#7B686F color CMYK value is (0,15,10,52).

  • cyan value is 0.00%
  • magenta value is 15.45%
  • yellow value is 9.76%
  • key color value is 51.76%
CMYK:
(0,15,10,52)
C0M15Y10K52 
(0%,15%,10%,52%)
(0.00/0.15/0.10/0.52)	

CMYK percentages

%0
%15.45
%9.76
%51.76

Codes

Color #7B686F in popluar color models

7B686F
RGB123104111
HSL338°8.37%44.51%
HSB/HSV338°15.45%48.24%
CMYK0.00%15.45%9.76%
51.76%

Color #7B686F in popluar number systems.

HEX7B686F
Decimal123104111
Binary111101111010001101111
Octal173150157

Shades and tints

Shades of #7B686F

#7B686F
(123,104,111)
#705F65
(112,95,101)
#65565B
(101,86,91)
#5A4D51
(90,77,81)
#4F4447
(79,68,71)
#443B3D
(68,59,61)
#393233
(57,50,51)
#2E2929
(46,41,41)
#23201F
(35,32,31)
#181715
(24,23,21)
#0D0E0B
(13,14,11)
#000000
(0,0,0)

Tints of #7B686F

#7B686F
(123,104,111)
#87757C
(135,117,124)
#938289
(147,130,137)
#9F8F96
(159,143,150)
#AB9CA3
(171,156,163)
#B7A9B0
(183,169,176)
#C3B6BD
(195,182,189)
#CFC3CA
(207,195,202)
#DBD0D7
(219,208,215)
#E7DDE4
(231,221,228)
#F3EAF1
(243,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B686F; }

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

This text font color is #7B686F.


Background Color

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

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

This div background color is #7B686F.


Border color

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

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

This div border color is #7B686F.


Opacity

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

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

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

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

This text has shadow with #7B686F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B686F on black background.


Color preview on white background

This text has color #7B686F on white background.



Black color preview on #7B686F background

This text has black color on #7B686F background.


White color preview on #7B686F background

This text has white color on #7B686F background.