COLOR #749D92

HEX: #749D92 RGB: (116,157,146)

Color info

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

RGB color model

#749D92 color RGB value is (116,157,146).

RGB: (116,157,146) (45%, 62%, 57%)

RGB channels and saturation

R 116 of 255 = 45%
G 157 of 255 = 62%
B 146 of 255 = 57%

116
157
146

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

Portions of RGB colors in percentages

R + G + B = 116 + 157 + 146 = 419 (100%)
R 116 of 419 ~ 27.68%
G 157 of 419 ~ 37.47%
B 146 of 419 ~ 34.84'%

%27.68
%37.47
%34.84

CMYK color model

#749D92 color CMYK value is (26,0,7,38).

  • cyan value is 26.11%
  • magenta value is 0.00%
  • yellow value is 7.01%
  • key color value is 38.43%

CMYK: (26,0,7,38)
C26M0Y7K38 (26%, 0%, 7%, 38%)
(0.26 / 0.00 / 0.07 / 0.38)

CMYK percentages

%26.11
%0
%7.01
%38.43

Codes

Color #749D92 in popluar color models

74 9D 92
RGB 116 157 146
HSL 164° 17.30% 53.53%
HSB/HSV 164° 26.11% 61.57%
CMYK 26.11% 0.00% 7.01%
38.43%

Color #749D92 in popluar number systems.

HEX 74 9D 92
Decimal 116 157 146
Binary 1110100 10011101 10010010
Octal 164 235 222

Shades and tints

Shades of #749D92

#749D92
(116,157,146)
#6A8F85
(106,143,133)
#608178
(96,129,120)
#56736B
(86,115,107)
#4C655E
(76,101,94)
#425751
(66,87,81)
#384944
(56,73,68)
#2E3B37
(46,59,55)
#242D2A
(36,45,42)
#1A1F1D
(26,31,29)
#101110
(16,17,16)
#000000
(0,0,0)

Tints of #749D92

#749D92
(116,157,146)
#80A59B
(128,165,155)
#8CADA4
(140,173,164)
#98B5AD
(152,181,173)
#A4BDB6
(164,189,182)
#B0C5BF
(176,197,191)
#BCCDC8
(188,205,200)
#C8D5D1
(200,213,209)
#D4DDDA
(212,221,218)
#E0E5E3
(224,229,227)
#ECEDEC
(236,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #749D92 color. Also use rgb(116,157,146) instead hex code.

Text Font Color

.myTextColor { color: #749D92; }

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

This text font color is #749D92.

Background Color

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

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

This div background color is #749D92.

Border color

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

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

This div border color is #749D92.

Opacity

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

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

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

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

This text has shadow with #749D92 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #749D92.

Preview

Color preview on black background

This text has color #749D92 on black background.


Color preview on white background

This text has color #749D92 on white background.


Black color preview on #749D92 background

This text has black color on #749D92 background.


White color preview on #749D92 background

This text has white color on #749D92 background.


Related colors

Complementary color

Complementary color for #hex is #8B626D.


I love getcolorcode.com

Triadic colors

1 #92749D and #9D9274 with #749D92 are triadic colors.

2 #929D74 and #9D7492 with #749D92 are triadic colors.