COLOR #74556E

HEX: #74556E RGB: (116,85,110)

Color info

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

RGB color model

#74556E color RGB value is (116,85,110).

RGB: (116,85,110) (45%, 33%, 43%)

RGB channels and saturation

R 116 of 255 = 45%
G 85 of 255 = 33%
B 110 of 255 = 43%

116
85
110

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

Portions of RGB colors in percentages

R + G + B = 116 + 85 + 110 = 311 (100%)
R 116 of 311 ~ 37.3%
G 85 of 311 ~ 27.33%
B 110 of 311 ~ 35.37'%

%37.3
%27.33
%35.37

CMYK color model

#74556E color CMYK value is (0,27,5,55).

  • cyan value is 0.00%
  • magenta value is 26.72%
  • yellow value is 5.17%
  • key color value is 54.51%

CMYK: (0,27,5,55)
C0M27Y5K55 (0%, 27%, 5%, 55%)
(0.00 / 0.27 / 0.05 / 0.55)

CMYK percentages

%0
%26.72
%5.17
%54.51

Codes

Color #74556E in popluar color models

74 55 6E
RGB 116 85 110
HSL 312° 15.42% 39.41%
HSB/HSV 312° 26.72% 45.49%
CMYK 0.00% 26.72% 5.17%
54.51%

Color #74556E in popluar number systems.

HEX 74 55 6E
Decimal 116 85 110
Binary 1110100 1010101 1101110
Octal 164 125 156

Shades and tints

Shades of #74556E

#74556E
(116,85,110)
#6A4E64
(106,78,100)
#60475A
(96,71,90)
#564050
(86,64,80)
#4C3946
(76,57,70)
#42323C
(66,50,60)
#382B32
(56,43,50)
#2E2428
(46,36,40)
#241D1E
(36,29,30)
#1A1614
(26,22,20)
#100F0A
(16,15,10)
#000000
(0,0,0)

Tints of #74556E

#74556E
(116,85,110)
#80647B
(128,100,123)
#8C7388
(140,115,136)
#988295
(152,130,149)
#A491A2
(164,145,162)
#B0A0AF
(176,160,175)
#BCAFBC
(188,175,188)
#C8BEC9
(200,190,201)
#D4CDD6
(212,205,214)
#E0DCE3
(224,220,227)
#ECEBF0
(236,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74556E; }

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

This text font color is #74556E.

Background Color

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

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

This div background color is #74556E.

Border color

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

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

This div border color is #74556E.

Opacity

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

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

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

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

This text has shadow with #74556E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #74556E.

Preview

Color preview on black background

This text has color #74556E on black background.


Color preview on white background

This text has color #74556E on white background.


Black color preview on #74556E background

This text has black color on #74556E background.


White color preview on #74556E background

This text has white color on #74556E background.


Related colors

Complementary color

Complementary color for #hex is #8BAA91.


I love getcolorcode.com

Triadic colors

1 #6E7455 and #556E74 with #74556E are triadic colors.

2 #6E5574 and #55746E with #74556E are triadic colors.