COLOR #797D91

HEX: #797D91
RGB: (121,125,145)

Color info

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

RGB color model

#797D91 color RGB value is (121,125,145).

  • red value is 121;
  • green value is 125;
  • blue value is 145.
RGB:
(121,125,145)
(47%,49%,57%)

RGB channels and saturation

R 121 of 255 = 47%
G 125 of 255 = 49%
B 145 of 255 = 57%

121
125
145

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

Portions of RGB colors in percentages

R + G + B =
121 + 125 + 145 = 391 (100%)
R 121 of 391 ~ 30.95%
G 125 of 391 ~ 31.97%
B 145 of 391 ~ 37.08%

%30.95
%31.97
%37.08

CMYK color model

#797D91 color CMYK value is (17,14,0,43).

  • cyan value is 16.55%
  • magenta value is 13.79%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(17,14,0,43)
C17M14Y0K43 
(17%,14%,0%,43%)
(0.17/0.14/0.00/0.43)	

CMYK percentages

%16.55
%13.79
%0
%43.14

Codes

Color #797D91 in popluar color models

797D91
RGB121125145
HSL230°9.84%52.16%
HSB/HSV230°16.55%56.86%
CMYK16.55%13.79%0.00%
43.14%

Color #797D91 in popluar number systems.

HEX797D91
Decimal121125145
Binary1111001111110110010001
Octal171175221

Shades and tints

Shades of #797D91

#797D91
(121,125,145)
#6E7284
(110,114,132)
#636777
(99,103,119)
#585C6A
(88,92,106)
#4D515D
(77,81,93)
#424650
(66,70,80)
#373B43
(55,59,67)
#2C3036
(44,48,54)
#212529
(33,37,41)
#161A1C
(22,26,28)
#0B0F0F
(11,15,15)
#000000
(0,0,0)

Tints of #797D91

#797D91
(121,125,145)
#85889B
(133,136,155)
#9193A5
(145,147,165)
#9D9EAF
(157,158,175)
#A9A9B9
(169,169,185)
#B5B4C3
(181,180,195)
#C1BFCD
(193,191,205)
#CDCAD7
(205,202,215)
#D9D5E1
(217,213,225)
#E5E0EB
(229,224,235)
#F1EBF5
(241,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #797D91 color. Also use rgb(121,125,145) instead hex code.

Text Font Color

.myTextColor { color: #797D91; }

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

This text font color is #797D91.


Background Color

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

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

This div background color is #797D91.


Border color

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

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

This div border color is #797D91.


Opacity

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

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

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

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

This text has shadow with #797D91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #797D91 on black background.


Color preview on white background

This text has color #797D91 on white background.



Black color preview on #797D91 background

This text has black color on #797D91 background.


White color preview on #797D91 background

This text has white color on #797D91 background.