COLOR #74737A

HEX: #74737A
RGB: (116,115,122)

Color info

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

RGB color model

#74737A color RGB value is (116,115,122).

  • red value is 116;
  • green value is 115;
  • blue value is 122.
RGB:
(116,115,122)
(45%,45%,48%)

RGB channels and saturation

R 116 of 255 = 45%
G 115 of 255 = 45%
B 122 of 255 = 48%

116
115
122

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

Portions of RGB colors in percentages

R + G + B =
116 + 115 + 122 = 353 (100%)
R 116 of 353 ~ 32.86%
G 115 of 353 ~ 32.58%
B 122 of 353 ~ 34.56%

%32.86
%32.58
%34.56

CMYK color model

#74737A color CMYK value is (5,6,0,52).

  • cyan value is 4.92%
  • magenta value is 5.74%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(5,6,0,52)
C5M6Y0K52 
(5%,6%,0%,52%)
(0.05/0.06/0.00/0.52)	

CMYK percentages

%4.92
%5.74
%0
%52.16

Codes

Color #74737A in popluar color models

74737A
RGB116115122
HSL249°2.95%46.47%
HSB/HSV249°5.74%47.84%
CMYK4.92%5.74%0.00%
52.16%

Color #74737A in popluar number systems.

HEX74737A
Decimal116115122
Binary111010011100111111010
Octal164163172

Shades and tints

Shades of #74737A

#74737A
(116,115,122)
#6A696F
(106,105,111)
#605F64
(96,95,100)
#565559
(86,85,89)
#4C4B4E
(76,75,78)
#424143
(66,65,67)
#383738
(56,55,56)
#2E2D2D
(46,45,45)
#242322
(36,35,34)
#1A1917
(26,25,23)
#100F0C
(16,15,12)
#000000
(0,0,0)

Tints of #74737A

#74737A
(116,115,122)
#807F86
(128,127,134)
#8C8B92
(140,139,146)
#98979E
(152,151,158)
#A4A3AA
(164,163,170)
#B0AFB6
(176,175,182)
#BCBBC2
(188,187,194)
#C8C7CE
(200,199,206)
#D4D3DA
(212,211,218)
#E0DFE6
(224,223,230)
#ECEBF2
(236,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74737A; }

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

This text font color is #74737A.


Background Color

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

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

This div background color is #74737A.


Border color

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

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

This div border color is #74737A.


Opacity

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

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

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

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

This text has shadow with #74737A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74737A on black background.


Color preview on white background

This text has color #74737A on white background.



Black color preview on #74737A background

This text has black color on #74737A background.


White color preview on #74737A background

This text has white color on #74737A background.