COLOR #7FA4A1

HEX: #7FA4A1 RGB: (127,164,161)

Color info

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

RGB color model

#7FA4A1 color RGB value is (127,164,161).

RGB: (127,164,161) (50%, 64%, 63%)

RGB channels and saturation

R 127 of 255 = 50%
G 164 of 255 = 64%
B 161 of 255 = 63%

127
164
161

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

Portions of RGB colors in percentages

R + G + B = 127 + 164 + 161 = 452 (100%)
R 127 of 452 ~ 28.1%
G 164 of 452 ~ 36.28%
B 161 of 452 ~ 35.62'%

%28.1
%36.28
%35.62

CMYK color model

#7FA4A1 color CMYK value is (23,0,2,36).

  • cyan value is 22.56%
  • magenta value is 0.00%
  • yellow value is 1.83%
  • key color value is 35.69%

CMYK: (23,0,2,36)
C23M0Y2K36 (23%, 0%, 2%, 36%)
(0.23 / 0.00 / 0.02 / 0.36)

CMYK percentages

%22.56
%0
%1.83
%35.69

Codes

Color #7FA4A1 in popluar color models

7F A4 A1
RGB 127 164 161
HSL 175° 16.89% 57.06%
HSB/HSV 175° 22.56% 64.31%
CMYK 22.56% 0.00% 1.83%
35.69%

Color #7FA4A1 in popluar number systems.

HEX 7F A4 A1
Decimal 127 164 161
Binary 1111111 10100100 10100001
Octal 177 244 241

Shades and tints

Shades of #7FA4A1

#7FA4A1
(127,164,161)
#749693
(116,150,147)
#698885
(105,136,133)
#5E7A77
(94,122,119)
#536C69
(83,108,105)
#485E5B
(72,94,91)
#3D504D
(61,80,77)
#32423F
(50,66,63)
#273431
(39,52,49)
#1C2623
(28,38,35)
#111815
(17,24,21)
#000000
(0,0,0)

Tints of #7FA4A1

#7FA4A1
(127,164,161)
#8AACA9
(138,172,169)
#95B4B1
(149,180,177)
#A0BCB9
(160,188,185)
#ABC4C1
(171,196,193)
#B6CCC9
(182,204,201)
#C1D4D1
(193,212,209)
#CCDCD9
(204,220,217)
#D7E4E1
(215,228,225)
#E2ECE9
(226,236,233)
#EDF4F1
(237,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FA4A1 color. Also use rgb(127,164,161) instead hex code.

Text Font Color

.myTextColor { color: #7FA4A1; }

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

This text font color is #7FA4A1.

Background Color

.myBgColor { background-color: #7FA4A1; }

<div style="background-color:#7FA4A1">Inner text</div>

This div background color is #7FA4A1.

Border color

.myBorderColor { border: 1px solid #7FA4A1; }

<div style="border:3px solid #7FA4A1">Div</div>

This div border color is #7FA4A1.

Opacity

.myOpacity80 { color: #7FA4A1; opacity: 0.8; }

<p style="color:#7FA4A1;opacity:0.8;">80%</p>

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

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

This text has shadow with #7FA4A1 color.


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

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

This text has shadow with #7FA4A1 primary color and red secondary color.


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

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

This text has shadow with #7FA4A1 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7FA4A1.

Preview

Color preview on black background

This text has color #7FA4A1 on black background.


Color preview on white background

This text has color #7FA4A1 on white background.


Black color preview on #7FA4A1 background

This text has black color on #7FA4A1 background.


White color preview on #7FA4A1 background

This text has white color on #7FA4A1 background.


Related colors

Complementary color

Complementary color for #hex is #805B5E.


I love getcolorcode.com

Triadic colors

1 #A17FA4 and #A4A17F with #7FA4A1 are triadic colors.

2 #A1A47F and #A47FA1 with #7FA4A1 are triadic colors.