COLOR #74637C

HEX: #74637C
RGB: (116,99,124)

Color info

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

RGB color model

#74637C color RGB value is (116,99,124).

  • red value is 116;
  • green value is 99;
  • blue value is 124.
RGB:
(116,99,124)
(45%,39%,49%)

RGB channels and saturation

R 116 of 255 = 45%
G 99 of 255 = 39%
B 124 of 255 = 49%

116
99
124

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

Portions of RGB colors in percentages

R + G + B =
116 + 99 + 124 = 339 (100%)
R 116 of 339 ~ 34.22%
G 99 of 339 ~ 29.2%
B 124 of 339 ~ 36.58%

%34.22
%29.2
%36.58

CMYK color model

#74637C color CMYK value is (6,20,0,51).

  • cyan value is 6.45%
  • magenta value is 20.16%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(6,20,0,51)
C6M20Y0K51 
(6%,20%,0%,51%)
(0.06/0.20/0.00/0.51)	

CMYK percentages

%6.45
%20.16
%0
%51.37

Codes

Color #74637C in popluar color models

74637C
RGB11699124
HSL281°11.21%43.73%
HSB/HSV281°20.16%48.63%
CMYK6.45%20.16%0.00%
51.37%

Color #74637C in popluar number systems.

HEX74637C
Decimal11699124
Binary111010011000111111100
Octal164143174

Shades and tints

Shades of #74637C

#74637C
(116,99,124)
#6A5A71
(106,90,113)
#605166
(96,81,102)
#56485B
(86,72,91)
#4C3F50
(76,63,80)
#423645
(66,54,69)
#382D3A
(56,45,58)
#2E242F
(46,36,47)
#241B24
(36,27,36)
#1A1219
(26,18,25)
#10090E
(16,9,14)
#000000
(0,0,0)

Tints of #74637C

#74637C
(116,99,124)
#807187
(128,113,135)
#8C7F92
(140,127,146)
#988D9D
(152,141,157)
#A49BA8
(164,155,168)
#B0A9B3
(176,169,179)
#BCB7BE
(188,183,190)
#C8C5C9
(200,197,201)
#D4D3D4
(212,211,212)
#E0E1DF
(224,225,223)
#ECEFEA
(236,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74637C color. Also use rgb(116,99,124) instead hex code.

Text Font Color

.myTextColor { color: #74637C; }

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

This text font color is #74637C.


Background Color

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

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

This div background color is #74637C.


Border color

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

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

This div border color is #74637C.


Opacity

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

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

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

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

This text has shadow with #74637C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74637C on black background.


Color preview on white background

This text has color #74637C on white background.



Black color preview on #74637C background

This text has black color on #74637C background.


White color preview on #74637C background

This text has white color on #74637C background.