COLOR #7A7B6B

HEX: #7A7B6B
RGB: (122,123,107)

Color info

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

RGB color model

#7A7B6B color RGB value is (122,123,107).

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

RGB channels and saturation

R 122 of 255 = 48%
G 123 of 255 = 48%
B 107 of 255 = 42%

122
123
107

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

Portions of RGB colors in percentages

R + G + B =
122 + 123 + 107 = 352 (100%)
R 122 of 352 ~ 34.66%
G 123 of 352 ~ 34.94%
B 107 of 352 ~ 30.4%

%34.66
%34.94
%30.4

CMYK color model

#7A7B6B color CMYK value is (1,0,13,52).

  • cyan value is 0.81%
  • magenta value is 0.00%
  • yellow value is 13.01%
  • key color value is 51.76%
CMYK:
(1,0,13,52)
C1M0Y13K52 
(1%,0%,13%,52%)
(0.01/0.00/0.13/0.52)	

CMYK percentages

%0.81
%0
%13.01
%51.76

Codes

Color #7A7B6B in popluar color models

7A7B6B
RGB122123107
HSL64°6.96%45.10%
HSB/HSV64°13.01%48.24%
CMYK0.81%0.00%13.01%
51.76%

Color #7A7B6B in popluar number systems.

HEX7A7B6B
Decimal122123107
Binary111101011110111101011
Octal172173153

Shades and tints

Shades of #7A7B6B

#7A7B6B
(122,123,107)
#6F7062
(111,112,98)
#646559
(100,101,89)
#595A50
(89,90,80)
#4E4F47
(78,79,71)
#43443E
(67,68,62)
#383935
(56,57,53)
#2D2E2C
(45,46,44)
#222323
(34,35,35)
#17181A
(23,24,26)
#0C0D11
(12,13,17)
#000000
(0,0,0)

Tints of #7A7B6B

#7A7B6B
(122,123,107)
#868778
(134,135,120)
#929385
(146,147,133)
#9E9F92
(158,159,146)
#AAAB9F
(170,171,159)
#B6B7AC
(182,183,172)
#C2C3B9
(194,195,185)
#CECFC6
(206,207,198)
#DADBD3
(218,219,211)
#E6E7E0
(230,231,224)
#F2F3ED
(242,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A7B6B; }

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

This text font color is #7A7B6B.


Background Color

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

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

This div background color is #7A7B6B.


Border color

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

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

This div border color is #7A7B6B.


Opacity

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

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

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

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

This text has shadow with #7A7B6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A7B6B on black background.


Color preview on white background

This text has color #7A7B6B on white background.



Black color preview on #7A7B6B background

This text has black color on #7A7B6B background.


White color preview on #7A7B6B background

This text has white color on #7A7B6B background.