COLOR #7A7660

HEX: #7A7660
RGB: (122,118,96)

Color info

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

RGB color model

#7A7660 color RGB value is (122,118,96).

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

RGB channels and saturation

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

122
118
96

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

Portions of RGB colors in percentages

R + G + B =
122 + 118 + 96 = 336 (100%)
R 122 of 336 ~ 36.31%
G 118 of 336 ~ 35.12%
B 96 of 336 ~ 28.57%

%36.31
%35.12
%28.57

CMYK color model

#7A7660 color CMYK value is (0,3,21,52).

  • cyan value is 0.00%
  • magenta value is 3.28%
  • yellow value is 21.31%
  • key color value is 52.16%
CMYK:
(0,3,21,52)
C0M3Y21K52 
(0%,3%,21%,52%)
(0.00/0.03/0.21/0.52)	

CMYK percentages

%0
%3.28
%21.31
%52.16

Codes

Color #7A7660 in popluar color models

7A7660
RGB12211896
HSL51°11.93%42.75%
HSB/HSV51°21.31%47.84%
CMYK0.00%3.28%21.31%
52.16%

Color #7A7660 in popluar number systems.

HEX7A7660
Decimal12211896
Binary111101011101101100000
Octal172166140

Shades and tints

Shades of #7A7660

#7A7660
(122,118,96)
#6F6C58
(111,108,88)
#646250
(100,98,80)
#595848
(89,88,72)
#4E4E40
(78,78,64)
#434438
(67,68,56)
#383A30
(56,58,48)
#2D3028
(45,48,40)
#222620
(34,38,32)
#171C18
(23,28,24)
#0C1210
(12,18,16)
#000000
(0,0,0)

Tints of #7A7660

#7A7660
(122,118,96)
#86826E
(134,130,110)
#928E7C
(146,142,124)
#9E9A8A
(158,154,138)
#AAA698
(170,166,152)
#B6B2A6
(182,178,166)
#C2BEB4
(194,190,180)
#CECAC2
(206,202,194)
#DAD6D0
(218,214,208)
#E6E2DE
(230,226,222)
#F2EEEC
(242,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A7660; }

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

This text font color is #7A7660.


Background Color

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

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

This div background color is #7A7660.


Border color

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

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

This div border color is #7A7660.


Opacity

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

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

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

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

This text has shadow with #7A7660 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A7660 on black background.


Color preview on white background

This text has color #7A7660 on white background.



Black color preview on #7A7660 background

This text has black color on #7A7660 background.


White color preview on #7A7660 background

This text has white color on #7A7660 background.