COLOR #74687C

HEX: #74687C
RGB: (116,104,124)

Color info

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

RGB color model

#74687C color RGB value is (116,104,124).

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

RGB channels and saturation

R 116 of 255 = 45%
G 104 of 255 = 41%
B 124 of 255 = 49%

116
104
124

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

Portions of RGB colors in percentages

R + G + B =
116 + 104 + 124 = 344 (100%)
R 116 of 344 ~ 33.72%
G 104 of 344 ~ 30.23%
B 124 of 344 ~ 36.05%

%33.72
%30.23
%36.05

CMYK color model

#74687C color CMYK value is (6,16,0,51).

  • cyan value is 6.45%
  • magenta value is 16.13%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(6,16,0,51)
C6M16Y0K51 
(6%,16%,0%,51%)
(0.06/0.16/0.00/0.51)	

CMYK percentages

%6.45
%16.13
%0
%51.37

Codes

Color #74687C in popluar color models

74687C
RGB116104124
HSL276°8.77%44.71%
HSB/HSV276°16.13%48.63%
CMYK6.45%16.13%0.00%
51.37%

Color #74687C in popluar number systems.

HEX74687C
Decimal116104124
Binary111010011010001111100
Octal164150174

Shades and tints

Shades of #74687C

#74687C
(116,104,124)
#6A5F71
(106,95,113)
#605666
(96,86,102)
#564D5B
(86,77,91)
#4C4450
(76,68,80)
#423B45
(66,59,69)
#38323A
(56,50,58)
#2E292F
(46,41,47)
#242024
(36,32,36)
#1A1719
(26,23,25)
#100E0E
(16,14,14)
#000000
(0,0,0)

Tints of #74687C

#74687C
(116,104,124)
#807587
(128,117,135)
#8C8292
(140,130,146)
#988F9D
(152,143,157)
#A49CA8
(164,156,168)
#B0A9B3
(176,169,179)
#BCB6BE
(188,182,190)
#C8C3C9
(200,195,201)
#D4D0D4
(212,208,212)
#E0DDDF
(224,221,223)
#ECEAEA
(236,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74687C; }

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

This text font color is #74687C.


Background Color

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

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

This div background color is #74687C.


Border color

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

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

This div border color is #74687C.


Opacity

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

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

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

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

This text has shadow with #74687C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74687C on black background.


Color preview on white background

This text has color #74687C on white background.



Black color preview on #74687C background

This text has black color on #74687C background.


White color preview on #74687C background

This text has white color on #74687C background.