COLOR #73717A

HEX: #73717A RGB: (115,113,122)

Color info

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

RGB color model

#73717A color RGB value is (115,113,122).

RGB: (115,113,122) (45%, 44%, 48%)

RGB channels and saturation

R 115 of 255 = 45%
G 113 of 255 = 44%
B 122 of 255 = 48%

115
113
122

R + G + B ~ 46%. #73717A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 115 + 113 + 122 = 350 (100%)
R 115 of 350 ~ 32.86%
G 113 of 350 ~ 32.29%
B 122 of 350 ~ 34.86'%

%32.86
%32.29
%34.86

CMYK color model

#73717A color CMYK value is (6,7,0,52).

  • cyan value is 5.74%
  • magenta value is 7.38%
  • yellow value is 0.00%
  • key color value is 52.16%

CMYK: (6,7,0,52)
C6M7Y0K52 (6%, 7%, 0%, 52%)
(0.06 / 0.07 / 0.00 / 0.52)

CMYK percentages

%5.74
%7.38
%0
%52.16

Codes

Color #73717A in popluar color models

73 71 7A
RGB 115 113 122
HSL 253° 3.83% 46.08%
HSB/HSV 253° 7.38% 47.84%
CMYK 5.74% 7.38% 0.00%
52.16%

Color #73717A in popluar number systems.

HEX 73 71 7A
Decimal 115 113 122
Binary 1110011 1110001 1111010
Octal 163 161 172

Shades and tints

Shades of #73717A

#73717A
(115,113,122)
#69676F
(105,103,111)
#5F5D64
(95,93,100)
#555359
(85,83,89)
#4B494E
(75,73,78)
#413F43
(65,63,67)
#373538
(55,53,56)
#2D2B2D
(45,43,45)
#232122
(35,33,34)
#191717
(25,23,23)
#0F0D0C
(15,13,12)
#000000
(0,0,0)

Tints of #73717A

#73717A
(115,113,122)
#7F7D86
(127,125,134)
#8B8992
(139,137,146)
#97959E
(151,149,158)
#A3A1AA
(163,161,170)
#AFADB6
(175,173,182)
#BBB9C2
(187,185,194)
#C7C5CE
(199,197,206)
#D3D1DA
(211,209,218)
#DFDDE6
(223,221,230)
#EBE9F2
(235,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73717A color. Also use rgb(115,113,122) instead hex code.

Text Font Color

.myTextColor { color: #73717A; }

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

This text font color is #73717A.

Background Color

.myBgColor { background-color: #73717A; }

<div style="background-color:#73717A">Inner text</div>

This div background color is #73717A.

Border color

.myBorderColor { border: 1px solid #73717A; }

<div style="border:3px solid #73717A">Div</div>

This div border color is #73717A.

Opacity

.myOpacity80 { color: #73717A; opacity: 0.8; }

<p style="color:#73717A;opacity:0.8;">80%</p>

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

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

This text has shadow with #73717A color.


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

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

This text has shadow with #73717A primary color and red secondary color.


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

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

This text has shadow with #73717A and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #73717A.

Preview

Color preview on black background

This text has color #73717A on black background.


Color preview on white background

This text has color #73717A on white background.


Black color preview on #73717A background

This text has black color on #73717A background.


White color preview on #73717A background

This text has white color on #73717A background.


Related colors

Complementary color

Complementary color for #hex is #8C8E85.


I love getcolorcode.com

Triadic colors

1 #7A7371 and #717A73 with #73717A are triadic colors.

2 #7A7173 and #71737A with #73717A are triadic colors.