COLOR #74709F

HEX: #74709F RGB: (116,112,159)

Color info

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

RGB color model

#74709F color RGB value is (116,112,159).

RGB: (116,112,159) (45%, 44%, 62%)

RGB channels and saturation

R 116 of 255 = 45%
G 112 of 255 = 44%
B 159 of 255 = 62%

116
112
159

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

Portions of RGB colors in percentages

R + G + B = 116 + 112 + 159 = 387 (100%)
R 116 of 387 ~ 29.97%
G 112 of 387 ~ 28.94%
B 159 of 387 ~ 41.09'%

%29.97
%28.94
%41.09

CMYK color model

#74709F color CMYK value is (27,30,0,38).

  • cyan value is 27.04%
  • magenta value is 29.56%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK: (27,30,0,38) C27M30Y0K38 (27%,30%,0%,38%) (0.27/0.30/0.00/0.38) 

CMYK percentages

%27.04
%29.56
%0
%37.65

Codes

Color #74709F in popluar color models

74 70 9F
RGB 116 112 159
HSL 245° 19.67% 53.14%
HSB/HSV 245° 29.56% 62.35%
CMYK 27.04% 29.56% 0.00%
37.65%

Color #74709F in popluar number systems.

HEX 74 70 9F
Decimal 116 112 159
Binary 1110100 1110000 10011111
Octal 164 160 237

Shades and tints

Shades of #74709F

#74709F
(116,112,159)
#6A6691
(106,102,145)
#605C83
(96,92,131)
#565275
(86,82,117)
#4C4867
(76,72,103)
#423E59
(66,62,89)
#38344B
(56,52,75)
#2E2A3D
(46,42,61)
#24202F
(36,32,47)
#1A1621
(26,22,33)
#100C13
(16,12,19)
#000000
(0,0,0)

Tints of #74709F

#74709F
(116,112,159)
#807DA7
(128,125,167)
#8C8AAF
(140,138,175)
#9897B7
(152,151,183)
#A4A4BF
(164,164,191)
#B0B1C7
(176,177,199)
#BCBECF
(188,190,207)
#C8CBD7
(200,203,215)
#D4D8DF
(212,216,223)
#E0E5E7
(224,229,231)
#ECF2EF
(236,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74709F color. Also use rgb(116,112,159) instead hex code.

Text Font Color

.myTextColor { color: #74709F; }

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

This text font color is #74709F.

Background Color

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

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

This div background color is #74709F.

Border color

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

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

This div border color is #74709F.

Opacity

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

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

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

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

This text has shadow with #74709F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #74709F.

Preview

Color preview on black background

This text has color #74709F on black background.


Color preview on white background

This text has color #74709F on white background.


Black color preview on #74709F background

This text has black color on #74709F background.


White color preview on #74709F background

This text has white color on #74709F background.


Related colors

Complementary color

Complementary color for #hex is #8B8F60.


I love getcolorcode.com

Triadic colors

1 #9F7470 and #709F74 with #74709F are triadic colors.

2 #9F7074 and #70749F with #74709F are triadic colors.