COLOR #74668F

HEX: #74668F
RGB: (116,102,143)

Color info

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

RGB color model

#74668F color RGB value is (116,102,143).

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

RGB channels and saturation

R 116 of 255 = 45%
G 102 of 255 = 40%
B 143 of 255 = 56%

116
102
143

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

Portions of RGB colors in percentages

R + G + B =
116 + 102 + 143 = 361 (100%)
R 116 of 361 ~ 32.13%
G 102 of 361 ~ 28.25%
B 143 of 361 ~ 39.61%

%32.13
%28.25
%39.61

CMYK color model

#74668F color CMYK value is (19,29,0,44).

  • cyan value is 18.88%
  • magenta value is 28.67%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(19,29,0,44)
C19M29Y0K44 
(19%,29%,0%,44%)
(0.19/0.29/0.00/0.44)	

CMYK percentages

%18.88
%28.67
%0
%43.92

Codes

Color #74668F in popluar color models

74668F
RGB116102143
HSL260°16.73%48.04%
HSB/HSV260°28.67%56.08%
CMYK18.88%28.67%0.00%
43.92%

Color #74668F in popluar number systems.

HEX74668F
Decimal116102143
Binary1110100110011010001111
Octal164146217

Shades and tints

Shades of #74668F

#74668F
(116,102,143)
#6A5D82
(106,93,130)
#605475
(96,84,117)
#564B68
(86,75,104)
#4C425B
(76,66,91)
#42394E
(66,57,78)
#383041
(56,48,65)
#2E2734
(46,39,52)
#241E27
(36,30,39)
#1A151A
(26,21,26)
#100C0D
(16,12,13)
#000000
(0,0,0)

Tints of #74668F

#74668F
(116,102,143)
#807399
(128,115,153)
#8C80A3
(140,128,163)
#988DAD
(152,141,173)
#A49AB7
(164,154,183)
#B0A7C1
(176,167,193)
#BCB4CB
(188,180,203)
#C8C1D5
(200,193,213)
#D4CEDF
(212,206,223)
#E0DBE9
(224,219,233)
#ECE8F3
(236,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74668F color. Also use rgb(116,102,143) instead hex code.

Text Font Color

.myTextColor { color: #74668F; }

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

This text font color is #74668F.


Background Color

.myBgColor { background-color: #74668F; }

<div style="background-color:#74668F">Inner text</div>

This div background color is #74668F.


Border color

.myBorderColor { border: 1px solid #74668F; }

<div style="border:3px solid #74668F">Div</div>

This div border color is #74668F.


Opacity

.myOpacity80 { color: #74668F; opacity: 0.8; }

<p style="color:#74668F;opacity:0.8;">80%</p>

Text with #74668F 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 #74668F;}

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

This text has shadow with #74668F color.

.textShadow {text-shadow: 3px 3px 1px #74668F, 3px 3px 1px red;}

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

This text has shadow with #74668F primary color and red secondary color.


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

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

This text has shadow with #74668F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74668F on black background.


Color preview on white background

This text has color #74668F on white background.



Black color preview on #74668F background

This text has black color on #74668F background.


White color preview on #74668F background

This text has white color on #74668F background.