COLOR #74555A

HEX: #74555A RGB: (116,85,90)

Color info

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

RGB color model

#74555A color RGB value is (116,85,90).

RGB: (116,85,90) (45%, 33%, 35%)

RGB channels and saturation

R 116 of 255 = 45%
G 85 of 255 = 33%
B 90 of 255 = 35%

116
85
90

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

Portions of RGB colors in percentages

R + G + B = 116 + 85 + 90 = 291 (100%)
R 116 of 291 ~ 39.86%
G 85 of 291 ~ 29.21%
B 90 of 291 ~ 30.93'%

%39.86
%29.21
%30.93

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 26.72%
  • yellow value is 22.41%
  • 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
%22.41
%54.51

Codes

Color #74555A in popluar color models

74 55 5A
RGB 116 85 90
HSL 350° 15.42% 39.41%
HSB/HSV 350° 26.72% 45.49%
CMYK 0.00% 26.72% 22.41%
54.51%

Color #74555A in popluar number systems.

HEX 74 55 5A
Decimal 116 85 90
Binary 1110100 1010101 1011010
Octal 164 125 132

Shades and tints

Shades of #74555A

#74555A
(116,85,90)
#6A4E52
(106,78,82)
#60474A
(96,71,74)
#564042
(86,64,66)
#4C393A
(76,57,58)
#423232
(66,50,50)
#382B2A
(56,43,42)
#2E2422
(46,36,34)
#241D1A
(36,29,26)
#1A1612
(26,22,18)
#100F0A
(16,15,10)
#000000
(0,0,0)

Tints of #74555A

#74555A
(116,85,90)
#806469
(128,100,105)
#8C7378
(140,115,120)
#988287
(152,130,135)
#A49196
(164,145,150)
#B0A0A5
(176,160,165)
#BCAFB4
(188,175,180)
#C8BEC3
(200,190,195)
#D4CDD2
(212,205,210)
#E0DCE1
(224,220,225)
#ECEBF0
(236,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74555A; }

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

This text font color is #74555A.

Background Color

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

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

This div background color is #74555A.

Border color

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

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

This div border color is #74555A.

Opacity

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

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

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

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

This text has shadow with #74555A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #74555A.

Preview

Color preview on black background

This text has color #74555A on black background.


Color preview on white background

This text has color #74555A on white background.


Black color preview on #74555A background

This text has black color on #74555A background.


White color preview on #74555A background

This text has white color on #74555A background.


Related colors

Complementary color

Complementary color for #hex is #8BAAA5.


I love getcolorcode.com

Triadic colors

1 #5A7455 and #555A74 with #74555A are triadic colors.

2 #5A5574 and #55745A with #74555A are triadic colors.