COLOR #7FA3A1

HEX: #7FA3A1 RGB: (127,163,161)

Color info

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

RGB color model

#7FA3A1 color RGB value is (127,163,161).

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

RGB channels and saturation

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

127
163
161

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

Portions of RGB colors in percentages

R + G + B = 127 + 163 + 161 = 451 (100%)
R 127 of 451 ~ 28.16%
G 163 of 451 ~ 36.14%
B 161 of 451 ~ 35.7'%

%28.16
%36.14
%35.7

CMYK color model

#7FA3A1 color CMYK value is (22,0,1,36).

  • cyan value is 22.09%
  • magenta value is 0.00%
  • yellow value is 1.23%
  • key color value is 36.08%

CMYK: (22,0,1,36)
C22M0Y1K36 (22%, 0%, 1%, 36%)
(0.22 / 0.00 / 0.01 / 0.36)

CMYK percentages

%22.09
%0
%1.23
%36.08

Codes

Color #7FA3A1 in popluar color models

7F A3 A1
RGB 127 163 161
HSL 177° 16.36% 56.86%
HSB/HSV 177° 22.09% 63.92%
CMYK 22.09% 0.00% 1.23%
36.08%

Color #7FA3A1 in popluar number systems.

HEX 7F A3 A1
Decimal 127 163 161
Binary 1111111 10100011 10100001
Octal 177 243 241

Shades and tints

Shades of #7FA3A1

#7FA3A1
(127,163,161)
#749593
(116,149,147)
#698785
(105,135,133)
#5E7977
(94,121,119)
#536B69
(83,107,105)
#485D5B
(72,93,91)
#3D4F4D
(61,79,77)
#32413F
(50,65,63)
#273331
(39,51,49)
#1C2523
(28,37,35)
#111715
(17,23,21)
#000000
(0,0,0)

Tints of #7FA3A1

#7FA3A1
(127,163,161)
#8AABA9
(138,171,169)
#95B3B1
(149,179,177)
#A0BBB9
(160,187,185)
#ABC3C1
(171,195,193)
#B6CBC9
(182,203,201)
#C1D3D1
(193,211,209)
#CCDBD9
(204,219,217)
#D7E3E1
(215,227,225)
#E2EBE9
(226,235,233)
#EDF3F1
(237,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FA3A1; }

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

This text font color is #7FA3A1.

Background Color

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

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

This div background color is #7FA3A1.

Border color

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

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

This div border color is #7FA3A1.

Opacity

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

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

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

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

This text has shadow with #7FA3A1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7FA3A1.

Preview

Color preview on black background

This text has color #7FA3A1 on black background.


Color preview on white background

This text has color #7FA3A1 on white background.


Black color preview on #7FA3A1 background

This text has black color on #7FA3A1 background.


White color preview on #7FA3A1 background

This text has white color on #7FA3A1 background.


Related colors

Complementary color

Complementary color for #hex is #805C5E.


I love getcolorcode.com

Triadic colors

1 #A17FA3 and #A3A17F with #7FA3A1 are triadic colors.

2 #A1A37F and #A37FA1 with #7FA3A1 are triadic colors.