COLOR #7A7C86

HEX: #7A7C86
RGB: (122,124,134)

Color info

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

RGB color model

#7A7C86 color RGB value is (122,124,134).

  • red value is 122;
  • green value is 124;
  • blue value is 134.
RGB:
(122,124,134)
(48%,49%,53%)

RGB channels and saturation

R 122 of 255 = 48%
G 124 of 255 = 49%
B 134 of 255 = 53%

122
124
134

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

Portions of RGB colors in percentages

R + G + B =
122 + 124 + 134 = 380 (100%)
R 122 of 380 ~ 32.11%
G 124 of 380 ~ 32.63%
B 134 of 380 ~ 35.26%

%32.11
%32.63
%35.26

CMYK color model

#7A7C86 color CMYK value is (9,7,0,47).

  • cyan value is 8.96%
  • magenta value is 7.46%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(9,7,0,47)
C9M7Y0K47 
(9%,7%,0%,47%)
(0.09/0.07/0.00/0.47)	

CMYK percentages

%8.96
%7.46
%0
%47.45

Codes

Color #7A7C86 in popluar color models

7A7C86
RGB122124134
HSL230°4.72%50.20%
HSB/HSV230°8.96%52.55%
CMYK8.96%7.46%0.00%
47.45%

Color #7A7C86 in popluar number systems.

HEX7A7C86
Decimal122124134
Binary1111010111110010000110
Octal172174206

Shades and tints

Shades of #7A7C86

#7A7C86
(122,124,134)
#6F717A
(111,113,122)
#64666E
(100,102,110)
#595B62
(89,91,98)
#4E5056
(78,80,86)
#43454A
(67,69,74)
#383A3E
(56,58,62)
#2D2F32
(45,47,50)
#222426
(34,36,38)
#17191A
(23,25,26)
#0C0E0E
(12,14,14)
#000000
(0,0,0)

Tints of #7A7C86

#7A7C86
(122,124,134)
#868791
(134,135,145)
#92929C
(146,146,156)
#9E9DA7
(158,157,167)
#AAA8B2
(170,168,178)
#B6B3BD
(182,179,189)
#C2BEC8
(194,190,200)
#CEC9D3
(206,201,211)
#DAD4DE
(218,212,222)
#E6DFE9
(230,223,233)
#F2EAF4
(242,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A7C86 color. Also use rgb(122,124,134) instead hex code.

Text Font Color

.myTextColor { color: #7A7C86; }

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

This text font color is #7A7C86.


Background Color

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

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

This div background color is #7A7C86.


Border color

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

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

This div border color is #7A7C86.


Opacity

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

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

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

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

This text has shadow with #7A7C86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A7C86 on black background.


Color preview on white background

This text has color #7A7C86 on white background.



Black color preview on #7A7C86 background

This text has black color on #7A7C86 background.


White color preview on #7A7C86 background

This text has white color on #7A7C86 background.