COLOR #74697D

HEX: #74697D
RGB: (116,105,125)

Color info

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

RGB color model

#74697D color RGB value is (116,105,125).

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

RGB channels and saturation

R 116 of 255 = 45%
G 105 of 255 = 41%
B 125 of 255 = 49%

116
105
125

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

Portions of RGB colors in percentages

R + G + B =
116 + 105 + 125 = 346 (100%)
R 116 of 346 ~ 33.53%
G 105 of 346 ~ 30.35%
B 125 of 346 ~ 36.13%

%33.53
%30.35
%36.13

CMYK color model

#74697D color CMYK value is (7,16,0,51).

  • cyan value is 7.20%
  • magenta value is 16.00%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(7,16,0,51)
C7M16Y0K51 
(7%,16%,0%,51%)
(0.07/0.16/0.00/0.51)	

CMYK percentages

%7.2
%16
%0
%50.98

Codes

Color #74697D in popluar color models

74697D
RGB116105125
HSL273°8.70%45.10%
HSB/HSV273°16.00%49.02%
CMYK7.20%16.00%0.00%
50.98%

Color #74697D in popluar number systems.

HEX74697D
Decimal116105125
Binary111010011010011111101
Octal164151175

Shades and tints

Shades of #74697D

#74697D
(116,105,125)
#6A6072
(106,96,114)
#605767
(96,87,103)
#564E5C
(86,78,92)
#4C4551
(76,69,81)
#423C46
(66,60,70)
#38333B
(56,51,59)
#2E2A30
(46,42,48)
#242125
(36,33,37)
#1A181A
(26,24,26)
#100F0F
(16,15,15)
#000000
(0,0,0)

Tints of #74697D

#74697D
(116,105,125)
#807688
(128,118,136)
#8C8393
(140,131,147)
#98909E
(152,144,158)
#A49DA9
(164,157,169)
#B0AAB4
(176,170,180)
#BCB7BF
(188,183,191)
#C8C4CA
(200,196,202)
#D4D1D5
(212,209,213)
#E0DEE0
(224,222,224)
#ECEBEB
(236,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74697D; }

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

This text font color is #74697D.


Background Color

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

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

This div background color is #74697D.


Border color

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

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

This div border color is #74697D.


Opacity

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

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

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

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

This text has shadow with #74697D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74697D on black background.


Color preview on white background

This text has color #74697D on white background.



Black color preview on #74697D background

This text has black color on #74697D background.


White color preview on #74697D background

This text has white color on #74697D background.