COLOR #74557B

HEX: #74557B
RGB: (116,85,123)

Color info

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

RGB color model

#74557B color RGB value is (116,85,123).

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

RGB channels and saturation

R 116 of 255 = 45%
G 85 of 255 = 33%
B 123 of 255 = 48%

116
85
123

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

Portions of RGB colors in percentages

R + G + B =
116 + 85 + 123 = 324 (100%)
R 116 of 324 ~ 35.8%
G 85 of 324 ~ 26.23%
B 123 of 324 ~ 37.96%

%35.8
%26.23
%37.96

CMYK color model

#74557B color CMYK value is (6,31,0,52).

  • cyan value is 5.69%
  • magenta value is 30.89%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(6,31,0,52)
C6M31Y0K52 
(6%,31%,0%,52%)
(0.06/0.31/0.00/0.52)	

CMYK percentages

%5.69
%30.89
%0
%51.76

Codes

Color #74557B in popluar color models

74557B
RGB11685123
HSL289°18.27%40.78%
HSB/HSV289°30.89%48.24%
CMYK5.69%30.89%0.00%
51.76%

Color #74557B in popluar number systems.

HEX74557B
Decimal11685123
Binary111010010101011111011
Octal164125173

Shades and tints

Shades of #74557B

#74557B
(116,85,123)
#6A4E70
(106,78,112)
#604765
(96,71,101)
#56405A
(86,64,90)
#4C394F
(76,57,79)
#423244
(66,50,68)
#382B39
(56,43,57)
#2E242E
(46,36,46)
#241D23
(36,29,35)
#1A1618
(26,22,24)
#100F0D
(16,15,13)
#000000
(0,0,0)

Tints of #74557B

#74557B
(116,85,123)
#806487
(128,100,135)
#8C7393
(140,115,147)
#98829F
(152,130,159)
#A491AB
(164,145,171)
#B0A0B7
(176,160,183)
#BCAFC3
(188,175,195)
#C8BECF
(200,190,207)
#D4CDDB
(212,205,219)
#E0DCE7
(224,220,231)
#ECEBF3
(236,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74557B; }

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

This text font color is #74557B.


Background Color

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

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

This div background color is #74557B.


Border color

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

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

This div border color is #74557B.


Opacity

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

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

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

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

This text has shadow with #74557B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74557B on black background.


Color preview on white background

This text has color #74557B on white background.



Black color preview on #74557B background

This text has black color on #74557B background.


White color preview on #74557B background

This text has white color on #74557B background.