COLOR #7F9799

HEX: #7F9799 RGB: (127,151,153)

Color info

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

RGB color model

#7F9799 color RGB value is (127,151,153).

RGB: (127,151,153) (50%, 59%, 60%)

RGB channels and saturation

R 127 of 255 = 50%
G 151 of 255 = 59%
B 153 of 255 = 60%

127
151
153

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

Portions of RGB colors in percentages

R + G + B = 127 + 151 + 153 = 431 (100%)
R 127 of 431 ~ 29.47%
G 151 of 431 ~ 35.03%
B 153 of 431 ~ 35.5'%

%29.47
%35.03
%35.5

CMYK color model

#7F9799 color CMYK value is (17,1,0,40).

  • cyan value is 16.99%
  • magenta value is 1.31%
  • yellow value is 0.00%
  • key color value is 40.00%

CMYK: (17,1,0,40)
C17M1Y0K40 (17%, 1%, 0%, 40%)
(0.17 / 0.01 / 0.00 / 0.40)

CMYK percentages

%16.99
%1.31
%0
%40

Codes

Color #7F9799 in popluar color models

7F 97 99
RGB 127 151 153
HSL 185° 11.30% 54.90%
HSB/HSV 185° 16.99% 60.00%
CMYK 16.99% 1.31% 0.00%
40.00%

Color #7F9799 in popluar number systems.

HEX 7F 97 99
Decimal 127 151 153
Binary 1111111 10010111 10011001
Octal 177 227 231

Shades and tints

Shades of #7F9799

#7F9799
(127,151,153)
#748A8C
(116,138,140)
#697D7F
(105,125,127)
#5E7072
(94,112,114)
#536365
(83,99,101)
#485658
(72,86,88)
#3D494B
(61,73,75)
#323C3E
(50,60,62)
#272F31
(39,47,49)
#1C2224
(28,34,36)
#111517
(17,21,23)
#000000
(0,0,0)

Tints of #7F9799

#7F9799
(127,151,153)
#8AA0A2
(138,160,162)
#95A9AB
(149,169,171)
#A0B2B4
(160,178,180)
#ABBBBD
(171,187,189)
#B6C4C6
(182,196,198)
#C1CDCF
(193,205,207)
#CCD6D8
(204,214,216)
#D7DFE1
(215,223,225)
#E2E8EA
(226,232,234)
#EDF1F3
(237,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F9799 color. Also use rgb(127,151,153) instead hex code.

Text Font Color

.myTextColor { color: #7F9799; }

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

This text font color is #7F9799.

Background Color

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

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

This div background color is #7F9799.

Border color

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

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

This div border color is #7F9799.

Opacity

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

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

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

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

This text has shadow with #7F9799 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F9799.

Preview

Color preview on black background

This text has color #7F9799 on black background.


Color preview on white background

This text has color #7F9799 on white background.


Black color preview on #7F9799 background

This text has black color on #7F9799 background.


White color preview on #7F9799 background

This text has white color on #7F9799 background.


Related colors

Complementary color

Complementary color for #hex is #806866.


I love getcolorcode.com

Triadic colors

1 #997F97 and #97997F with #7F9799 are triadic colors.

2 #99977F and #977F99 with #7F9799 are triadic colors.