COLOR #74667D

HEX: #74667D
RGB: (116,102,125)

Color info

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

RGB color model

#74667D color RGB value is (116,102,125).

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

RGB channels and saturation

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

116
102
125

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

Portions of RGB colors in percentages

R + G + B =
116 + 102 + 125 = 343 (100%)
R 116 of 343 ~ 33.82%
G 102 of 343 ~ 29.74%
B 125 of 343 ~ 36.44%

%33.82
%29.74
%36.44

CMYK color model

#74667D color CMYK value is (7,18,0,51).

  • cyan value is 7.20%
  • magenta value is 18.40%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(7,18,0,51)
C7M18Y0K51 
(7%,18%,0%,51%)
(0.07/0.18/0.00/0.51)	

CMYK percentages

%7.2
%18.4
%0
%50.98

Codes

Color #74667D in popluar color models

74667D
RGB116102125
HSL277°10.13%44.51%
HSB/HSV277°18.40%49.02%
CMYK7.20%18.40%0.00%
50.98%

Color #74667D in popluar number systems.

HEX74667D
Decimal116102125
Binary111010011001101111101
Octal164146175

Shades and tints

Shades of #74667D

#74667D
(116,102,125)
#6A5D72
(106,93,114)
#605467
(96,84,103)
#564B5C
(86,75,92)
#4C4251
(76,66,81)
#423946
(66,57,70)
#38303B
(56,48,59)
#2E2730
(46,39,48)
#241E25
(36,30,37)
#1A151A
(26,21,26)
#100C0F
(16,12,15)
#000000
(0,0,0)

Tints of #74667D

#74667D
(116,102,125)
#807388
(128,115,136)
#8C8093
(140,128,147)
#988D9E
(152,141,158)
#A49AA9
(164,154,169)
#B0A7B4
(176,167,180)
#BCB4BF
(188,180,191)
#C8C1CA
(200,193,202)
#D4CED5
(212,206,213)
#E0DBE0
(224,219,224)
#ECE8EB
(236,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74667D; }

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

This text font color is #74667D.


Background Color

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

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

This div background color is #74667D.


Border color

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

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

This div border color is #74667D.


Opacity

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

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

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

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

This text has shadow with #74667D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74667D on black background.


Color preview on white background

This text has color #74667D on white background.



Black color preview on #74667D background

This text has black color on #74667D background.


White color preview on #74667D background

This text has white color on #74667D background.