COLOR #7B686B

HEX: #7B686B
RGB: (123,104,107)

Color info

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

RGB color model

#7B686B color RGB value is (123,104,107).

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

RGB channels and saturation

R 123 of 255 = 48%
G 104 of 255 = 41%
B 107 of 255 = 42%

123
104
107

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

Portions of RGB colors in percentages

R + G + B =
123 + 104 + 107 = 334 (100%)
R 123 of 334 ~ 36.83%
G 104 of 334 ~ 31.14%
B 107 of 334 ~ 32.04%

%36.83
%31.14
%32.04

CMYK color model

#7B686B color CMYK value is (0,15,13,52).

  • cyan value is 0.00%
  • magenta value is 15.45%
  • yellow value is 13.01%
  • key color value is 51.76%
CMYK:
(0,15,13,52)
C0M15Y13K52 
(0%,15%,13%,52%)
(0.00/0.15/0.13/0.52)	

CMYK percentages

%0
%15.45
%13.01
%51.76

Codes

Color #7B686B in popluar color models

7B686B
RGB123104107
HSL351°8.37%44.51%
HSB/HSV351°15.45%48.24%
CMYK0.00%15.45%13.01%
51.76%

Color #7B686B in popluar number systems.

HEX7B686B
Decimal123104107
Binary111101111010001101011
Octal173150153

Shades and tints

Shades of #7B686B

#7B686B
(123,104,107)
#705F62
(112,95,98)
#655659
(101,86,89)
#5A4D50
(90,77,80)
#4F4447
(79,68,71)
#443B3E
(68,59,62)
#393235
(57,50,53)
#2E292C
(46,41,44)
#232023
(35,32,35)
#18171A
(24,23,26)
#0D0E11
(13,14,17)
#000000
(0,0,0)

Tints of #7B686B

#7B686B
(123,104,107)
#877578
(135,117,120)
#938285
(147,130,133)
#9F8F92
(159,143,146)
#AB9C9F
(171,156,159)
#B7A9AC
(183,169,172)
#C3B6B9
(195,182,185)
#CFC3C6
(207,195,198)
#DBD0D3
(219,208,211)
#E7DDE0
(231,221,224)
#F3EAED
(243,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B686B; }

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

This text font color is #7B686B.


Background Color

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

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

This div background color is #7B686B.


Border color

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

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

This div border color is #7B686B.


Opacity

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

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

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

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

This text has shadow with #7B686B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B686B on black background.


Color preview on white background

This text has color #7B686B on white background.



Black color preview on #7B686B background

This text has black color on #7B686B background.


White color preview on #7B686B background

This text has white color on #7B686B background.