COLOR #74769E

HEX: #74769E
RGB: (116,118,158)

Color info

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

RGB color model

#74769E color RGB value is (116,118,158).

  • red value is 116;
  • green value is 118;
  • blue value is 158.
RGB:
(116,118,158)
(45%,46%,62%)

RGB channels and saturation

R 116 of 255 = 45%
G 118 of 255 = 46%
B 158 of 255 = 62%

116
118
158

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

Portions of RGB colors in percentages

R + G + B =
116 + 118 + 158 = 392 (100%)
R 116 of 392 ~ 29.59%
G 118 of 392 ~ 30.1%
B 158 of 392 ~ 40.31%

%29.59
%30.1
%40.31

CMYK color model

#74769E color CMYK value is (27,25,0,38).

  • cyan value is 26.58%
  • magenta value is 25.32%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(27,25,0,38)
C27M25Y0K38 
(27%,25%,0%,38%)
(0.27/0.25/0.00/0.38)	

CMYK percentages

%26.58
%25.32
%0
%38.04

Codes

Color #74769E in popluar color models

74769E
RGB116118158
HSL237°17.80%53.73%
HSB/HSV237°26.58%61.96%
CMYK26.58%25.32%0.00%
38.04%

Color #74769E in popluar number systems.

HEX74769E
Decimal116118158
Binary1110100111011010011110
Octal164166236

Shades and tints

Shades of #74769E

#74769E
(116,118,158)
#6A6C90
(106,108,144)
#606282
(96,98,130)
#565874
(86,88,116)
#4C4E66
(76,78,102)
#424458
(66,68,88)
#383A4A
(56,58,74)
#2E303C
(46,48,60)
#24262E
(36,38,46)
#1A1C20
(26,28,32)
#101212
(16,18,18)
#000000
(0,0,0)

Tints of #74769E

#74769E
(116,118,158)
#8082A6
(128,130,166)
#8C8EAE
(140,142,174)
#989AB6
(152,154,182)
#A4A6BE
(164,166,190)
#B0B2C6
(176,178,198)
#BCBECE
(188,190,206)
#C8CAD6
(200,202,214)
#D4D6DE
(212,214,222)
#E0E2E6
(224,226,230)
#ECEEEE
(236,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74769E color. Also use rgb(116,118,158) instead hex code.

Text Font Color

.myTextColor { color: #74769E; }

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

This text font color is #74769E.


Background Color

.myBgColor { background-color: #74769E; }

<div style="background-color:#74769E">Inner text</div>

This div background color is #74769E.


Border color

.myBorderColor { border: 1px solid #74769E; }

<div style="border:3px solid #74769E">Div</div>

This div border color is #74769E.


Opacity

.myOpacity80 { color: #74769E; opacity: 0.8; }

<p style="color:#74769E;opacity:0.8;">80%</p>

Text with #74769E 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 #74769E;}

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

This text has shadow with #74769E color.

.textShadow {text-shadow: 3px 3px 1px #74769E, 3px 3px 1px red;}

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

This text has shadow with #74769E primary color and red secondary color.


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

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

This text has shadow with #74769E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74769E on black background.


Color preview on white background

This text has color #74769E on white background.



Black color preview on #74769E background

This text has black color on #74769E background.


White color preview on #74769E background

This text has white color on #74769E background.