COLOR #7B7A6F

HEX: #7B7A6F
RGB: (123,122,111)

Color info

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

RGB color model

#7B7A6F color RGB value is (123,122,111).

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

RGB channels and saturation

R 123 of 255 = 48%
G 122 of 255 = 48%
B 111 of 255 = 44%

123
122
111

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

Portions of RGB colors in percentages

R + G + B =
123 + 122 + 111 = 356 (100%)
R 123 of 356 ~ 34.55%
G 122 of 356 ~ 34.27%
B 111 of 356 ~ 31.18%

%34.55
%34.27
%31.18

CMYK color model

#7B7A6F color CMYK value is (0,1,10,52).

  • cyan value is 0.00%
  • magenta value is 0.81%
  • yellow value is 9.76%
  • key color value is 51.76%
CMYK:
(0,1,10,52)
C0M1Y10K52 
(0%,1%,10%,52%)
(0.00/0.01/0.10/0.52)	

CMYK percentages

%0
%0.81
%9.76
%51.76

Codes

Color #7B7A6F in popluar color models

7B7A6F
RGB123122111
HSL55°5.13%45.88%
HSB/HSV55°9.76%48.24%
CMYK0.00%0.81%9.76%
51.76%

Color #7B7A6F in popluar number systems.

HEX7B7A6F
Decimal123122111
Binary111101111110101101111
Octal173172157

Shades and tints

Shades of #7B7A6F

#7B7A6F
(123,122,111)
#706F65
(112,111,101)
#65645B
(101,100,91)
#5A5951
(90,89,81)
#4F4E47
(79,78,71)
#44433D
(68,67,61)
#393833
(57,56,51)
#2E2D29
(46,45,41)
#23221F
(35,34,31)
#181715
(24,23,21)
#0D0C0B
(13,12,11)
#000000
(0,0,0)

Tints of #7B7A6F

#7B7A6F
(123,122,111)
#87867C
(135,134,124)
#939289
(147,146,137)
#9F9E96
(159,158,150)
#ABAAA3
(171,170,163)
#B7B6B0
(183,182,176)
#C3C2BD
(195,194,189)
#CFCECA
(207,206,202)
#DBDAD7
(219,218,215)
#E7E6E4
(231,230,228)
#F3F2F1
(243,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B7A6F; }

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

This text font color is #7B7A6F.


Background Color

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

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

This div background color is #7B7A6F.


Border color

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

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

This div border color is #7B7A6F.


Opacity

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

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

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

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

This text has shadow with #7B7A6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B7A6F on black background.


Color preview on white background

This text has color #7B7A6F on white background.



Black color preview on #7B7A6F background

This text has black color on #7B7A6F background.


White color preview on #7B7A6F background

This text has white color on #7B7A6F background.