COLOR #74678D

HEX: #74678D
RGB: (116,103,141)

Color info

#74678D contains red, green and blue colors in about the same proportion. Web safe color of #74678D is #666699 (or #669).

RGB color model

#74678D color RGB value is (116,103,141).

  • red value is 116;
  • green value is 103;
  • blue value is 141.
RGB:
(116,103,141)
(45%,40%,55%)

RGB channels and saturation

R 116 of 255 = 45%
G 103 of 255 = 40%
B 141 of 255 = 55%

116
103
141

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

Portions of RGB colors in percentages

R + G + B =
116 + 103 + 141 = 360 (100%)
R 116 of 360 ~ 32.22%
G 103 of 360 ~ 28.61%
B 141 of 360 ~ 39.17%

%32.22
%28.61
%39.17

CMYK color model

#74678D color CMYK value is (18,27,0,45).

  • cyan value is 17.73%
  • magenta value is 26.95%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(18,27,0,45)
C18M27Y0K45 
(18%,27%,0%,45%)
(0.18/0.27/0.00/0.45)	

CMYK percentages

%17.73
%26.95
%0
%44.71

Codes

Color #74678D in popluar color models

74678D
RGB116103141
HSL261°15.57%47.84%
HSB/HSV261°26.95%55.29%
CMYK17.73%26.95%0.00%
44.71%

Color #74678D in popluar number systems.

HEX74678D
Decimal116103141
Binary1110100110011110001101
Octal164147215

Shades and tints

Shades of #74678D

#74678D
(116,103,141)
#6A5E81
(106,94,129)
#605575
(96,85,117)
#564C69
(86,76,105)
#4C435D
(76,67,93)
#423A51
(66,58,81)
#383145
(56,49,69)
#2E2839
(46,40,57)
#241F2D
(36,31,45)
#1A1621
(26,22,33)
#100D15
(16,13,21)
#000000
(0,0,0)

Tints of #74678D

#74678D
(116,103,141)
#807497
(128,116,151)
#8C81A1
(140,129,161)
#988EAB
(152,142,171)
#A49BB5
(164,155,181)
#B0A8BF
(176,168,191)
#BCB5C9
(188,181,201)
#C8C2D3
(200,194,211)
#D4CFDD
(212,207,221)
#E0DCE7
(224,220,231)
#ECE9F1
(236,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74678D color. Also use rgb(116,103,141) instead hex code.

Text Font Color

.myTextColor { color: #74678D; }

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

This text font color is #74678D.


Background Color

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

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

This div background color is #74678D.


Border color

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

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

This div border color is #74678D.


Opacity

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

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

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

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

This text has shadow with #74678D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74678D on black background.


Color preview on white background

This text has color #74678D on white background.



Black color preview on #74678D background

This text has black color on #74678D background.


White color preview on #74678D background

This text has white color on #74678D background.