COLOR #7A7666

HEX: #7A7666
RGB: (122,118,102)

Color info

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

RGB color model

#7A7666 color RGB value is (122,118,102).

  • red value is 122;
  • green value is 118;
  • blue value is 102.
RGB: (122,118,102) (48%,46%,40%)

RGB channels and saturation

R 122 of 255 = 48%
G 118 of 255 = 46%
B 102 of 255 = 40%

122
118
102

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

Portions of RGB colors in percentages

R + G + B =
122 + 118 + 102 = 342 (100%)
R 122 of 342 ~ 35.67%
G 118 of 342 ~ 34.5%
B 102 of 342 ~ 29.82%

%35.67
%34.5
%29.82

CMYK color model

#7A7666 color CMYK value is (0,3,16,52).

  • cyan value is 0.00%
  • magenta value is 3.28%
  • yellow value is 16.39%
  • key color value is 52.16%
CMYK: (0,3,16,52) C0M3Y16K52 (0%,3%,16%,52%) (0.00/0.03/0.16/0.52)

CMYK percentages

%0
%3.28
%16.39
%52.16

Codes

Color #7A7666 in popluar color models

7A7666
RGB122118102
HSL48°8.93%43.92%
HSB/HSV48°16.39%47.84%
CMYK0.00%3.28%16.39%
52.16%

Color #7A7666 in popluar number systems.

HEX7A7666
Decimal122118102
Binary111101011101101100110
Octal172166146

Shades and tints

Shades of #7A7666

#7A7666
(122,118,102)
#6F6C5D
(111,108,93)
#646254
(100,98,84)
#59584B
(89,88,75)
#4E4E42
(78,78,66)
#434439
(67,68,57)
#383A30
(56,58,48)
#2D3027
(45,48,39)
#22261E
(34,38,30)
#171C15
(23,28,21)
#0C120C
(12,18,12)
#000000
(0,0,0)

Tints of #7A7666

#7A7666
(122,118,102)
#868273
(134,130,115)
#928E80
(146,142,128)
#9E9A8D
(158,154,141)
#AAA69A
(170,166,154)
#B6B2A7
(182,178,167)
#C2BEB4
(194,190,180)
#CECAC1
(206,202,193)
#DAD6CE
(218,214,206)
#E6E2DB
(230,226,219)
#F2EEE8
(242,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A7666 color. Also use rgb(122,118,102) instead hex code.

Text Font Color

.myTextColor { color: #7A7666; }

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

This text font color is #7A7666.


Background Color

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

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

This div background color is #7A7666.


Border color

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

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

This div border color is #7A7666.


Opacity

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

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

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

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

This text has shadow with #7A7666 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #7A7666 on black background.


Color preview on white background

This text has color #7A7666 on white background.



Black color preview on #7A7666 background

This text has black color on #7A7666 background.


White color preview on #7A7666 background

This text has white color on #7A7666 background.