COLOR #7B7A6D

HEX: #7B7A6D
RGB: (123,122,109)

Color info

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

RGB color model

#7B7A6D color RGB value is (123,122,109).

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

RGB channels and saturation

R 123 of 255 = 48%
G 122 of 255 = 48%
B 109 of 255 = 43%

123
122
109

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

Portions of RGB colors in percentages

R + G + B =
123 + 122 + 109 = 354 (100%)
R 123 of 354 ~ 34.75%
G 122 of 354 ~ 34.46%
B 109 of 354 ~ 30.79%

%34.75
%34.46
%30.79

CMYK color model

#7B7A6D color CMYK value is (0,1,11,52).

  • cyan value is 0.00%
  • magenta value is 0.81%
  • yellow value is 11.38%
  • key color value is 51.76%
CMYK:
(0,1,11,52)
C0M1Y11K52 
(0%,1%,11%,52%)
(0.00/0.01/0.11/0.52)	

CMYK percentages

%0
%0.81
%11.38
%51.76

Codes

Color #7B7A6D in popluar color models

7B7A6D
RGB123122109
HSL56°6.03%45.49%
HSB/HSV56°11.38%48.24%
CMYK0.00%0.81%11.38%
51.76%

Color #7B7A6D in popluar number systems.

HEX7B7A6D
Decimal123122109
Binary111101111110101101101
Octal173172155

Shades and tints

Shades of #7B7A6D

#7B7A6D
(123,122,109)
#706F64
(112,111,100)
#65645B
(101,100,91)
#5A5952
(90,89,82)
#4F4E49
(79,78,73)
#444340
(68,67,64)
#393837
(57,56,55)
#2E2D2E
(46,45,46)
#232225
(35,34,37)
#18171C
(24,23,28)
#0D0C13
(13,12,19)
#000000
(0,0,0)

Tints of #7B7A6D

#7B7A6D
(123,122,109)
#87867A
(135,134,122)
#939287
(147,146,135)
#9F9E94
(159,158,148)
#ABAAA1
(171,170,161)
#B7B6AE
(183,182,174)
#C3C2BB
(195,194,187)
#CFCEC8
(207,206,200)
#DBDAD5
(219,218,213)
#E7E6E2
(231,230,226)
#F3F2EF
(243,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B7A6D; }

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

This text font color is #7B7A6D.


Background Color

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

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

This div background color is #7B7A6D.


Border color

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

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

This div border color is #7B7A6D.


Opacity

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

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

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

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

This text has shadow with #7B7A6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B7A6D on black background.


Color preview on white background

This text has color #7B7A6D on white background.



Black color preview on #7B7A6D background

This text has black color on #7B7A6D background.


White color preview on #7B7A6D background

This text has white color on #7B7A6D background.