COLOR #74637A

HEX: #74637A
RGB: (116,99,122)

Color info

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

RGB color model

#74637A color RGB value is (116,99,122).

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

RGB channels and saturation

R 116 of 255 = 45%
G 99 of 255 = 39%
B 122 of 255 = 48%

116
99
122

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

Portions of RGB colors in percentages

R + G + B =
116 + 99 + 122 = 337 (100%)
R 116 of 337 ~ 34.42%
G 99 of 337 ~ 29.38%
B 122 of 337 ~ 36.2%

%34.42
%29.38
%36.2

CMYK color model

#74637A color CMYK value is (5,19,0,52).

  • cyan value is 4.92%
  • magenta value is 18.85%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(5,19,0,52)
C5M19Y0K52 
(5%,19%,0%,52%)
(0.05/0.19/0.00/0.52)	

CMYK percentages

%4.92
%18.85
%0
%52.16

Codes

Color #74637A in popluar color models

74637A
RGB11699122
HSL284°10.41%43.33%
HSB/HSV284°18.85%47.84%
CMYK4.92%18.85%0.00%
52.16%

Color #74637A in popluar number systems.

HEX74637A
Decimal11699122
Binary111010011000111111010
Octal164143172

Shades and tints

Shades of #74637A

#74637A
(116,99,122)
#6A5A6F
(106,90,111)
#605164
(96,81,100)
#564859
(86,72,89)
#4C3F4E
(76,63,78)
#423643
(66,54,67)
#382D38
(56,45,56)
#2E242D
(46,36,45)
#241B22
(36,27,34)
#1A1217
(26,18,23)
#10090C
(16,9,12)
#000000
(0,0,0)

Tints of #74637A

#74637A
(116,99,122)
#807186
(128,113,134)
#8C7F92
(140,127,146)
#988D9E
(152,141,158)
#A49BAA
(164,155,170)
#B0A9B6
(176,169,182)
#BCB7C2
(188,183,194)
#C8C5CE
(200,197,206)
#D4D3DA
(212,211,218)
#E0E1E6
(224,225,230)
#ECEFF2
(236,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74637A; }

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

This text font color is #74637A.


Background Color

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

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

This div background color is #74637A.


Border color

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

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

This div border color is #74637A.


Opacity

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

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

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

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

This text has shadow with #74637A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74637A on black background.


Color preview on white background

This text has color #74637A on white background.



Black color preview on #74637A background

This text has black color on #74637A background.


White color preview on #74637A background

This text has white color on #74637A background.