COLOR #74A797

HEX: #74A797
RGB: (116,167,151)

Color info

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

RGB color model

#74A797 color RGB value is (116,167,151).

  • red value is 116;
  • green value is 167;
  • blue value is 151.
RGB:
(116,167,151)
(45%,65%,59%)

RGB channels and saturation

R 116 of 255 = 45%
G 167 of 255 = 65%
B 151 of 255 = 59%

116
167
151

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

Portions of RGB colors in percentages

R + G + B =
116 + 167 + 151 = 434 (100%)
R 116 of 434 ~ 26.73%
G 167 of 434 ~ 38.48%
B 151 of 434 ~ 34.79%

%26.73
%38.48
%34.79

CMYK color model

#74A797 color CMYK value is (31,0,10,35).

  • cyan value is 30.54%
  • magenta value is 0.00%
  • yellow value is 9.58%
  • key color value is 34.51%
CMYK:
(31,0,10,35)
C31M0Y10K35 
(31%,0%,10%,35%)
(0.31/0.00/0.10/0.35)	

CMYK percentages

%30.54
%0
%9.58
%34.51

Codes

Color #74A797 in popluar color models

74A797
RGB116167151
HSL161°22.47%55.49%
HSB/HSV161°30.54%65.49%
CMYK30.54%0.00%9.58%
34.51%

Color #74A797 in popluar number systems.

HEX74A797
Decimal116167151
Binary11101001010011110010111
Octal164247227

Shades and tints

Shades of #74A797

#74A797
(116,167,151)
#6A988A
(106,152,138)
#60897D
(96,137,125)
#567A70
(86,122,112)
#4C6B63
(76,107,99)
#425C56
(66,92,86)
#384D49
(56,77,73)
#2E3E3C
(46,62,60)
#242F2F
(36,47,47)
#1A2022
(26,32,34)
#101115
(16,17,21)
#000000
(0,0,0)

Tints of #74A797

#74A797
(116,167,151)
#80AFA0
(128,175,160)
#8CB7A9
(140,183,169)
#98BFB2
(152,191,178)
#A4C7BB
(164,199,187)
#B0CFC4
(176,207,196)
#BCD7CD
(188,215,205)
#C8DFD6
(200,223,214)
#D4E7DF
(212,231,223)
#E0EFE8
(224,239,232)
#ECF7F1
(236,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74A797 color. Also use rgb(116,167,151) instead hex code.

Text Font Color

.myTextColor { color: #74A797; }

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

This text font color is #74A797.


Background Color

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

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

This div background color is #74A797.


Border color

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

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

This div border color is #74A797.


Opacity

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

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

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

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

This text has shadow with #74A797 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74A797 on black background.


Color preview on white background

This text has color #74A797 on white background.



Black color preview on #74A797 background

This text has black color on #74A797 background.


White color preview on #74A797 background

This text has white color on #74A797 background.