COLOR #74555B

HEX: #74555B RGB: (116,85,91)

Color info

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

RGB color model

#74555B color RGB value is (116,85,91).

RGB: (116,85,91) (45%, 33%, 36%)

RGB channels and saturation

R 116 of 255 = 45%
G 85 of 255 = 33%
B 91 of 255 = 36%

116
85
91

R + G + B ~ 38%. #74555B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 116 + 85 + 91 = 292 (100%)
R 116 of 292 ~ 39.73%
G 85 of 292 ~ 29.11%
B 91 of 292 ~ 31.16'%

%39.73
%29.11
%31.16

CMYK color model

#74555B color CMYK value is (0,27,22,55).

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

CMYK: (0,27,22,55)
C0M27Y22K55 (0%, 27%, 22%, 55%)
(0.00 / 0.27 / 0.22 / 0.55)

CMYK percentages

%0
%26.72
%21.55
%54.51

Codes

Color #74555B in popluar color models

74 55 5B
RGB 116 85 91
HSL 348° 15.42% 39.41%
HSB/HSV 348° 26.72% 45.49%
CMYK 0.00% 26.72% 21.55%
54.51%

Color #74555B in popluar number systems.

HEX 74 55 5B
Decimal 116 85 91
Binary 1110100 1010101 1011011
Octal 164 125 133

Shades and tints

Shades of #74555B

#74555B
(116,85,91)
#6A4E53
(106,78,83)
#60474B
(96,71,75)
#564043
(86,64,67)
#4C393B
(76,57,59)
#423233
(66,50,51)
#382B2B
(56,43,43)
#2E2423
(46,36,35)
#241D1B
(36,29,27)
#1A1613
(26,22,19)
#100F0B
(16,15,11)
#000000
(0,0,0)

Tints of #74555B

#74555B
(116,85,91)
#806469
(128,100,105)
#8C7377
(140,115,119)
#988285
(152,130,133)
#A49193
(164,145,147)
#B0A0A1
(176,160,161)
#BCAFAF
(188,175,175)
#C8BEBD
(200,190,189)
#D4CDCB
(212,205,203)
#E0DCD9
(224,220,217)
#ECEBE7
(236,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74555B; }

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

This text font color is #74555B.

Background Color

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

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

This div background color is #74555B.

Border color

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

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

This div border color is #74555B.

Opacity

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

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

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

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

This text has shadow with #74555B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #74555B.

Preview

Color preview on black background

This text has color #74555B on black background.


Color preview on white background

This text has color #74555B on white background.


Black color preview on #74555B background

This text has black color on #74555B background.


White color preview on #74555B background

This text has white color on #74555B background.


Related colors

Complementary color

Complementary color for #hex is #8BAAA4.


I love getcolorcode.com

Triadic colors

1 #5B7455 and #555B74 with #74555B are triadic colors.

2 #5B5574 and #55745B with #74555B are triadic colors.