COLOR #74477C

HEX: #74477C
RGB: (116,71,124)

Color info

#74477C contains red, green and blue colors in about the same proportion. Web safe color of #74477C is #663366 (or #636).

RGB color model

#74477C color RGB value is (116,71,124).

  • red value is 116;
  • green value is 71;
  • blue value is 124.
RGB:
(116,71,124)
(45%,28%,49%)

RGB channels and saturation

R 116 of 255 = 45%
G 71 of 255 = 28%
B 124 of 255 = 49%

116
71
124

R + G + B ~ 41%. #74477C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
116 + 71 + 124 = 311 (100%)
R 116 of 311 ~ 37.3%
G 71 of 311 ~ 22.83%
B 124 of 311 ~ 39.87%

%37.3
%22.83
%39.87

CMYK color model

#74477C color CMYK value is (6,43,0,51).

  • cyan value is 6.45%
  • magenta value is 42.74%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(6,43,0,51)
C6M43Y0K51 
(6%,43%,0%,51%)
(0.06/0.43/0.00/0.51)	

CMYK percentages

%6.45
%42.74
%0
%51.37

Codes

Color #74477C in popluar color models

74477C
RGB11671124
HSL291°27.18%38.24%
HSB/HSV291°42.74%48.63%
CMYK6.45%42.74%0.00%
51.37%

Color #74477C in popluar number systems.

HEX74477C
Decimal11671124
Binary111010010001111111100
Octal164107174

Shades and tints

Shades of #74477C

#74477C
(116,71,124)
#6A4171
(106,65,113)
#603B66
(96,59,102)
#56355B
(86,53,91)
#4C2F50
(76,47,80)
#422945
(66,41,69)
#38233A
(56,35,58)
#2E1D2F
(46,29,47)
#241724
(36,23,36)
#1A1119
(26,17,25)
#100B0E
(16,11,14)
#000000
(0,0,0)

Tints of #74477C

#74477C
(116,71,124)
#805787
(128,87,135)
#8C6792
(140,103,146)
#98779D
(152,119,157)
#A487A8
(164,135,168)
#B097B3
(176,151,179)
#BCA7BE
(188,167,190)
#C8B7C9
(200,183,201)
#D4C7D4
(212,199,212)
#E0D7DF
(224,215,223)
#ECE7EA
(236,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74477C color. Also use rgb(116,71,124) instead hex code.

Text Font Color

.myTextColor { color: #74477C; }

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

This text font color is #74477C.


Background Color

.myBgColor { background-color: #74477C; }

<div style="background-color:#74477C">Inner text</div>

This div background color is #74477C.


Border color

.myBorderColor { border: 1px solid #74477C; }

<div style="border:3px solid #74477C">Div</div>

This div border color is #74477C.


Opacity

.myOpacity80 { color: #74477C; opacity: 0.8; }

<p style="color:#74477C;opacity:0.8;">80%</p>

Text with #74477C 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 #74477C;}

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

This text has shadow with #74477C color.

.textShadow {text-shadow: 3px 3px 1px #74477C, 3px 3px 1px red;}

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

This text has shadow with #74477C primary color and red secondary color.


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

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

This text has shadow with #74477C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74477C on black background.


Color preview on white background

This text has color #74477C on white background.



Black color preview on #74477C background

This text has black color on #74477C background.


White color preview on #74477C background

This text has white color on #74477C background.