COLOR #74608B

HEX: #74608B RGB: (116,96,139)

Color info

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

RGB color model

#74608B color RGB value is (116,96,139).

RGB: (116,96,139) (45%, 38%, 55%)

RGB channels and saturation

R 116 of 255 = 45%
G 96 of 255 = 38%
B 139 of 255 = 55%

116
96
139

R + G + B ~ 46%. #74608B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 116 + 96 + 139 = 351 (100%)
R 116 of 351 ~ 33.05%
G 96 of 351 ~ 27.35%
B 139 of 351 ~ 39.6'%

%33.05
%27.35
%39.6

CMYK color model

#74608B color CMYK value is (17,31,0,45).

  • cyan value is 16.55%
  • magenta value is 30.94%
  • yellow value is 0.00%
  • key color value is 45.49%

CMYK: (17,31,0,45)
C17M31Y0K45 (17%, 31%, 0%, 45%)
(0.17 / 0.31 / 0.00 / 0.45)

CMYK percentages

%16.55
%30.94
%0
%45.49

Codes

Color #74608B in popluar color models

74 60 8B
RGB 116 96 139
HSL 268° 18.30% 46.08%
HSB/HSV 268° 30.94% 54.51%
CMYK 16.55% 30.94% 0.00%
45.49%

Color #74608B in popluar number systems.

HEX 74 60 8B
Decimal 116 96 139
Binary 1110100 1100000 10001011
Octal 164 140 213

Shades and tints

Shades of #74608B

#74608B
(116,96,139)
#6A587F
(106,88,127)
#605073
(96,80,115)
#564867
(86,72,103)
#4C405B
(76,64,91)
#42384F
(66,56,79)
#383043
(56,48,67)
#2E2837
(46,40,55)
#24202B
(36,32,43)
#1A181F
(26,24,31)
#101013
(16,16,19)
#000000
(0,0,0)

Tints of #74608B

#74608B
(116,96,139)
#806E95
(128,110,149)
#8C7C9F
(140,124,159)
#988AA9
(152,138,169)
#A498B3
(164,152,179)
#B0A6BD
(176,166,189)
#BCB4C7
(188,180,199)
#C8C2D1
(200,194,209)
#D4D0DB
(212,208,219)
#E0DEE5
(224,222,229)
#ECECEF
(236,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74608B color. Also use rgb(116,96,139) instead hex code.

Text Font Color

.myTextColor { color: #74608B; }

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

This text font color is #74608B.

Background Color

.myBgColor { background-color: #74608B; }

<div style="background-color:#74608B">Inner text</div>

This div background color is #74608B.

Border color

.myBorderColor { border: 1px solid #74608B; }

<div style="border:3px solid #74608B">Div</div>

This div border color is #74608B.

Opacity

.myOpacity80 { color: #74608B; opacity: 0.8; }

<p style="color:#74608B;opacity:0.8;">80%</p>

Text with #74608B 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 #74608B;}

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

This text has shadow with #74608B color.


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

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

This text has shadow with #74608B primary color and red secondary color.


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

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

This text has shadow with #74608B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #74608B.

Preview

Color preview on black background

This text has color #74608B on black background.


Color preview on white background

This text has color #74608B on white background.


Black color preview on #74608B background

This text has black color on #74608B background.


White color preview on #74608B background

This text has white color on #74608B background.


Related colors

Complementary color

Complementary color for #hex is #8B9F74.


I love getcolorcode.com

Triadic colors

1 #8B7460 and #608B74 with #74608B are triadic colors.

2 #8B6074 and #60748B with #74608B are triadic colors.