COLOR #74667C

HEX: #74667C
RGB: (116,102,124)

Color info

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

RGB color model

#74667C color RGB value is (116,102,124).

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

RGB channels and saturation

R 116 of 255 = 45%
G 102 of 255 = 40%
B 124 of 255 = 49%

116
102
124

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

Portions of RGB colors in percentages

R + G + B =
116 + 102 + 124 = 342 (100%)
R 116 of 342 ~ 33.92%
G 102 of 342 ~ 29.82%
B 124 of 342 ~ 36.26%

%33.92
%29.82
%36.26

CMYK color model

#74667C color CMYK value is (6,18,0,51).

  • cyan value is 6.45%
  • magenta value is 17.74%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(6,18,0,51)
C6M18Y0K51 
(6%,18%,0%,51%)
(0.06/0.18/0.00/0.51)	

CMYK percentages

%6.45
%17.74
%0
%51.37

Codes

Color #74667C in popluar color models

74667C
RGB116102124
HSL278°9.73%44.31%
HSB/HSV278°17.74%48.63%
CMYK6.45%17.74%0.00%
51.37%

Color #74667C in popluar number systems.

HEX74667C
Decimal116102124
Binary111010011001101111100
Octal164146174

Shades and tints

Shades of #74667C

#74667C
(116,102,124)
#6A5D71
(106,93,113)
#605466
(96,84,102)
#564B5B
(86,75,91)
#4C4250
(76,66,80)
#423945
(66,57,69)
#38303A
(56,48,58)
#2E272F
(46,39,47)
#241E24
(36,30,36)
#1A1519
(26,21,25)
#100C0E
(16,12,14)
#000000
(0,0,0)

Tints of #74667C

#74667C
(116,102,124)
#807387
(128,115,135)
#8C8092
(140,128,146)
#988D9D
(152,141,157)
#A49AA8
(164,154,168)
#B0A7B3
(176,167,179)
#BCB4BE
(188,180,190)
#C8C1C9
(200,193,201)
#D4CED4
(212,206,212)
#E0DBDF
(224,219,223)
#ECE8EA
(236,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74667C; }

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

This text font color is #74667C.


Background Color

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

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

This div background color is #74667C.


Border color

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

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

This div border color is #74667C.


Opacity

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

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

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

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

This text has shadow with #74667C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74667C on black background.


Color preview on white background

This text has color #74667C on white background.



Black color preview on #74667C background

This text has black color on #74667C background.


White color preview on #74667C background

This text has white color on #74667C background.