COLOR #74627C

HEX: #74627C
RGB: (116,98,124)

Color info

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

RGB color model

#74627C color RGB value is (116,98,124).

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

RGB channels and saturation

R 116 of 255 = 45%
G 98 of 255 = 38%
B 124 of 255 = 49%

116
98
124

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

Portions of RGB colors in percentages

R + G + B =
116 + 98 + 124 = 338 (100%)
R 116 of 338 ~ 34.32%
G 98 of 338 ~ 28.99%
B 124 of 338 ~ 36.69%

%34.32
%28.99
%36.69

CMYK color model

#74627C color CMYK value is (6,21,0,51).

  • cyan value is 6.45%
  • magenta value is 20.97%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(6,21,0,51)
C6M21Y0K51 
(6%,21%,0%,51%)
(0.06/0.21/0.00/0.51)	

CMYK percentages

%6.45
%20.97
%0
%51.37

Codes

Color #74627C in popluar color models

74627C
RGB11698124
HSL282°11.71%43.53%
HSB/HSV282°20.97%48.63%
CMYK6.45%20.97%0.00%
51.37%

Color #74627C in popluar number systems.

HEX74627C
Decimal11698124
Binary111010011000101111100
Octal164142174

Shades and tints

Shades of #74627C

#74627C
(116,98,124)
#6A5A71
(106,90,113)
#605266
(96,82,102)
#564A5B
(86,74,91)
#4C4250
(76,66,80)
#423A45
(66,58,69)
#38323A
(56,50,58)
#2E2A2F
(46,42,47)
#242224
(36,34,36)
#1A1A19
(26,26,25)
#10120E
(16,18,14)
#000000
(0,0,0)

Tints of #74627C

#74627C
(116,98,124)
#807087
(128,112,135)
#8C7E92
(140,126,146)
#988C9D
(152,140,157)
#A49AA8
(164,154,168)
#B0A8B3
(176,168,179)
#BCB6BE
(188,182,190)
#C8C4C9
(200,196,201)
#D4D2D4
(212,210,212)
#E0E0DF
(224,224,223)
#ECEEEA
(236,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74627C; }

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

This text font color is #74627C.


Background Color

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

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

This div background color is #74627C.


Border color

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

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

This div border color is #74627C.


Opacity

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

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

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

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

This text has shadow with #74627C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74627C on black background.


Color preview on white background

This text has color #74627C on white background.



Black color preview on #74627C background

This text has black color on #74627C background.


White color preview on #74627C background

This text has white color on #74627C background.