COLOR #74557D

HEX: #74557D
RGB: (116,85,125)

Color info

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

RGB color model

#74557D color RGB value is (116,85,125).

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

RGB channels and saturation

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

116
85
125

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

Portions of RGB colors in percentages

R + G + B =
116 + 85 + 125 = 326 (100%)
R 116 of 326 ~ 35.58%
G 85 of 326 ~ 26.07%
B 125 of 326 ~ 38.34%

%35.58
%26.07
%38.34

CMYK color model

#74557D color CMYK value is (7,32,0,51).

  • cyan value is 7.20%
  • magenta value is 32.00%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(7,32,0,51)
C7M32Y0K51 
(7%,32%,0%,51%)
(0.07/0.32/0.00/0.51)	

CMYK percentages

%7.2
%32
%0
%50.98

Codes

Color #74557D in popluar color models

74557D
RGB11685125
HSL287°19.05%41.18%
HSB/HSV287°32.00%49.02%
CMYK7.20%32.00%0.00%
50.98%

Color #74557D in popluar number systems.

HEX74557D
Decimal11685125
Binary111010010101011111101
Octal164125175

Shades and tints

Shades of #74557D

#74557D
(116,85,125)
#6A4E72
(106,78,114)
#604767
(96,71,103)
#56405C
(86,64,92)
#4C3951
(76,57,81)
#423246
(66,50,70)
#382B3B
(56,43,59)
#2E2430
(46,36,48)
#241D25
(36,29,37)
#1A161A
(26,22,26)
#100F0F
(16,15,15)
#000000
(0,0,0)

Tints of #74557D

#74557D
(116,85,125)
#806488
(128,100,136)
#8C7393
(140,115,147)
#98829E
(152,130,158)
#A491A9
(164,145,169)
#B0A0B4
(176,160,180)
#BCAFBF
(188,175,191)
#C8BECA
(200,190,202)
#D4CDD5
(212,205,213)
#E0DCE0
(224,220,224)
#ECEBEB
(236,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74557D; }

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

This text font color is #74557D.


Background Color

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

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

This div background color is #74557D.


Border color

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

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

This div border color is #74557D.


Opacity

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

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

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

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

This text has shadow with #74557D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74557D on black background.


Color preview on white background

This text has color #74557D on white background.



Black color preview on #74557D background

This text has black color on #74557D background.


White color preview on #74557D background

This text has white color on #74557D background.