COLOR #74557E

HEX: #74557E
RGB: (116,85,126)

Color info

#74557E contains red, green and blue colors in about the same proportion. Web safe color of #74557E is #666666 (or #666).

RGB color model

#74557E color RGB value is (116,85,126).

  • red value is 116;
  • green value is 85;
  • blue value is 126.
RGB:
(116,85,126)
(45%,33%,49%)

RGB channels and saturation

R 116 of 255 = 45%
G 85 of 255 = 33%
B 126 of 255 = 49%

116
85
126

R + G + B ~ 42%. #74557E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
116 + 85 + 126 = 327 (100%)
R 116 of 327 ~ 35.47%
G 85 of 327 ~ 25.99%
B 126 of 327 ~ 38.53%

%35.47
%25.99
%38.53

CMYK color model

#74557E color CMYK value is (8,33,0,51).

  • cyan value is 7.94%
  • magenta value is 32.54%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(8,33,0,51)
C8M33Y0K51 
(8%,33%,0%,51%)
(0.08/0.33/0.00/0.51)	

CMYK percentages

%7.94
%32.54
%0
%50.59

Codes

Color #74557E in popluar color models

74557E
RGB11685126
HSL285°19.43%41.37%
HSB/HSV285°32.54%49.41%
CMYK7.94%32.54%0.00%
50.59%

Color #74557E in popluar number systems.

HEX74557E
Decimal11685126
Binary111010010101011111110
Octal164125176

Shades and tints

Shades of #74557E

#74557E
(116,85,126)
#6A4E73
(106,78,115)
#604768
(96,71,104)
#56405D
(86,64,93)
#4C3952
(76,57,82)
#423247
(66,50,71)
#382B3C
(56,43,60)
#2E2431
(46,36,49)
#241D26
(36,29,38)
#1A161B
(26,22,27)
#100F10
(16,15,16)
#000000
(0,0,0)

Tints of #74557E

#74557E
(116,85,126)
#806489
(128,100,137)
#8C7394
(140,115,148)
#98829F
(152,130,159)
#A491AA
(164,145,170)
#B0A0B5
(176,160,181)
#BCAFC0
(188,175,192)
#C8BECB
(200,190,203)
#D4CDD6
(212,205,214)
#E0DCE1
(224,220,225)
#ECEBEC
(236,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74557E color. Also use rgb(116,85,126) instead hex code.

Text Font Color

.myTextColor { color: #74557E; }

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

This text font color is #74557E.


Background Color

.myBgColor { background-color: #74557E; }

<div style="background-color:#74557E">Inner text</div>

This div background color is #74557E.


Border color

.myBorderColor { border: 1px solid #74557E; }

<div style="border:3px solid #74557E">Div</div>

This div border color is #74557E.


Opacity

.myOpacity80 { color: #74557E; opacity: 0.8; }

<p style="color:#74557E;opacity:0.8;">80%</p>

Text with #74557E 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 #74557E;}

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

This text has shadow with #74557E color.

.textShadow {text-shadow: 3px 3px 1px #74557E, 3px 3px 1px red;}

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

This text has shadow with #74557E primary color and red secondary color.


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

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

This text has shadow with #74557E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74557E on black background.


Color preview on white background

This text has color #74557E on white background.



Black color preview on #74557E background

This text has black color on #74557E background.


White color preview on #74557E background

This text has white color on #74557E background.