COLOR #74A0AC

HEX: #74A0AC
RGB: (116,160,172)

Color info

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

RGB color model

#74A0AC color RGB value is (116,160,172).

  • red value is 116;
  • green value is 160;
  • blue value is 172.
RGB:
(116,160,172)
(45%,63%,67%)

RGB channels and saturation

R 116 of 255 = 45%
G 160 of 255 = 63%
B 172 of 255 = 67%

116
160
172

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

Portions of RGB colors in percentages

R + G + B =
116 + 160 + 172 = 448 (100%)
R 116 of 448 ~ 25.89%
G 160 of 448 ~ 35.71%
B 172 of 448 ~ 38.39%

%25.89
%35.71
%38.39

CMYK color model

#74A0AC color CMYK value is (33,7,0,33).

  • cyan value is 32.56%
  • magenta value is 6.98%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(33,7,0,33)
C33M7Y0K33 
(33%,7%,0%,33%)
(0.33/0.07/0.00/0.33)	

CMYK percentages

%32.56
%6.98
%0
%32.55

Codes

Color #74A0AC in popluar color models

74A0AC
RGB116160172
HSL193°25.23%56.47%
HSB/HSV193°32.56%67.45%
CMYK32.56%6.98%0.00%
32.55%

Color #74A0AC in popluar number systems.

HEX74A0AC
Decimal116160172
Binary11101001010000010101100
Octal164240254

Shades and tints

Shades of #74A0AC

#74A0AC
(116,160,172)
#6A929D
(106,146,157)
#60848E
(96,132,142)
#56767F
(86,118,127)
#4C6870
(76,104,112)
#425A61
(66,90,97)
#384C52
(56,76,82)
#2E3E43
(46,62,67)
#243034
(36,48,52)
#1A2225
(26,34,37)
#101416
(16,20,22)
#000000
(0,0,0)

Tints of #74A0AC

#74A0AC
(116,160,172)
#80A8B3
(128,168,179)
#8CB0BA
(140,176,186)
#98B8C1
(152,184,193)
#A4C0C8
(164,192,200)
#B0C8CF
(176,200,207)
#BCD0D6
(188,208,214)
#C8D8DD
(200,216,221)
#D4E0E4
(212,224,228)
#E0E8EB
(224,232,235)
#ECF0F2
(236,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74A0AC; }

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

This text font color is #74A0AC.


Background Color

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

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

This div background color is #74A0AC.


Border color

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

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

This div border color is #74A0AC.


Opacity

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

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

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

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

This text has shadow with #74A0AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74A0AC on black background.


Color preview on white background

This text has color #74A0AC on white background.



Black color preview on #74A0AC background

This text has black color on #74A0AC background.


White color preview on #74A0AC background

This text has white color on #74A0AC background.