COLOR #74577E

HEX: #74577E
RGB: (116,87,126)

Color info

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

RGB color model

#74577E color RGB value is (116,87,126).

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

RGB channels and saturation

R 116 of 255 = 45%
G 87 of 255 = 34%
B 126 of 255 = 49%

116
87
126

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

Portions of RGB colors in percentages

R + G + B =
116 + 87 + 126 = 329 (100%)
R 116 of 329 ~ 35.26%
G 87 of 329 ~ 26.44%
B 126 of 329 ~ 38.3%

%35.26
%26.44
%38.3

CMYK color model

#74577E color CMYK value is (8,31,0,51).

  • cyan value is 7.94%
  • magenta value is 30.95%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(8,31,0,51)
C8M31Y0K51 
(8%,31%,0%,51%)
(0.08/0.31/0.00/0.51)	

CMYK percentages

%7.94
%30.95
%0
%50.59

Codes

Color #74577E in popluar color models

74577E
RGB11687126
HSL285°18.31%41.76%
HSB/HSV285°30.95%49.41%
CMYK7.94%30.95%0.00%
50.59%

Color #74577E in popluar number systems.

HEX74577E
Decimal11687126
Binary111010010101111111110
Octal164127176

Shades and tints

Shades of #74577E

#74577E
(116,87,126)
#6A5073
(106,80,115)
#604968
(96,73,104)
#56425D
(86,66,93)
#4C3B52
(76,59,82)
#423447
(66,52,71)
#382D3C
(56,45,60)
#2E2631
(46,38,49)
#241F26
(36,31,38)
#1A181B
(26,24,27)
#101110
(16,17,16)
#000000
(0,0,0)

Tints of #74577E

#74577E
(116,87,126)
#806689
(128,102,137)
#8C7594
(140,117,148)
#98849F
(152,132,159)
#A493AA
(164,147,170)
#B0A2B5
(176,162,181)
#BCB1C0
(188,177,192)
#C8C0CB
(200,192,203)
#D4CFD6
(212,207,214)
#E0DEE1
(224,222,225)
#ECEDEC
(236,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74577E; }

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

This text font color is #74577E.


Background Color

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

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

This div background color is #74577E.


Border color

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

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

This div border color is #74577E.


Opacity

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

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

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

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

This text has shadow with #74577E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74577E on black background.


Color preview on white background

This text has color #74577E on white background.



Black color preview on #74577E background

This text has black color on #74577E background.


White color preview on #74577E background

This text has white color on #74577E background.