COLOR #7A7C8E

HEX: #7A7C8E RGB: (122,124,142)

Color info

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

RGB color model

#7A7C8E color RGB value is (122,124,142).

RGB: (122,124,142) (48%, 49%, 56%)

RGB channels and saturation

R 122 of 255 = 48%
G 124 of 255 = 49%
B 142 of 255 = 56%

122
124
142

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

Portions of RGB colors in percentages

R + G + B = 122 + 124 + 142 = 388 (100%)
R 122 of 388 ~ 31.44%
G 124 of 388 ~ 31.96%
B 142 of 388 ~ 36.6'%

%31.44
%31.96
%36.6

CMYK color model

#7A7C8E color CMYK value is (14,13,0,44).

  • cyan value is 14.08%
  • magenta value is 12.68%
  • yellow value is 0.00%
  • key color value is 44.31%

CMYK: (14,13,0,44)
C14M13Y0K44 (14%, 13%, 0%, 44%)
(0.14 / 0.13 / 0.00 / 0.44)

CMYK percentages

%14.08
%12.68
%0
%44.31

Codes

Color #7A7C8E in popluar color models

7A 7C 8E
RGB 122 124 142
HSL 234° 8.13% 51.76%
HSB/HSV 234° 14.08% 55.69%
CMYK 14.08% 12.68% 0.00%
44.31%

Color #7A7C8E in popluar number systems.

HEX 7A 7C 8E
Decimal 122 124 142
Binary 1111010 1111100 10001110
Octal 172 174 216

Shades and tints

Shades of #7A7C8E

#7A7C8E
(122,124,142)
#6F7182
(111,113,130)
#646676
(100,102,118)
#595B6A
(89,91,106)
#4E505E
(78,80,94)
#434552
(67,69,82)
#383A46
(56,58,70)
#2D2F3A
(45,47,58)
#22242E
(34,36,46)
#171922
(23,25,34)
#0C0E16
(12,14,22)
#000000
(0,0,0)

Tints of #7A7C8E

#7A7C8E
(122,124,142)
#868798
(134,135,152)
#9292A2
(146,146,162)
#9E9DAC
(158,157,172)
#AAA8B6
(170,168,182)
#B6B3C0
(182,179,192)
#C2BECA
(194,190,202)
#CEC9D4
(206,201,212)
#DAD4DE
(218,212,222)
#E6DFE8
(230,223,232)
#F2EAF2
(242,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A7C8E; }

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

This text font color is #7A7C8E.

Background Color

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

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

This div background color is #7A7C8E.

Border color

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

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

This div border color is #7A7C8E.

Opacity

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

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

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

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

This text has shadow with #7A7C8E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A7C8E.

Preview

Color preview on black background

This text has color #7A7C8E on black background.


Color preview on white background

This text has color #7A7C8E on white background.


Black color preview on #7A7C8E background

This text has black color on #7A7C8E background.


White color preview on #7A7C8E background

This text has white color on #7A7C8E background.


Related colors

Complementary color

Complementary color for #hex is #858371.


I love getcolorcode.com

Triadic colors

1 #8E7A7C and #7C8E7A with #7A7C8E are triadic colors.

2 #8E7C7A and #7C7A8E with #7A7C8E are triadic colors.