COLOR #7A7B6D

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

122
123
109

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

Portions of RGB colors in percentages

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

%34.46
%34.75
%30.79

CMYK color model

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

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

CMYK percentages

%0.81
%0
%11.38
%51.76

Codes

Color #7A7B6D in popluar color models

7A7B6D
RGB122123109
HSL64°6.03%45.49%
HSB/HSV64°11.38%48.24%
CMYK0.81%0.00%11.38%
51.76%

Color #7A7B6D in popluar number systems.

HEX7A7B6D
Decimal122123109
Binary111101011110111101101
Octal172173155

Shades and tints

Shades of #7A7B6D

#7A7B6D
(122,123,109)
#6F7064
(111,112,100)
#64655B
(100,101,91)
#595A52
(89,90,82)
#4E4F49
(78,79,73)
#434440
(67,68,64)
#383937
(56,57,55)
#2D2E2E
(45,46,46)
#222325
(34,35,37)
#17181C
(23,24,28)
#0C0D13
(12,13,19)
#000000
(0,0,0)

Tints of #7A7B6D

#7A7B6D
(122,123,109)
#86877A
(134,135,122)
#929387
(146,147,135)
#9E9F94
(158,159,148)
#AAABA1
(170,171,161)
#B6B7AE
(182,183,174)
#C2C3BB
(194,195,187)
#CECFC8
(206,207,200)
#DADBD5
(218,219,213)
#E6E7E2
(230,231,226)
#F2F3EF
(242,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A7B6D; }

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

This text font color is #7A7B6D.


Background Color

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

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

This div background color is #7A7B6D.


Border color

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

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

This div border color is #7A7B6D.


Opacity

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

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

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

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

This text has shadow with #7A7B6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A7B6D on black background.


Color preview on white background

This text has color #7A7B6D on white background.



Black color preview on #7A7B6D background

This text has black color on #7A7B6D background.


White color preview on #7A7B6D background

This text has white color on #7A7B6D background.