COLOR #749C90

HEX: #749C90 RGB: (116,156,144)

Color info

#749C90 contains red, green and blue colors in about the same proportion. Web safe color of #749C90 is #669999 (or #699).

RGB color model

#749C90 color RGB value is (116,156,144).

RGB: (116,156,144) (45%, 61%, 56%)

RGB channels and saturation

R 116 of 255 = 45%
G 156 of 255 = 61%
B 144 of 255 = 56%

116
156
144

R + G + B ~ 54%. #749C90 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 116 + 156 + 144 = 416 (100%)
R 116 of 416 ~ 27.88%
G 156 of 416 ~ 37.5%
B 144 of 416 ~ 34.62'%

%27.88
%37.5
%34.62

CMYK color model

#749C90 color CMYK value is (26,0,8,39).

  • cyan value is 25.64%
  • magenta value is 0.00%
  • yellow value is 7.69%
  • key color value is 38.82%

CMYK: (26,0,8,39)
C26M0Y8K39 (26%, 0%, 8%, 39%)
(0.26 / 0.00 / 0.08 / 0.39)

CMYK percentages

%25.64
%0
%7.69
%38.82

Codes

Color #749C90 in popluar color models

74 9C 90
RGB 116 156 144
HSL 162° 16.81% 53.33%
HSB/HSV 162° 25.64% 61.18%
CMYK 25.64% 0.00% 7.69%
38.82%

Color #749C90 in popluar number systems.

HEX 74 9C 90
Decimal 116 156 144
Binary 1110100 10011100 10010000
Octal 164 234 220

Shades and tints

Shades of #749C90

#749C90
(116,156,144)
#6A8E83
(106,142,131)
#608076
(96,128,118)
#567269
(86,114,105)
#4C645C
(76,100,92)
#42564F
(66,86,79)
#384842
(56,72,66)
#2E3A35
(46,58,53)
#242C28
(36,44,40)
#1A1E1B
(26,30,27)
#10100E
(16,16,14)
#000000
(0,0,0)

Tints of #749C90

#749C90
(116,156,144)
#80A59A
(128,165,154)
#8CAEA4
(140,174,164)
#98B7AE
(152,183,174)
#A4C0B8
(164,192,184)
#B0C9C2
(176,201,194)
#BCD2CC
(188,210,204)
#C8DBD6
(200,219,214)
#D4E4E0
(212,228,224)
#E0EDEA
(224,237,234)
#ECF6F4
(236,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #749C90 color. Also use rgb(116,156,144) instead hex code.

Text Font Color

.myTextColor { color: #749C90; }

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

This text font color is #749C90.

Background Color

.myBgColor { background-color: #749C90; }

<div style="background-color:#749C90">Inner text</div>

This div background color is #749C90.

Border color

.myBorderColor { border: 1px solid #749C90; }

<div style="border:3px solid #749C90">Div</div>

This div border color is #749C90.

Opacity

.myOpacity80 { color: #749C90; opacity: 0.8; }

<p style="color:#749C90;opacity:0.8;">80%</p>

Text with #749C90 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 #749C90;}

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

This text has shadow with #749C90 color.


.textShadow {text-shadow: 3px 3px 1px #749C90', 3px 3px 1px red;}

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

This text has shadow with #749C90 primary color and red secondary color.


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

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

This text has shadow with #749C90 and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #749C90; -webkit-box-shadow: 1px 1px 3px 2px #749C90; box-shadow:1px 1px 3px 2px #749C90;">
Div content here
</div>

This div box has shadow with color #749C90.

Preview

Color preview on black background

This text has color #749C90 on black background.


Color preview on white background

This text has color #749C90 on white background.


Black color preview on #749C90 background

This text has black color on #749C90 background.


White color preview on #749C90 background

This text has white color on #749C90 background.


Related colors

Complementary color

Complementary color for #hex is #8B636F.


I love getcolorcode.com

Triadic colors

1 #90749C and #9C9074 with #749C90 are triadic colors.

2 #909C74 and #9C7490 with #749C90 are triadic colors.