COLOR #74797C

HEX: #74797C
RGB: (116,121,124)

Color info

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

RGB color model

#74797C color RGB value is (116,121,124).

  • red value is 116;
  • green value is 121;
  • blue value is 124.
RGB:
(116,121,124)
(45%,47%,49%)

RGB channels and saturation

R 116 of 255 = 45%
G 121 of 255 = 47%
B 124 of 255 = 49%

116
121
124

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

Portions of RGB colors in percentages

R + G + B =
116 + 121 + 124 = 361 (100%)
R 116 of 361 ~ 32.13%
G 121 of 361 ~ 33.52%
B 124 of 361 ~ 34.35%

%32.13
%33.52
%34.35

CMYK color model

#74797C color CMYK value is (6,2,0,51).

  • cyan value is 6.45%
  • magenta value is 2.42%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(6,2,0,51)
C6M2Y0K51 
(6%,2%,0%,51%)
(0.06/0.02/0.00/0.51)	

CMYK percentages

%6.45
%2.42
%0
%51.37

Codes

Color #74797C in popluar color models

74797C
RGB116121124
HSL203°3.33%47.06%
HSB/HSV203°6.45%48.63%
CMYK6.45%2.42%0.00%
51.37%

Color #74797C in popluar number systems.

HEX74797C
Decimal116121124
Binary111010011110011111100
Octal164171174

Shades and tints

Shades of #74797C

#74797C
(116,121,124)
#6A6E71
(106,110,113)
#606366
(96,99,102)
#56585B
(86,88,91)
#4C4D50
(76,77,80)
#424245
(66,66,69)
#38373A
(56,55,58)
#2E2C2F
(46,44,47)
#242124
(36,33,36)
#1A1619
(26,22,25)
#100B0E
(16,11,14)
#000000
(0,0,0)

Tints of #74797C

#74797C
(116,121,124)
#808587
(128,133,135)
#8C9192
(140,145,146)
#989D9D
(152,157,157)
#A4A9A8
(164,169,168)
#B0B5B3
(176,181,179)
#BCC1BE
(188,193,190)
#C8CDC9
(200,205,201)
#D4D9D4
(212,217,212)
#E0E5DF
(224,229,223)
#ECF1EA
(236,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74797C color. Also use rgb(116,121,124) instead hex code.

Text Font Color

.myTextColor { color: #74797C; }

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

This text font color is #74797C.


Background Color

.myBgColor { background-color: #74797C; }

<div style="background-color:#74797C">Inner text</div>

This div background color is #74797C.


Border color

.myBorderColor { border: 1px solid #74797C; }

<div style="border:3px solid #74797C">Div</div>

This div border color is #74797C.


Opacity

.myOpacity80 { color: #74797C; opacity: 0.8; }

<p style="color:#74797C;opacity:0.8;">80%</p>

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

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

This text has shadow with #74797C color.

.textShadow {text-shadow: 3px 3px 1px #74797C, 3px 3px 1px red;}

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

This text has shadow with #74797C primary color and red secondary color.


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

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

This text has shadow with #74797C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74797C on black background.


Color preview on white background

This text has color #74797C on white background.



Black color preview on #74797C background

This text has black color on #74797C background.


White color preview on #74797C background

This text has white color on #74797C background.