COLOR #7F9F9B

HEX: #7F9F9B RGB: (127,159,155)

Color info

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

RGB color model

#7F9F9B color RGB value is (127,159,155).

RGB: (127,159,155) (50%, 62%, 61%)

RGB channels and saturation

R 127 of 255 = 50%
G 159 of 255 = 62%
B 155 of 255 = 61%

127
159
155

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

Portions of RGB colors in percentages

R + G + B = 127 + 159 + 155 = 441 (100%)
R 127 of 441 ~ 28.8%
G 159 of 441 ~ 36.05%
B 155 of 441 ~ 35.15'%

%28.8
%36.05
%35.15

CMYK color model

#7F9F9B color CMYK value is (20,0,3,38).

  • cyan value is 20.13%
  • magenta value is 0.00%
  • yellow value is 2.52%
  • key color value is 37.65%

CMYK: (20,0,3,38)
C20M0Y3K38 (20%, 0%, 3%, 38%)
(0.20 / 0.00 / 0.03 / 0.38)

CMYK percentages

%20.13
%0
%2.52
%37.65

Codes

Color #7F9F9B in popluar color models

7F 9F 9B
RGB 127 159 155
HSL 173° 14.29% 56.08%
HSB/HSV 173° 20.13% 62.35%
CMYK 20.13% 0.00% 2.52%
37.65%

Color #7F9F9B in popluar number systems.

HEX 7F 9F 9B
Decimal 127 159 155
Binary 1111111 10011111 10011011
Octal 177 237 233

Shades and tints

Shades of #7F9F9B

#7F9F9B
(127,159,155)
#74918D
(116,145,141)
#69837F
(105,131,127)
#5E7571
(94,117,113)
#536763
(83,103,99)
#485955
(72,89,85)
#3D4B47
(61,75,71)
#323D39
(50,61,57)
#272F2B
(39,47,43)
#1C211D
(28,33,29)
#11130F
(17,19,15)
#000000
(0,0,0)

Tints of #7F9F9B

#7F9F9B
(127,159,155)
#8AA7A4
(138,167,164)
#95AFAD
(149,175,173)
#A0B7B6
(160,183,182)
#ABBFBF
(171,191,191)
#B6C7C8
(182,199,200)
#C1CFD1
(193,207,209)
#CCD7DA
(204,215,218)
#D7DFE3
(215,223,227)
#E2E7EC
(226,231,236)
#EDEFF5
(237,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F9F9B color. Also use rgb(127,159,155) instead hex code.

Text Font Color

.myTextColor { color: #7F9F9B; }

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

This text font color is #7F9F9B.

Background Color

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

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

This div background color is #7F9F9B.

Border color

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

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

This div border color is #7F9F9B.

Opacity

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

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

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

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

This text has shadow with #7F9F9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F9F9B.

Preview

Color preview on black background

This text has color #7F9F9B on black background.


Color preview on white background

This text has color #7F9F9B on white background.


Black color preview on #7F9F9B background

This text has black color on #7F9F9B background.


White color preview on #7F9F9B background

This text has white color on #7F9F9B background.


Related colors

Complementary color

Complementary color for #hex is #806064.


I love getcolorcode.com

Triadic colors

1 #9B7F9F and #9F9B7F with #7F9F9B are triadic colors.

2 #9B9F7F and #9F7F9B with #7F9F9B are triadic colors.