COLOR #74A085

HEX: #74A085 RGB: (116,160,133)

Color info

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

RGB color model

#74A085 color RGB value is (116,160,133).

RGB: (116,160,133) (45%, 63%, 52%)

RGB channels and saturation

R 116 of 255 = 45%
G 160 of 255 = 63%
B 133 of 255 = 52%

116
160
133

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

Portions of RGB colors in percentages

R + G + B = 116 + 160 + 133 = 409 (100%)
R 116 of 409 ~ 28.36%
G 160 of 409 ~ 39.12%
B 133 of 409 ~ 32.52'%

%28.36
%39.12
%32.52

CMYK color model

#74A085 color CMYK value is (28,0,17,37).

  • cyan value is 27.50%
  • magenta value is 0.00%
  • yellow value is 16.88%
  • key color value is 37.25%

CMYK: (28,0,17,37)
C28M0Y17K37 (28%, 0%, 17%, 37%)
(0.28 / 0.00 / 0.17 / 0.37)

CMYK percentages

%27.5
%0
%16.88
%37.25

Codes

Color #74A085 in popluar color models

74 A0 85
RGB 116 160 133
HSL 143° 18.80% 54.12%
HSB/HSV 143° 27.50% 62.75%
CMYK 27.50% 0.00% 16.88%
37.25%

Color #74A085 in popluar number systems.

HEX 74 A0 85
Decimal 116 160 133
Binary 1110100 10100000 10000101
Octal 164 240 205

Shades and tints

Shades of #74A085

#74A085
(116,160,133)
#6A9279
(106,146,121)
#60846D
(96,132,109)
#567661
(86,118,97)
#4C6855
(76,104,85)
#425A49
(66,90,73)
#384C3D
(56,76,61)
#2E3E31
(46,62,49)
#243025
(36,48,37)
#1A2219
(26,34,25)
#10140D
(16,20,13)
#000000
(0,0,0)

Tints of #74A085

#74A085
(116,160,133)
#80A890
(128,168,144)
#8CB09B
(140,176,155)
#98B8A6
(152,184,166)
#A4C0B1
(164,192,177)
#B0C8BC
(176,200,188)
#BCD0C7
(188,208,199)
#C8D8D2
(200,216,210)
#D4E0DD
(212,224,221)
#E0E8E8
(224,232,232)
#ECF0F3
(236,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74A085 color. Also use rgb(116,160,133) instead hex code.

Text Font Color

.myTextColor { color: #74A085; }

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

This text font color is #74A085.

Background Color

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

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

This div background color is #74A085.

Border color

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

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

This div border color is #74A085.

Opacity

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

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

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

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

This text has shadow with #74A085 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #74A085.

Preview

Color preview on black background

This text has color #74A085 on black background.


Color preview on white background

This text has color #74A085 on white background.


Black color preview on #74A085 background

This text has black color on #74A085 background.


White color preview on #74A085 background

This text has white color on #74A085 background.


Related colors

Complementary color

Complementary color for #hex is #8B5F7A.


I love getcolorcode.com

Triadic colors

1 #8574A0 and #A08574 with #74A085 are triadic colors.

2 #85A074 and #A07485 with #74A085 are triadic colors.