COLOR #7A707E

HEX: #7A707E RGB: (122,112,126)

Color info

#7A707E contains red, green and blue colors in about the same proportion. Web safe color of #7A707E is #666666 (or #666).

RGB color model

#7A707E color RGB value is (122,112,126).

RGB: (122,112,126) (48%, 44%, 49%)

RGB channels and saturation

R 122 of 255 = 48%
G 112 of 255 = 44%
B 126 of 255 = 49%

122
112
126

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

Portions of RGB colors in percentages

R + G + B = 122 + 112 + 126 = 360 (100%)
R 122 of 360 ~ 33.89%
G 112 of 360 ~ 31.11%
B 126 of 360 ~ 35'%

%33.89
%31.11
%35

CMYK color model

#7A707E color CMYK value is (3,11,0,51).

  • cyan value is 3.17%
  • magenta value is 11.11%
  • yellow value is 0.00%
  • key color value is 50.59%

CMYK: (3,11,0,51)
C3M11Y0K51 (3%, 11%, 0%, 51%)
(0.03 / 0.11 / 0.00 / 0.51)

CMYK percentages

%3.17
%11.11
%0
%50.59

Codes

Color #7A707E in popluar color models

7A 70 7E
RGB 122 112 126
HSL 283° 5.88% 46.67%
HSB/HSV 283° 11.11% 49.41%
CMYK 3.17% 11.11% 0.00%
50.59%

Color #7A707E in popluar number systems.

HEX 7A 70 7E
Decimal 122 112 126
Binary 1111010 1110000 1111110
Octal 172 160 176

Shades and tints

Shades of #7A707E

#7A707E
(122,112,126)
#6F6673
(111,102,115)
#645C68
(100,92,104)
#59525D
(89,82,93)
#4E4852
(78,72,82)
#433E47
(67,62,71)
#38343C
(56,52,60)
#2D2A31
(45,42,49)
#222026
(34,32,38)
#17161B
(23,22,27)
#0C0C10
(12,12,16)
#000000
(0,0,0)

Tints of #7A707E

#7A707E
(122,112,126)
#867D89
(134,125,137)
#928A94
(146,138,148)
#9E979F
(158,151,159)
#AAA4AA
(170,164,170)
#B6B1B5
(182,177,181)
#C2BEC0
(194,190,192)
#CECBCB
(206,203,203)
#DAD8D6
(218,216,214)
#E6E5E1
(230,229,225)
#F2F2EC
(242,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A707E; }

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

This text font color is #7A707E.

Background Color

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

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

This div background color is #7A707E.

Border color

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

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

This div border color is #7A707E.

Opacity

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

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

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

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

This text has shadow with #7A707E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A707E.

Preview

Color preview on black background

This text has color #7A707E on black background.


Color preview on white background

This text has color #7A707E on white background.


Black color preview on #7A707E background

This text has black color on #7A707E background.


White color preview on #7A707E background

This text has white color on #7A707E background.


Related colors

Complementary color

Complementary color for #hex is #858F81.


I love getcolorcode.com

Triadic colors

1 #7E7A70 and #707E7A with #7A707E are triadic colors.

2 #7E707A and #707A7E with #7A707E are triadic colors.