COLOR #7A7B86

HEX: #7A7B86
RGB: (122,123,134)

Color info

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

RGB color model

#7A7B86 color RGB value is (122,123,134).

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

RGB channels and saturation

R 122 of 255 = 48%
G 123 of 255 = 48%
B 134 of 255 = 53%

122
123
134

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

Portions of RGB colors in percentages

R + G + B =
122 + 123 + 134 = 379 (100%)
R 122 of 379 ~ 32.19%
G 123 of 379 ~ 32.45%
B 134 of 379 ~ 35.36%

%32.19
%32.45
%35.36

CMYK color model

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

  • cyan value is 8.96%
  • magenta value is 8.21%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(9,8,0,47)
C9M8Y0K47 
(9%,8%,0%,47%)
(0.09/0.08/0.00/0.47)	

CMYK percentages

%8.96
%8.21
%0
%47.45

Codes

Color #7A7B86 in popluar color models

7A7B86
RGB122123134
HSL235°4.72%50.20%
HSB/HSV235°8.96%52.55%
CMYK8.96%8.21%0.00%
47.45%

Color #7A7B86 in popluar number systems.

HEX7A7B86
Decimal122123134
Binary1111010111101110000110
Octal172173206

Shades and tints

Shades of #7A7B86

#7A7B86
(122,123,134)
#6F707A
(111,112,122)
#64656E
(100,101,110)
#595A62
(89,90,98)
#4E4F56
(78,79,86)
#43444A
(67,68,74)
#38393E
(56,57,62)
#2D2E32
(45,46,50)
#222326
(34,35,38)
#17181A
(23,24,26)
#0C0D0E
(12,13,14)
#000000
(0,0,0)

Tints of #7A7B86

#7A7B86
(122,123,134)
#868791
(134,135,145)
#92939C
(146,147,156)
#9E9FA7
(158,159,167)
#AAABB2
(170,171,178)
#B6B7BD
(182,183,189)
#C2C3C8
(194,195,200)
#CECFD3
(206,207,211)
#DADBDE
(218,219,222)
#E6E7E9
(230,231,233)
#F2F3F4
(242,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A7B86; }

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

This text font color is #7A7B86.


Background Color

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

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

This div background color is #7A7B86.


Border color

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

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

This div border color is #7A7B86.


Opacity

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

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

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

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

This text has shadow with #7A7B86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A7B86 on black background.


Color preview on white background

This text has color #7A7B86 on white background.



Black color preview on #7A7B86 background

This text has black color on #7A7B86 background.


White color preview on #7A7B86 background

This text has white color on #7A7B86 background.