COLOR #74AA9B

HEX: #74AA9B RGB: (116,170,155)

Color info

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

RGB color model

#74AA9B color RGB value is (116,170,155).

RGB: (116,170,155) (45%, 67%, 61%)

RGB channels and saturation

R 116 of 255 = 45%
G 170 of 255 = 67%
B 155 of 255 = 61%

116
170
155

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

Portions of RGB colors in percentages

R + G + B = 116 + 170 + 155 = 441 (100%)
R 116 of 441 ~ 26.3%
G 170 of 441 ~ 38.55%
B 155 of 441 ~ 35.15'%

%26.3
%38.55
%35.15

CMYK color model

#74AA9B color CMYK value is (32,0,9,33).

  • cyan value is 31.76%
  • magenta value is 0.00%
  • yellow value is 8.82%
  • key color value is 33.33%

CMYK: (32,0,9,33)
C32M0Y9K33 (32%, 0%, 9%, 33%)
(0.32 / 0.00 / 0.09 / 0.33)

CMYK percentages

%31.76
%0
%8.82
%33.33

Codes

Color #74AA9B in popluar color models

74 AA 9B
RGB 116 170 155
HSL 163° 24.11% 56.08%
HSB/HSV 163° 31.76% 66.67%
CMYK 31.76% 0.00% 8.82%
33.33%

Color #74AA9B in popluar number systems.

HEX 74 AA 9B
Decimal 116 170 155
Binary 1110100 10101010 10011011
Octal 164 252 233

Shades and tints

Shades of #74AA9B

#74AA9B
(116,170,155)
#6A9B8D
(106,155,141)
#608C7F
(96,140,127)
#567D71
(86,125,113)
#4C6E63
(76,110,99)
#425F55
(66,95,85)
#385047
(56,80,71)
#2E4139
(46,65,57)
#24322B
(36,50,43)
#1A231D
(26,35,29)
#10140F
(16,20,15)
#000000
(0,0,0)

Tints of #74AA9B

#74AA9B
(116,170,155)
#80B1A4
(128,177,164)
#8CB8AD
(140,184,173)
#98BFB6
(152,191,182)
#A4C6BF
(164,198,191)
#B0CDC8
(176,205,200)
#BCD4D1
(188,212,209)
#C8DBDA
(200,219,218)
#D4E2E3
(212,226,227)
#E0E9EC
(224,233,236)
#ECF0F5
(236,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74AA9B color. Also use rgb(116,170,155) instead hex code.

Text Font Color

.myTextColor { color: #74AA9B; }

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

This text font color is #74AA9B.

Background Color

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

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

This div background color is #74AA9B.

Border color

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

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

This div border color is #74AA9B.

Opacity

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

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

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

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

This text has shadow with #74AA9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #74AA9B.

Preview

Color preview on black background

This text has color #74AA9B on black background.


Color preview on white background

This text has color #74AA9B on white background.


Black color preview on #74AA9B background

This text has black color on #74AA9B background.


White color preview on #74AA9B background

This text has white color on #74AA9B background.


Related colors

Complementary color

Complementary color for #hex is #8B5564.


I love getcolorcode.com

Triadic colors

1 #9B74AA and #AA9B74 with #74AA9B are triadic colors.

2 #9BAA74 and #AA749B with #74AA9B are triadic colors.