COLOR #797F88

HEX: #797F88 RGB: (121,127,136)

Color info

#797F88 contains red, green and blue colors in about the same proportion. Web safe color of #797F88 is #666699 (or #669).

RGB color model

#797F88 color RGB value is (121,127,136).

RGB: (121,127,136) (47%, 50%, 53%)

RGB channels and saturation

R 121 of 255 = 47%
G 127 of 255 = 50%
B 136 of 255 = 53%

121
127
136

R + G + B ~ 50%. #797F88 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 121 + 127 + 136 = 384 (100%)
R 121 of 384 ~ 31.51%
G 127 of 384 ~ 33.07%
B 136 of 384 ~ 35.42'%

%31.51
%33.07
%35.42

CMYK color model

#797F88 color CMYK value is (11,7,0,47).

  • cyan value is 11.03%
  • magenta value is 6.62%
  • yellow value is 0.00%
  • key color value is 46.67%

CMYK: (11,7,0,47)
C11M7Y0K47 (11%, 7%, 0%, 47%)
(0.11 / 0.07 / 0.00 / 0.47)

CMYK percentages

%11.03
%6.62
%0
%46.67

Codes

Color #797F88 in popluar color models

79 7F 88
RGB 121 127 136
HSL 216° 5.93% 50.39%
HSB/HSV 216° 11.03% 53.33%
CMYK 11.03% 6.62% 0.00%
46.67%

Color #797F88 in popluar number systems.

HEX 79 7F 88
Decimal 121 127 136
Binary 1111001 1111111 10001000
Octal 171 177 210

Shades and tints

Shades of #797F88

#797F88
(121,127,136)
#6E747C
(110,116,124)
#636970
(99,105,112)
#585E64
(88,94,100)
#4D5358
(77,83,88)
#42484C
(66,72,76)
#373D40
(55,61,64)
#2C3234
(44,50,52)
#212728
(33,39,40)
#161C1C
(22,28,28)
#0B1110
(11,17,16)
#000000
(0,0,0)

Tints of #797F88

#797F88
(121,127,136)
#858A92
(133,138,146)
#91959C
(145,149,156)
#9DA0A6
(157,160,166)
#A9ABB0
(169,171,176)
#B5B6BA
(181,182,186)
#C1C1C4
(193,193,196)
#CDCCCE
(205,204,206)
#D9D7D8
(217,215,216)
#E5E2E2
(229,226,226)
#F1EDEC
(241,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #797F88 color. Also use rgb(121,127,136) instead hex code.

Text Font Color

.myTextColor { color: #797F88; }

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

This text font color is #797F88.

Background Color

.myBgColor { background-color: #797F88; }

<div style="background-color:#797F88">Inner text</div>

This div background color is #797F88.

Border color

.myBorderColor { border: 1px solid #797F88; }

<div style="border:3px solid #797F88">Div</div>

This div border color is #797F88.

Opacity

.myOpacity80 { color: #797F88; opacity: 0.8; }

<p style="color:#797F88;opacity:0.8;">80%</p>

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

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

This text has shadow with #797F88 color.


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

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

This text has shadow with #797F88 primary color and red secondary color.


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

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

This text has shadow with #797F88 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #797F88.

Preview

Color preview on black background

This text has color #797F88 on black background.


Color preview on white background

This text has color #797F88 on white background.


Black color preview on #797F88 background

This text has black color on #797F88 background.


White color preview on #797F88 background

This text has white color on #797F88 background.


Related colors

Complementary color

Complementary color for #hex is #868077.


I love getcolorcode.com

Triadic colors

1 #88797F and #7F8879 with #797F88 are triadic colors.

2 #887F79 and #7F7988 with #797F88 are triadic colors.