COLOR #74637D

HEX: #74637D RGB: (116,99,125)

Color info

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

RGB color model

#74637D color RGB value is (116,99,125).

RGB: (116,99,125) (45%, 39%, 49%)

RGB channels and saturation

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

116
99
125

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

Portions of RGB colors in percentages

R + G + B = 116 + 99 + 125 = 340 (100%)
R 116 of 340 ~ 34.12%
G 99 of 340 ~ 29.12%
B 125 of 340 ~ 36.76'%

%34.12
%29.12
%36.76

CMYK color model

#74637D color CMYK value is (7,21,0,51).

  • cyan value is 7.20%
  • magenta value is 20.80%
  • yellow value is 0.00%
  • key color value is 50.98%

CMYK: (7,21,0,51)
C7M21Y0K51 (7%, 21%, 0%, 51%)
(0.07 / 0.21 / 0.00 / 0.51)

CMYK percentages

%7.2
%20.8
%0
%50.98

Codes

Color #74637D in popluar color models

74 63 7D
RGB 116 99 125
HSL 279° 11.61% 43.92%
HSB/HSV 279° 20.80% 49.02%
CMYK 7.20% 20.80% 0.00%
50.98%

Color #74637D in popluar number systems.

HEX 74 63 7D
Decimal 116 99 125
Binary 1110100 1100011 1111101
Octal 164 143 175

Shades and tints

Shades of #74637D

#74637D
(116,99,125)
#6A5A72
(106,90,114)
#605167
(96,81,103)
#56485C
(86,72,92)
#4C3F51
(76,63,81)
#423646
(66,54,70)
#382D3B
(56,45,59)
#2E2430
(46,36,48)
#241B25
(36,27,37)
#1A121A
(26,18,26)
#10090F
(16,9,15)
#000000
(0,0,0)

Tints of #74637D

#74637D
(116,99,125)
#807188
(128,113,136)
#8C7F93
(140,127,147)
#988D9E
(152,141,158)
#A49BA9
(164,155,169)
#B0A9B4
(176,169,180)
#BCB7BF
(188,183,191)
#C8C5CA
(200,197,202)
#D4D3D5
(212,211,213)
#E0E1E0
(224,225,224)
#ECEFEB
(236,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74637D; }

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

This text font color is #74637D.

Background Color

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

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

This div background color is #74637D.

Border color

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

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

This div border color is #74637D.

Opacity

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

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

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

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

This text has shadow with #74637D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #74637D.

Preview

Color preview on black background

This text has color #74637D on black background.


Color preview on white background

This text has color #74637D on white background.


Black color preview on #74637D background

This text has black color on #74637D background.


White color preview on #74637D background

This text has white color on #74637D background.


Related colors

Complementary color

Complementary color for #hex is #8B9C82.


I love getcolorcode.com

Triadic colors

1 #7D7463 and #637D74 with #74637D are triadic colors.

2 #7D6374 and #63747D with #74637D are triadic colors.