COLOR #74667E

HEX: #74667E
RGB: (116,102,126)

Color info

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

RGB color model

#74667E color RGB value is (116,102,126).

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

RGB channels and saturation

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

116
102
126

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

Portions of RGB colors in percentages

R + G + B =
116 + 102 + 126 = 344 (100%)
R 116 of 344 ~ 33.72%
G 102 of 344 ~ 29.65%
B 126 of 344 ~ 36.63%

%33.72
%29.65
%36.63

CMYK color model

#74667E color CMYK value is (8,19,0,51).

  • cyan value is 7.94%
  • magenta value is 19.05%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(8,19,0,51)
C8M19Y0K51 
(8%,19%,0%,51%)
(0.08/0.19/0.00/0.51)	

CMYK percentages

%7.94
%19.05
%0
%50.59

Codes

Color #74667E in popluar color models

74667E
RGB116102126
HSL275°10.53%44.71%
HSB/HSV275°19.05%49.41%
CMYK7.94%19.05%0.00%
50.59%

Color #74667E in popluar number systems.

HEX74667E
Decimal116102126
Binary111010011001101111110
Octal164146176

Shades and tints

Shades of #74667E

#74667E
(116,102,126)
#6A5D73
(106,93,115)
#605468
(96,84,104)
#564B5D
(86,75,93)
#4C4252
(76,66,82)
#423947
(66,57,71)
#38303C
(56,48,60)
#2E2731
(46,39,49)
#241E26
(36,30,38)
#1A151B
(26,21,27)
#100C10
(16,12,16)
#000000
(0,0,0)

Tints of #74667E

#74667E
(116,102,126)
#807389
(128,115,137)
#8C8094
(140,128,148)
#988D9F
(152,141,159)
#A49AAA
(164,154,170)
#B0A7B5
(176,167,181)
#BCB4C0
(188,180,192)
#C8C1CB
(200,193,203)
#D4CED6
(212,206,214)
#E0DBE1
(224,219,225)
#ECE8EC
(236,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74667E; }

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

This text font color is #74667E.


Background Color

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

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

This div background color is #74667E.


Border color

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

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

This div border color is #74667E.


Opacity

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

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

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

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

This text has shadow with #74667E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74667E on black background.


Color preview on white background

This text has color #74667E on white background.



Black color preview on #74667E background

This text has black color on #74667E background.


White color preview on #74667E background

This text has white color on #74667E background.