COLOR #74707C

HEX: #74707C
RGB: (116,112,124)

Color info

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

RGB color model

#74707C color RGB value is (116,112,124).

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

RGB channels and saturation

R 116 of 255 = 45%
G 112 of 255 = 44%
B 124 of 255 = 49%

116
112
124

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

Portions of RGB colors in percentages

R + G + B =
116 + 112 + 124 = 352 (100%)
R 116 of 352 ~ 32.95%
G 112 of 352 ~ 31.82%
B 124 of 352 ~ 35.23%

%32.95
%31.82
%35.23

CMYK color model

#74707C color CMYK value is (6,10,0,51).

  • cyan value is 6.45%
  • magenta value is 9.68%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(6,10,0,51)
C6M10Y0K51 
(6%,10%,0%,51%)
(0.06/0.10/0.00/0.51)	

CMYK percentages

%6.45
%9.68
%0
%51.37

Codes

Color #74707C in popluar color models

74707C
RGB116112124
HSL260°5.08%46.27%
HSB/HSV260°9.68%48.63%
CMYK6.45%9.68%0.00%
51.37%

Color #74707C in popluar number systems.

HEX74707C
Decimal116112124
Binary111010011100001111100
Octal164160174

Shades and tints

Shades of #74707C

#74707C
(116,112,124)
#6A6671
(106,102,113)
#605C66
(96,92,102)
#56525B
(86,82,91)
#4C4850
(76,72,80)
#423E45
(66,62,69)
#38343A
(56,52,58)
#2E2A2F
(46,42,47)
#242024
(36,32,36)
#1A1619
(26,22,25)
#100C0E
(16,12,14)
#000000
(0,0,0)

Tints of #74707C

#74707C
(116,112,124)
#807D87
(128,125,135)
#8C8A92
(140,138,146)
#98979D
(152,151,157)
#A4A4A8
(164,164,168)
#B0B1B3
(176,177,179)
#BCBEBE
(188,190,190)
#C8CBC9
(200,203,201)
#D4D8D4
(212,216,212)
#E0E5DF
(224,229,223)
#ECF2EA
(236,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74707C; }

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

This text font color is #74707C.


Background Color

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

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

This div background color is #74707C.


Border color

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

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

This div border color is #74707C.


Opacity

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

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

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

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

This text has shadow with #74707C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74707C on black background.


Color preview on white background

This text has color #74707C on white background.



Black color preview on #74707C background

This text has black color on #74707C background.


White color preview on #74707C background

This text has white color on #74707C background.