COLOR #74B89C

HEX: #74B89C RGB: (116,184,156)

Color info

#74B89C contains mainly green and blue colors. Web safe color of #74B89C is #66CC99 (or #6C9).

RGB color model

#74B89C color RGB value is (116,184,156).

RGB: (116,184,156) (45%, 72%, 61%)

RGB channels and saturation

R 116 of 255 = 45%
G 184 of 255 = 72%
B 156 of 255 = 61%

116
184
156

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

Portions of RGB colors in percentages

R + G + B = 116 + 184 + 156 = 456 (100%)
R 116 of 456 ~ 25.44%
G 184 of 456 ~ 40.35%
B 156 of 456 ~ 34.21'%

%25.44
%40.35
%34.21

CMYK color model

#74B89C color CMYK value is (37,0,15,28).

  • cyan value is 36.96%
  • magenta value is 0.00%
  • yellow value is 15.22%
  • key color value is 27.84%

CMYK: (37,0,15,28)
C37M0Y15K28 (37%, 0%, 15%, 28%)
(0.37 / 0.00 / 0.15 / 0.28)

CMYK percentages

%36.96
%0
%15.22
%27.84

Codes

Color #74B89C in popluar color models

74 B8 9C
RGB 116 184 156
HSL 155° 32.38% 58.82%
HSB/HSV 155° 36.96% 72.16%
CMYK 36.96% 0.00% 15.22%
27.84%

Color #74B89C in popluar number systems.

HEX 74 B8 9C
Decimal 116 184 156
Binary 1110100 10111000 10011100
Octal 164 270 234

Shades and tints

Shades of #74B89C

#74B89C
(116,184,156)
#6AA88E
(106,168,142)
#609880
(96,152,128)
#568872
(86,136,114)
#4C7864
(76,120,100)
#426856
(66,104,86)
#385848
(56,88,72)
#2E483A
(46,72,58)
#24382C
(36,56,44)
#1A281E
(26,40,30)
#101810
(16,24,16)
#000000
(0,0,0)

Tints of #74B89C

#74B89C
(116,184,156)
#80BEA5
(128,190,165)
#8CC4AE
(140,196,174)
#98CAB7
(152,202,183)
#A4D0C0
(164,208,192)
#B0D6C9
(176,214,201)
#BCDCD2
(188,220,210)
#C8E2DB
(200,226,219)
#D4E8E4
(212,232,228)
#E0EEED
(224,238,237)
#ECF4F6
(236,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74B89C color. Also use rgb(116,184,156) instead hex code.

Text Font Color

.myTextColor { color: #74B89C; }

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

This text font color is #74B89C.

Background Color

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

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

This div background color is #74B89C.

Border color

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

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

This div border color is #74B89C.

Opacity

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

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

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

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

This text has shadow with #74B89C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #74B89C.

Preview

Color preview on black background

This text has color #74B89C on black background.


Color preview on white background

This text has color #74B89C on white background.


Black color preview on #74B89C background

This text has black color on #74B89C background.


White color preview on #74B89C background

This text has white color on #74B89C background.


Related colors

Complementary color

Complementary color for #hex is #8B4763.


I love getcolorcode.com

Triadic colors

1 #9C74B8 and #B89C74 with #74B89C are triadic colors.

2 #9CB874 and #B8749C with #74B89C are triadic colors.