COLOR #7B6F6B

HEX: #7B6F6B
RGB: (123,111,107)

Color info

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

RGB color model

#7B6F6B color RGB value is (123,111,107).

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

RGB channels and saturation

R 123 of 255 = 48%
G 111 of 255 = 44%
B 107 of 255 = 42%

123
111
107

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

Portions of RGB colors in percentages

R + G + B =
123 + 111 + 107 = 341 (100%)
R 123 of 341 ~ 36.07%
G 111 of 341 ~ 32.55%
B 107 of 341 ~ 31.38%

%36.07
%32.55
%31.38

CMYK color model

#7B6F6B color CMYK value is (0,10,13,52).

  • cyan value is 0.00%
  • magenta value is 9.76%
  • yellow value is 13.01%
  • key color value is 51.76%
CMYK:
(0,10,13,52)
C0M10Y13K52 
(0%,10%,13%,52%)
(0.00/0.10/0.13/0.52)	

CMYK percentages

%0
%9.76
%13.01
%51.76

Codes

Color #7B6F6B in popluar color models

7B6F6B
RGB123111107
HSL15°6.96%45.10%
HSB/HSV15°13.01%48.24%
CMYK0.00%9.76%13.01%
51.76%

Color #7B6F6B in popluar number systems.

HEX7B6F6B
Decimal123111107
Binary111101111011111101011
Octal173157153

Shades and tints

Shades of #7B6F6B

#7B6F6B
(123,111,107)
#706562
(112,101,98)
#655B59
(101,91,89)
#5A5150
(90,81,80)
#4F4747
(79,71,71)
#443D3E
(68,61,62)
#393335
(57,51,53)
#2E292C
(46,41,44)
#231F23
(35,31,35)
#18151A
(24,21,26)
#0D0B11
(13,11,17)
#000000
(0,0,0)

Tints of #7B6F6B

#7B6F6B
(123,111,107)
#877C78
(135,124,120)
#938985
(147,137,133)
#9F9692
(159,150,146)
#ABA39F
(171,163,159)
#B7B0AC
(183,176,172)
#C3BDB9
(195,189,185)
#CFCAC6
(207,202,198)
#DBD7D3
(219,215,211)
#E7E4E0
(231,228,224)
#F3F1ED
(243,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B6F6B; }

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

This text font color is #7B6F6B.


Background Color

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

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

This div background color is #7B6F6B.


Border color

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

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

This div border color is #7B6F6B.


Opacity

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

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

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

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

This text has shadow with #7B6F6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B6F6B on black background.


Color preview on white background

This text has color #7B6F6B on white background.



Black color preview on #7B6F6B background

This text has black color on #7B6F6B background.


White color preview on #7B6F6B background

This text has white color on #7B6F6B background.