COLOR #7A757B

HEX: #7A757B RGB: (122,117,123)

Color info

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

RGB color model

#7A757B color RGB value is (122,117,123).

RGB: (122,117,123) (48%, 46%, 48%)

RGB channels and saturation

R 122 of 255 = 48%
G 117 of 255 = 46%
B 123 of 255 = 48%

122
117
123

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

Portions of RGB colors in percentages

R + G + B = 122 + 117 + 123 = 362 (100%)
R 122 of 362 ~ 33.7%
G 117 of 362 ~ 32.32%
B 123 of 362 ~ 33.98'%

%33.7
%32.32
%33.98

CMYK color model

#7A757B color CMYK value is (1,5,0,52).

  • cyan value is 0.81%
  • magenta value is 4.88%
  • yellow value is 0.00%
  • key color value is 51.76%

CMYK: (1,5,0,52)
C1M5Y0K52 (1%, 5%, 0%, 52%)
(0.01 / 0.05 / 0.00 / 0.52)

CMYK percentages

%0.81
%4.88
%0
%51.76

Codes

Color #7A757B in popluar color models

7A 75 7B
RGB 122 117 123
HSL 290° 2.50% 47.06%
HSB/HSV 290° 4.88% 48.24%
CMYK 0.81% 4.88% 0.00%
51.76%

Color #7A757B in popluar number systems.

HEX 7A 75 7B
Decimal 122 117 123
Binary 1111010 1110101 1111011
Octal 172 165 173

Shades and tints

Shades of #7A757B

#7A757B
(122,117,123)
#6F6B70
(111,107,112)
#646165
(100,97,101)
#59575A
(89,87,90)
#4E4D4F
(78,77,79)
#434344
(67,67,68)
#383939
(56,57,57)
#2D2F2E
(45,47,46)
#222523
(34,37,35)
#171B18
(23,27,24)
#0C110D
(12,17,13)
#000000
(0,0,0)

Tints of #7A757B

#7A757B
(122,117,123)
#868187
(134,129,135)
#928D93
(146,141,147)
#9E999F
(158,153,159)
#AAA5AB
(170,165,171)
#B6B1B7
(182,177,183)
#C2BDC3
(194,189,195)
#CEC9CF
(206,201,207)
#DAD5DB
(218,213,219)
#E6E1E7
(230,225,231)
#F2EDF3
(242,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A757B; }

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

This text font color is #7A757B.

Background Color

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

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

This div background color is #7A757B.

Border color

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

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

This div border color is #7A757B.

Opacity

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

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

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

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

This text has shadow with #7A757B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A757B.

Preview

Color preview on black background

This text has color #7A757B on black background.


Color preview on white background

This text has color #7A757B on white background.


Black color preview on #7A757B background

This text has black color on #7A757B background.


White color preview on #7A757B background

This text has white color on #7A757B background.


Related colors

Complementary color

Complementary color for #hex is #858A84.


I love getcolorcode.com

Triadic colors

1 #7B7A75 and #757B7A with #7A757B are triadic colors.

2 #7B757A and #757A7B with #7A757B are triadic colors.