COLOR #74779B

HEX: #74779B
RGB: (116,119,155)

Color info

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

RGB color model

#74779B color RGB value is (116,119,155).

  • red value is 116;
  • green value is 119;
  • blue value is 155.
RGB:
(116,119,155)
(45%,47%,61%)

RGB channels and saturation

R 116 of 255 = 45%
G 119 of 255 = 47%
B 155 of 255 = 61%

116
119
155

R + G + B ~ 51%. #74779B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
116 + 119 + 155 = 390 (100%)
R 116 of 390 ~ 29.74%
G 119 of 390 ~ 30.51%
B 155 of 390 ~ 39.74%

%29.74
%30.51
%39.74

CMYK color model

#74779B color CMYK value is (25,23,0,39).

  • cyan value is 25.16%
  • magenta value is 23.23%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(25,23,0,39)
C25M23Y0K39 
(25%,23%,0%,39%)
(0.25/0.23/0.00/0.39)	

CMYK percentages

%25.16
%23.23
%0
%39.22

Codes

Color #74779B in popluar color models

74779B
RGB116119155
HSL235°16.32%53.14%
HSB/HSV235°25.16%60.78%
CMYK25.16%23.23%0.00%
39.22%

Color #74779B in popluar number systems.

HEX74779B
Decimal116119155
Binary1110100111011110011011
Octal164167233

Shades and tints

Shades of #74779B

#74779B
(116,119,155)
#6A6D8D
(106,109,141)
#60637F
(96,99,127)
#565971
(86,89,113)
#4C4F63
(76,79,99)
#424555
(66,69,85)
#383B47
(56,59,71)
#2E3139
(46,49,57)
#24272B
(36,39,43)
#1A1D1D
(26,29,29)
#10130F
(16,19,15)
#000000
(0,0,0)

Tints of #74779B

#74779B
(116,119,155)
#8083A4
(128,131,164)
#8C8FAD
(140,143,173)
#989BB6
(152,155,182)
#A4A7BF
(164,167,191)
#B0B3C8
(176,179,200)
#BCBFD1
(188,191,209)
#C8CBDA
(200,203,218)
#D4D7E3
(212,215,227)
#E0E3EC
(224,227,236)
#ECEFF5
(236,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74779B color. Also use rgb(116,119,155) instead hex code.

Text Font Color

.myTextColor { color: #74779B; }

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

This text font color is #74779B.


Background Color

.myBgColor { background-color: #74779B; }

<div style="background-color:#74779B">Inner text</div>

This div background color is #74779B.


Border color

.myBorderColor { border: 1px solid #74779B; }

<div style="border:3px solid #74779B">Div</div>

This div border color is #74779B.


Opacity

.myOpacity80 { color: #74779B; opacity: 0.8; }

<p style="color:#74779B;opacity:0.8;">80%</p>

Text with #74779B 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 #74779B;}

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

This text has shadow with #74779B color.

.textShadow {text-shadow: 3px 3px 1px #74779B, 3px 3px 1px red;}

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

This text has shadow with #74779B primary color and red secondary color.


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

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

This text has shadow with #74779B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74779B on black background.


Color preview on white background

This text has color #74779B on white background.



Black color preview on #74779B background

This text has black color on #74779B background.


White color preview on #74779B background

This text has white color on #74779B background.