COLOR #74556C

HEX: #74556C
RGB: (116,85,108)

Color info

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

RGB color model

#74556C color RGB value is (116,85,108).

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

RGB channels and saturation

R 116 of 255 = 45%
G 85 of 255 = 33%
B 108 of 255 = 42%

116
85
108

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

Portions of RGB colors in percentages

R + G + B =
116 + 85 + 108 = 309 (100%)
R 116 of 309 ~ 37.54%
G 85 of 309 ~ 27.51%
B 108 of 309 ~ 34.95%

%37.54
%27.51
%34.95

CMYK color model

#74556C color CMYK value is (0,27,7,55).

  • cyan value is 0.00%
  • magenta value is 26.72%
  • yellow value is 6.90%
  • key color value is 54.51%
CMYK:
(0,27,7,55)
C0M27Y7K55 
(0%,27%,7%,55%)
(0.00/0.27/0.07/0.55)	

CMYK percentages

%0
%26.72
%6.9
%54.51

Codes

Color #74556C in popluar color models

74556C
RGB11685108
HSL315°15.42%39.41%
HSB/HSV315°26.72%45.49%
CMYK0.00%26.72%6.90%
54.51%

Color #74556C in popluar number systems.

HEX74556C
Decimal11685108
Binary111010010101011101100
Octal164125154

Shades and tints

Shades of #74556C

#74556C
(116,85,108)
#6A4E63
(106,78,99)
#60475A
(96,71,90)
#564051
(86,64,81)
#4C3948
(76,57,72)
#42323F
(66,50,63)
#382B36
(56,43,54)
#2E242D
(46,36,45)
#241D24
(36,29,36)
#1A161B
(26,22,27)
#100F12
(16,15,18)
#000000
(0,0,0)

Tints of #74556C

#74556C
(116,85,108)
#806479
(128,100,121)
#8C7386
(140,115,134)
#988293
(152,130,147)
#A491A0
(164,145,160)
#B0A0AD
(176,160,173)
#BCAFBA
(188,175,186)
#C8BEC7
(200,190,199)
#D4CDD4
(212,205,212)
#E0DCE1
(224,220,225)
#ECEBEE
(236,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74556C; }

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

This text font color is #74556C.


Background Color

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

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

This div background color is #74556C.


Border color

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

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

This div border color is #74556C.


Opacity

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

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

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

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

This text has shadow with #74556C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74556C on black background.


Color preview on white background

This text has color #74556C on white background.



Black color preview on #74556C background

This text has black color on #74556C background.


White color preview on #74556C background

This text has white color on #74556C background.