COLOR #7A7966

HEX: #7A7966
RGB: (122,121,102)

Color info

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

RGB color model

#7A7966 color RGB value is (122,121,102).

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

RGB channels and saturation

R 122 of 255 = 48%
G 121 of 255 = 47%
B 102 of 255 = 40%

122
121
102

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

Portions of RGB colors in percentages

R + G + B =
122 + 121 + 102 = 345 (100%)
R 122 of 345 ~ 35.36%
G 121 of 345 ~ 35.07%
B 102 of 345 ~ 29.57%

%35.36
%35.07
%29.57

CMYK color model

#7A7966 color CMYK value is (0,1,16,52).

  • cyan value is 0.00%
  • magenta value is 0.82%
  • yellow value is 16.39%
  • key color value is 52.16%
CMYK:
(0,1,16,52)
C0M1Y16K52 
(0%,1%,16%,52%)
(0.00/0.01/0.16/0.52)	

CMYK percentages

%0
%0.82
%16.39
%52.16

Codes

Color #7A7966 in popluar color models

7A7966
RGB122121102
HSL57°8.93%43.92%
HSB/HSV57°16.39%47.84%
CMYK0.00%0.82%16.39%
52.16%

Color #7A7966 in popluar number systems.

HEX7A7966
Decimal122121102
Binary111101011110011100110
Octal172171146

Shades and tints

Shades of #7A7966

#7A7966
(122,121,102)
#6F6E5D
(111,110,93)
#646354
(100,99,84)
#59584B
(89,88,75)
#4E4D42
(78,77,66)
#434239
(67,66,57)
#383730
(56,55,48)
#2D2C27
(45,44,39)
#22211E
(34,33,30)
#171615
(23,22,21)
#0C0B0C
(12,11,12)
#000000
(0,0,0)

Tints of #7A7966

#7A7966
(122,121,102)
#868573
(134,133,115)
#929180
(146,145,128)
#9E9D8D
(158,157,141)
#AAA99A
(170,169,154)
#B6B5A7
(182,181,167)
#C2C1B4
(194,193,180)
#CECDC1
(206,205,193)
#DAD9CE
(218,217,206)
#E6E5DB
(230,229,219)
#F2F1E8
(242,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A7966; }

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

This text font color is #7A7966.


Background Color

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

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

This div background color is #7A7966.


Border color

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

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

This div border color is #7A7966.


Opacity

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

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

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

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

This text has shadow with #7A7966 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A7966 on black background.


Color preview on white background

This text has color #7A7966 on white background.



Black color preview on #7A7966 background

This text has black color on #7A7966 background.


White color preview on #7A7966 background

This text has white color on #7A7966 background.