COLOR #7A7E5C

HEX: #7A7E5C
RGB: (122,126,92)

Color info

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

RGB color model

#7A7E5C color RGB value is (122,126,92).

  • red value is 122;
  • green value is 126;
  • blue value is 92.
RGB:
(122,126,92)
(48%,49%,36%)

RGB channels and saturation

R 122 of 255 = 48%
G 126 of 255 = 49%
B 92 of 255 = 36%

122
126
92

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

Portions of RGB colors in percentages

R + G + B =
122 + 126 + 92 = 340 (100%)
R 122 of 340 ~ 35.88%
G 126 of 340 ~ 37.06%
B 92 of 340 ~ 27.06%

%35.88
%37.06
%27.06

CMYK color model

#7A7E5C color CMYK value is (3,0,27,51).

  • cyan value is 3.17%
  • magenta value is 0.00%
  • yellow value is 26.98%
  • key color value is 50.59%
CMYK:
(3,0,27,51)
C3M0Y27K51 
(3%,0%,27%,51%)
(0.03/0.00/0.27/0.51)	

CMYK percentages

%3.17
%0
%26.98
%50.59

Codes

Color #7A7E5C in popluar color models

7A7E5C
RGB12212692
HSL67°15.60%42.75%
HSB/HSV67°26.98%49.41%
CMYK3.17%0.00%26.98%
50.59%

Color #7A7E5C in popluar number systems.

HEX7A7E5C
Decimal12212692
Binary111101011111101011100
Octal172176134

Shades and tints

Shades of #7A7E5C

#7A7E5C
(122,126,92)
#6F7354
(111,115,84)
#64684C
(100,104,76)
#595D44
(89,93,68)
#4E523C
(78,82,60)
#434734
(67,71,52)
#383C2C
(56,60,44)
#2D3124
(45,49,36)
#22261C
(34,38,28)
#171B14
(23,27,20)
#0C100C
(12,16,12)
#000000
(0,0,0)

Tints of #7A7E5C

#7A7E5C
(122,126,92)
#86896A
(134,137,106)
#929478
(146,148,120)
#9E9F86
(158,159,134)
#AAAA94
(170,170,148)
#B6B5A2
(182,181,162)
#C2C0B0
(194,192,176)
#CECBBE
(206,203,190)
#DAD6CC
(218,214,204)
#E6E1DA
(230,225,218)
#F2ECE8
(242,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A7E5C color. Also use rgb(122,126,92) instead hex code.

Text Font Color

.myTextColor { color: #7A7E5C; }

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

This text font color is #7A7E5C.


Background Color

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

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

This div background color is #7A7E5C.


Border color

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

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

This div border color is #7A7E5C.


Opacity

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

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

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

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

This text has shadow with #7A7E5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A7E5C on black background.


Color preview on white background

This text has color #7A7E5C on white background.



Black color preview on #7A7E5C background

This text has black color on #7A7E5C background.


White color preview on #7A7E5C background

This text has white color on #7A7E5C background.