COLOR #74A7A1

HEX: #74A7A1
RGB: (116,167,161)

Color info

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

RGB color model

#74A7A1 color RGB value is (116,167,161).

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

RGB channels and saturation

R 116 of 255 = 45%
G 167 of 255 = 65%
B 161 of 255 = 63%

116
167
161

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

Portions of RGB colors in percentages

R + G + B =
116 + 167 + 161 = 444 (100%)
R 116 of 444 ~ 26.13%
G 167 of 444 ~ 37.61%
B 161 of 444 ~ 36.26%

%26.13
%37.61
%36.26

CMYK color model

#74A7A1 color CMYK value is (31,0,4,35).

  • cyan value is 30.54%
  • magenta value is 0.00%
  • yellow value is 3.59%
  • key color value is 34.51%
CMYK:
(31,0,4,35)
C31M0Y4K35 
(31%,0%,4%,35%)
(0.31/0.00/0.04/0.35)	

CMYK percentages

%30.54
%0
%3.59
%34.51

Codes

Color #74A7A1 in popluar color models

74A7A1
RGB116167161
HSL173°22.47%55.49%
HSB/HSV173°30.54%65.49%
CMYK30.54%0.00%3.59%
34.51%

Color #74A7A1 in popluar number systems.

HEX74A7A1
Decimal116167161
Binary11101001010011110100001
Octal164247241

Shades and tints

Shades of #74A7A1

#74A7A1
(116,167,161)
#6A9893
(106,152,147)
#608985
(96,137,133)
#567A77
(86,122,119)
#4C6B69
(76,107,105)
#425C5B
(66,92,91)
#384D4D
(56,77,77)
#2E3E3F
(46,62,63)
#242F31
(36,47,49)
#1A2023
(26,32,35)
#101115
(16,17,21)
#000000
(0,0,0)

Tints of #74A7A1

#74A7A1
(116,167,161)
#80AFA9
(128,175,169)
#8CB7B1
(140,183,177)
#98BFB9
(152,191,185)
#A4C7C1
(164,199,193)
#B0CFC9
(176,207,201)
#BCD7D1
(188,215,209)
#C8DFD9
(200,223,217)
#D4E7E1
(212,231,225)
#E0EFE9
(224,239,233)
#ECF7F1
(236,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74A7A1; }

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

This text font color is #74A7A1.


Background Color

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

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

This div background color is #74A7A1.


Border color

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

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

This div border color is #74A7A1.


Opacity

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

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

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

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

This text has shadow with #74A7A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74A7A1 on black background.


Color preview on white background

This text has color #74A7A1 on white background.



Black color preview on #74A7A1 background

This text has black color on #74A7A1 background.


White color preview on #74A7A1 background

This text has white color on #74A7A1 background.