COLOR #74A299

HEX: #74A299 RGB: (116,162,153)

Color info

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

RGB color model

#74A299 color RGB value is (116,162,153).

RGB: (116,162,153) (45%, 64%, 60%)

RGB channels and saturation

R 116 of 255 = 45%
G 162 of 255 = 64%
B 153 of 255 = 60%

116
162
153

R + G + B ~ 56%. #74A299 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 116 + 162 + 153 = 431 (100%)
R 116 of 431 ~ 26.91%
G 162 of 431 ~ 37.59%
B 153 of 431 ~ 35.5'%

%26.91
%37.59
%35.5

CMYK color model

#74A299 color CMYK value is (28,0,6,36).

  • cyan value is 28.40%
  • magenta value is 0.00%
  • yellow value is 5.56%
  • key color value is 36.47%

CMYK: (28,0,6,36)
C28M0Y6K36 (28%, 0%, 6%, 36%)
(0.28 / 0.00 / 0.06 / 0.36)

CMYK percentages

%28.4
%0
%5.56
%36.47

Codes

Color #74A299 in popluar color models

74 A2 99
RGB 116 162 153
HSL 168° 19.83% 54.51%
HSB/HSV 168° 28.40% 63.53%
CMYK 28.40% 0.00% 5.56%
36.47%

Color #74A299 in popluar number systems.

HEX 74 A2 99
Decimal 116 162 153
Binary 1110100 10100010 10011001
Octal 164 242 231

Shades and tints

Shades of #74A299

#74A299
(116,162,153)
#6A948C
(106,148,140)
#60867F
(96,134,127)
#567872
(86,120,114)
#4C6A65
(76,106,101)
#425C58
(66,92,88)
#384E4B
(56,78,75)
#2E403E
(46,64,62)
#243231
(36,50,49)
#1A2424
(26,36,36)
#101617
(16,22,23)
#000000
(0,0,0)

Tints of #74A299

#74A299
(116,162,153)
#80AAA2
(128,170,162)
#8CB2AB
(140,178,171)
#98BAB4
(152,186,180)
#A4C2BD
(164,194,189)
#B0CAC6
(176,202,198)
#BCD2CF
(188,210,207)
#C8DAD8
(200,218,216)
#D4E2E1
(212,226,225)
#E0EAEA
(224,234,234)
#ECF2F3
(236,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74A299 color. Also use rgb(116,162,153) instead hex code.

Text Font Color

.myTextColor { color: #74A299; }

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

This text font color is #74A299.

Background Color

.myBgColor { background-color: #74A299; }

<div style="background-color:#74A299">Inner text</div>

This div background color is #74A299.

Border color

.myBorderColor { border: 1px solid #74A299; }

<div style="border:3px solid #74A299">Div</div>

This div border color is #74A299.

Opacity

.myOpacity80 { color: #74A299; opacity: 0.8; }

<p style="color:#74A299;opacity:0.8;">80%</p>

Text with #74A299 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 #74A299;}

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

This text has shadow with #74A299 color.


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

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

This text has shadow with #74A299 primary color and red secondary color.


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

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

This text has shadow with #74A299 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #74A299.

Preview

Color preview on black background

This text has color #74A299 on black background.


Color preview on white background

This text has color #74A299 on white background.


Black color preview on #74A299 background

This text has black color on #74A299 background.


White color preview on #74A299 background

This text has white color on #74A299 background.


Related colors

Complementary color

Complementary color for #hex is #8B5D66.


I love getcolorcode.com

Triadic colors

1 #9974A2 and #A29974 with #74A299 are triadic colors.

2 #99A274 and #A27499 with #74A299 are triadic colors.