COLOR #7A717C

HEX: #7A717C
RGB: (122,113,124)

Color info

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

RGB color model

#7A717C color RGB value is (122,113,124).

  • red value is 122;
  • green value is 113;
  • blue value is 124.
RGB:
(122,113,124)
(48%,44%,49%)

RGB channels and saturation

R 122 of 255 = 48%
G 113 of 255 = 44%
B 124 of 255 = 49%

122
113
124

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

Portions of RGB colors in percentages

R + G + B =
122 + 113 + 124 = 359 (100%)
R 122 of 359 ~ 33.98%
G 113 of 359 ~ 31.48%
B 124 of 359 ~ 34.54%

%33.98
%31.48
%34.54

CMYK color model

#7A717C color CMYK value is (2,9,0,51).

  • cyan value is 1.61%
  • magenta value is 8.87%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(2,9,0,51)
C2M9Y0K51 
(2%,9%,0%,51%)
(0.02/0.09/0.00/0.51)	

CMYK percentages

%1.61
%8.87
%0
%51.37

Codes

Color #7A717C in popluar color models

7A717C
RGB122113124
HSL289°4.64%46.47%
HSB/HSV289°8.87%48.63%
CMYK1.61%8.87%0.00%
51.37%

Color #7A717C in popluar number systems.

HEX7A717C
Decimal122113124
Binary111101011100011111100
Octal172161174

Shades and tints

Shades of #7A717C

#7A717C
(122,113,124)
#6F6771
(111,103,113)
#645D66
(100,93,102)
#59535B
(89,83,91)
#4E4950
(78,73,80)
#433F45
(67,63,69)
#38353A
(56,53,58)
#2D2B2F
(45,43,47)
#222124
(34,33,36)
#171719
(23,23,25)
#0C0D0E
(12,13,14)
#000000
(0,0,0)

Tints of #7A717C

#7A717C
(122,113,124)
#867D87
(134,125,135)
#928992
(146,137,146)
#9E959D
(158,149,157)
#AAA1A8
(170,161,168)
#B6ADB3
(182,173,179)
#C2B9BE
(194,185,190)
#CEC5C9
(206,197,201)
#DAD1D4
(218,209,212)
#E6DDDF
(230,221,223)
#F2E9EA
(242,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A717C; }

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

This text font color is #7A717C.


Background Color

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

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

This div background color is #7A717C.


Border color

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

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

This div border color is #7A717C.


Opacity

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

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

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

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

This text has shadow with #7A717C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A717C on black background.


Color preview on white background

This text has color #7A717C on white background.



Black color preview on #7A717C background

This text has black color on #7A717C background.


White color preview on #7A717C background

This text has white color on #7A717C background.