COLOR #74687A

HEX: #74687A
RGB: (116,104,122)

Color info

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

RGB color model

#74687A color RGB value is (116,104,122).

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

RGB channels and saturation

R 116 of 255 = 45%
G 104 of 255 = 41%
B 122 of 255 = 48%

116
104
122

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

Portions of RGB colors in percentages

R + G + B =
116 + 104 + 122 = 342 (100%)
R 116 of 342 ~ 33.92%
G 104 of 342 ~ 30.41%
B 122 of 342 ~ 35.67%

%33.92
%30.41
%35.67

CMYK color model

#74687A color CMYK value is (5,15,0,52).

  • cyan value is 4.92%
  • magenta value is 14.75%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(5,15,0,52)
C5M15Y0K52 
(5%,15%,0%,52%)
(0.05/0.15/0.00/0.52)	

CMYK percentages

%4.92
%14.75
%0
%52.16

Codes

Color #74687A in popluar color models

74687A
RGB116104122
HSL280°7.96%44.31%
HSB/HSV280°14.75%47.84%
CMYK4.92%14.75%0.00%
52.16%

Color #74687A in popluar number systems.

HEX74687A
Decimal116104122
Binary111010011010001111010
Octal164150172

Shades and tints

Shades of #74687A

#74687A
(116,104,122)
#6A5F6F
(106,95,111)
#605664
(96,86,100)
#564D59
(86,77,89)
#4C444E
(76,68,78)
#423B43
(66,59,67)
#383238
(56,50,56)
#2E292D
(46,41,45)
#242022
(36,32,34)
#1A1717
(26,23,23)
#100E0C
(16,14,12)
#000000
(0,0,0)

Tints of #74687A

#74687A
(116,104,122)
#807586
(128,117,134)
#8C8292
(140,130,146)
#988F9E
(152,143,158)
#A49CAA
(164,156,170)
#B0A9B6
(176,169,182)
#BCB6C2
(188,182,194)
#C8C3CE
(200,195,206)
#D4D0DA
(212,208,218)
#E0DDE6
(224,221,230)
#ECEAF2
(236,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74687A; }

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

This text font color is #74687A.


Background Color

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

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

This div background color is #74687A.


Border color

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

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

This div border color is #74687A.


Opacity

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

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

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

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

This text has shadow with #74687A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74687A on black background.


Color preview on white background

This text has color #74687A on white background.



Black color preview on #74687A background

This text has black color on #74687A background.


White color preview on #74687A background

This text has white color on #74687A background.