COLOR #74798F

HEX: #74798F
RGB: (116,121,143)

Color info

#74798F contains red, green and blue colors in about the same proportion. Web safe color of #74798F is #666699 (or #669).

RGB color model

#74798F color RGB value is (116,121,143).

  • red value is 116;
  • green value is 121;
  • blue value is 143.
RGB:
(116,121,143)
(45%,47%,56%)

RGB channels and saturation

R 116 of 255 = 45%
G 121 of 255 = 47%
B 143 of 255 = 56%

116
121
143

R + G + B ~ 49%. #74798F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
116 + 121 + 143 = 380 (100%)
R 116 of 380 ~ 30.53%
G 121 of 380 ~ 31.84%
B 143 of 380 ~ 37.63%

%30.53
%31.84
%37.63

CMYK color model

#74798F color CMYK value is (19,15,0,44).

  • cyan value is 18.88%
  • magenta value is 15.38%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(19,15,0,44)
C19M15Y0K44 
(19%,15%,0%,44%)
(0.19/0.15/0.00/0.44)	

CMYK percentages

%18.88
%15.38
%0
%43.92

Codes

Color #74798F in popluar color models

74798F
RGB116121143
HSL229°10.76%50.78%
HSB/HSV229°18.88%56.08%
CMYK18.88%15.38%0.00%
43.92%

Color #74798F in popluar number systems.

HEX74798F
Decimal116121143
Binary1110100111100110001111
Octal164171217

Shades and tints

Shades of #74798F

#74798F
(116,121,143)
#6A6E82
(106,110,130)
#606375
(96,99,117)
#565868
(86,88,104)
#4C4D5B
(76,77,91)
#42424E
(66,66,78)
#383741
(56,55,65)
#2E2C34
(46,44,52)
#242127
(36,33,39)
#1A161A
(26,22,26)
#100B0D
(16,11,13)
#000000
(0,0,0)

Tints of #74798F

#74798F
(116,121,143)
#808599
(128,133,153)
#8C91A3
(140,145,163)
#989DAD
(152,157,173)
#A4A9B7
(164,169,183)
#B0B5C1
(176,181,193)
#BCC1CB
(188,193,203)
#C8CDD5
(200,205,213)
#D4D9DF
(212,217,223)
#E0E5E9
(224,229,233)
#ECF1F3
(236,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74798F color. Also use rgb(116,121,143) instead hex code.

Text Font Color

.myTextColor { color: #74798F; }

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

This text font color is #74798F.


Background Color

.myBgColor { background-color: #74798F; }

<div style="background-color:#74798F">Inner text</div>

This div background color is #74798F.


Border color

.myBorderColor { border: 1px solid #74798F; }

<div style="border:3px solid #74798F">Div</div>

This div border color is #74798F.


Opacity

.myOpacity80 { color: #74798F; opacity: 0.8; }

<p style="color:#74798F;opacity:0.8;">80%</p>

Text with #74798F 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 #74798F;}

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

This text has shadow with #74798F color.

.textShadow {text-shadow: 3px 3px 1px #74798F, 3px 3px 1px red;}

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

This text has shadow with #74798F primary color and red secondary color.


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

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

This text has shadow with #74798F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74798F on black background.


Color preview on white background

This text has color #74798F on white background.



Black color preview on #74798F background

This text has black color on #74798F background.


White color preview on #74798F background

This text has white color on #74798F background.