COLOR #7A7B8B

HEX: #7A7B8B RGB: (122,123,139)

Color info

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

RGB color model

#7A7B8B color RGB value is (122,123,139).

RGB: (122,123,139) (48%, 48%, 55%)

RGB channels and saturation

R 122 of 255 = 48%
G 123 of 255 = 48%
B 139 of 255 = 55%

122
123
139

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

Portions of RGB colors in percentages

R + G + B = 122 + 123 + 139 = 384 (100%)
R 122 of 384 ~ 31.77%
G 123 of 384 ~ 32.03%
B 139 of 384 ~ 36.2'%

%31.77
%32.03
%36.2

CMYK color model

#7A7B8B color CMYK value is (12,12,0,45).

  • cyan value is 12.23%
  • magenta value is 11.51%
  • yellow value is 0.00%
  • key color value is 45.49%

CMYK: (12,12,0,45)
C12M12Y0K45 (12%, 12%, 0%, 45%)
(0.12 / 0.12 / 0.00 / 0.45)

CMYK percentages

%12.23
%11.51
%0
%45.49

Codes

Color #7A7B8B in popluar color models

7A 7B 8B
RGB 122 123 139
HSL 236° 6.83% 51.18%
HSB/HSV 236° 12.23% 54.51%
CMYK 12.23% 11.51% 0.00%
45.49%

Color #7A7B8B in popluar number systems.

HEX 7A 7B 8B
Decimal 122 123 139
Binary 1111010 1111011 10001011
Octal 172 173 213

Shades and tints

Shades of #7A7B8B

#7A7B8B
(122,123,139)
#6F707F
(111,112,127)
#646573
(100,101,115)
#595A67
(89,90,103)
#4E4F5B
(78,79,91)
#43444F
(67,68,79)
#383943
(56,57,67)
#2D2E37
(45,46,55)
#22232B
(34,35,43)
#17181F
(23,24,31)
#0C0D13
(12,13,19)
#000000
(0,0,0)

Tints of #7A7B8B

#7A7B8B
(122,123,139)
#868795
(134,135,149)
#92939F
(146,147,159)
#9E9FA9
(158,159,169)
#AAABB3
(170,171,179)
#B6B7BD
(182,183,189)
#C2C3C7
(194,195,199)
#CECFD1
(206,207,209)
#DADBDB
(218,219,219)
#E6E7E5
(230,231,229)
#F2F3EF
(242,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A7B8B; }

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

This text font color is #7A7B8B.

Background Color

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

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

This div background color is #7A7B8B.

Border color

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

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

This div border color is #7A7B8B.

Opacity

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

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

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

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

This text has shadow with #7A7B8B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A7B8B.

Preview

Color preview on black background

This text has color #7A7B8B on black background.


Color preview on white background

This text has color #7A7B8B on white background.


Black color preview on #7A7B8B background

This text has black color on #7A7B8B background.


White color preview on #7A7B8B background

This text has white color on #7A7B8B background.


Related colors

Complementary color

Complementary color for #hex is #858474.


I love getcolorcode.com

Triadic colors

1 #8B7A7B and #7B8B7A with #7A7B8B are triadic colors.

2 #8B7B7A and #7B7A8B with #7A7B8B are triadic colors.