COLOR #7A7662

HEX: #7A7662 RGB: (122,118,98)

Color info

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

RGB color model

#7A7662 color RGB value is (122,118,98).

RGB: (122,118,98) (48%, 46%, 38%)

RGB channels and saturation

R 122 of 255 = 48%
G 118 of 255 = 46%
B 98 of 255 = 38%

122
118
98

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

Portions of RGB colors in percentages

R + G + B = 122 + 118 + 98 = 338 (100%)
R 122 of 338 ~ 36.09%
G 118 of 338 ~ 34.91%
B 98 of 338 ~ 28.99'%

%36.09
%34.91
%28.99

CMYK color model

#7A7662 color CMYK value is (0,3,20,52).

  • cyan value is 0.00%
  • magenta value is 3.28%
  • yellow value is 19.67%
  • key color value is 52.16%

CMYK: (0,3,20,52)
C0M3Y20K52 (0%, 3%, 20%, 52%)
(0.00 / 0.03 / 0.20 / 0.52)

CMYK percentages

%0
%3.28
%19.67
%52.16

Codes

Color #7A7662 in popluar color models

7A 76 62
RGB 122 118 98
HSL 50° 10.91% 43.14%
HSB/HSV 50° 19.67% 47.84%
CMYK 0.00% 3.28% 19.67%
52.16%

Color #7A7662 in popluar number systems.

HEX 7A 76 62
Decimal 122 118 98
Binary 1111010 1110110 1100010
Octal 172 166 142

Shades and tints

Shades of #7A7662

#7A7662
(122,118,98)
#6F6C5A
(111,108,90)
#646252
(100,98,82)
#59584A
(89,88,74)
#4E4E42
(78,78,66)
#43443A
(67,68,58)
#383A32
(56,58,50)
#2D302A
(45,48,42)
#222622
(34,38,34)
#171C1A
(23,28,26)
#0C1212
(12,18,18)
#000000
(0,0,0)

Tints of #7A7662

#7A7662
(122,118,98)
#868270
(134,130,112)
#928E7E
(146,142,126)
#9E9A8C
(158,154,140)
#AAA69A
(170,166,154)
#B6B2A8
(182,178,168)
#C2BEB6
(194,190,182)
#CECAC4
(206,202,196)
#DAD6D2
(218,214,210)
#E6E2E0
(230,226,224)
#F2EEEE
(242,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A7662; }

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

This text font color is #7A7662.

Background Color

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

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

This div background color is #7A7662.

Border color

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

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

This div border color is #7A7662.

Opacity

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

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

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

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

This text has shadow with #7A7662 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A7662.

Preview

Color preview on black background

This text has color #7A7662 on black background.


Color preview on white background

This text has color #7A7662 on white background.


Black color preview on #7A7662 background

This text has black color on #7A7662 background.


White color preview on #7A7662 background

This text has white color on #7A7662 background.


Related colors

Complementary color

Complementary color for #hex is #85899D.


I love getcolorcode.com

Triadic colors

1 #627A76 and #76627A with #7A7662 are triadic colors.

2 #62767A and #767A62 with #7A7662 are triadic colors.