COLOR #7A7E81

HEX: #7A7E81
RGB: (122,126,129)

Color info

#7A7E81 contains red, green and blue colors in about the same proportion. Web safe color of #7A7E81 is #666699 (or #669).

RGB color model

#7A7E81 color RGB value is (122,126,129).

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

RGB channels and saturation

R 122 of 255 = 48%
G 126 of 255 = 49%
B 129 of 255 = 51%

122
126
129

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

Portions of RGB colors in percentages

R + G + B =
122 + 126 + 129 = 377 (100%)
R 122 of 377 ~ 32.36%
G 126 of 377 ~ 33.42%
B 129 of 377 ~ 34.22%

%32.36
%33.42
%34.22

CMYK color model

#7A7E81 color CMYK value is (5,2,0,49).

  • cyan value is 5.43%
  • magenta value is 2.33%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(5,2,0,49)
C5M2Y0K49 
(5%,2%,0%,49%)
(0.05/0.02/0.00/0.49)	

CMYK percentages

%5.43
%2.33
%0
%49.41

Codes

Color #7A7E81 in popluar color models

7A7E81
RGB122126129
HSL206°2.79%49.22%
HSB/HSV206°5.43%50.59%
CMYK5.43%2.33%0.00%
49.41%

Color #7A7E81 in popluar number systems.

HEX7A7E81
Decimal122126129
Binary1111010111111010000001
Octal172176201

Shades and tints

Shades of #7A7E81

#7A7E81
(122,126,129)
#6F7376
(111,115,118)
#64686B
(100,104,107)
#595D60
(89,93,96)
#4E5255
(78,82,85)
#43474A
(67,71,74)
#383C3F
(56,60,63)
#2D3134
(45,49,52)
#222629
(34,38,41)
#171B1E
(23,27,30)
#0C1013
(12,16,19)
#000000
(0,0,0)

Tints of #7A7E81

#7A7E81
(122,126,129)
#86898C
(134,137,140)
#929497
(146,148,151)
#9E9FA2
(158,159,162)
#AAAAAD
(170,170,173)
#B6B5B8
(182,181,184)
#C2C0C3
(194,192,195)
#CECBCE
(206,203,206)
#DAD6D9
(218,214,217)
#E6E1E4
(230,225,228)
#F2ECEF
(242,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A7E81; }

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

This text font color is #7A7E81.


Background Color

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

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

This div background color is #7A7E81.


Border color

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

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

This div border color is #7A7E81.


Opacity

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

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

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

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

This text has shadow with #7A7E81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A7E81 on black background.


Color preview on white background

This text has color #7A7E81 on white background.



Black color preview on #7A7E81 background

This text has black color on #7A7E81 background.


White color preview on #7A7E81 background

This text has white color on #7A7E81 background.