COLOR #797C99

HEX: #797C99
RGB: (121,124,153)

Color info

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

RGB color model

#797C99 color RGB value is (121,124,153).

  • red value is 121;
  • green value is 124;
  • blue value is 153.
RGB:
(121,124,153)
(47%,49%,60%)

RGB channels and saturation

R 121 of 255 = 47%
G 124 of 255 = 49%
B 153 of 255 = 60%

121
124
153

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

Portions of RGB colors in percentages

R + G + B =
121 + 124 + 153 = 398 (100%)
R 121 of 398 ~ 30.4%
G 124 of 398 ~ 31.16%
B 153 of 398 ~ 38.44%

%30.4
%31.16
%38.44

CMYK color model

#797C99 color CMYK value is (21,19,0,40).

  • cyan value is 20.92%
  • magenta value is 18.95%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(21,19,0,40)
C21M19Y0K40 
(21%,19%,0%,40%)
(0.21/0.19/0.00/0.40)	

CMYK percentages

%20.92
%18.95
%0
%40

Codes

Color #797C99 in popluar color models

797C99
RGB121124153
HSL234°13.56%53.73%
HSB/HSV234°20.92%60.00%
CMYK20.92%18.95%0.00%
40.00%

Color #797C99 in popluar number systems.

HEX797C99
Decimal121124153
Binary1111001111110010011001
Octal171174231

Shades and tints

Shades of #797C99

#797C99
(121,124,153)
#6E718C
(110,113,140)
#63667F
(99,102,127)
#585B72
(88,91,114)
#4D5065
(77,80,101)
#424558
(66,69,88)
#373A4B
(55,58,75)
#2C2F3E
(44,47,62)
#212431
(33,36,49)
#161924
(22,25,36)
#0B0E17
(11,14,23)
#000000
(0,0,0)

Tints of #797C99

#797C99
(121,124,153)
#8587A2
(133,135,162)
#9192AB
(145,146,171)
#9D9DB4
(157,157,180)
#A9A8BD
(169,168,189)
#B5B3C6
(181,179,198)
#C1BECF
(193,190,207)
#CDC9D8
(205,201,216)
#D9D4E1
(217,212,225)
#E5DFEA
(229,223,234)
#F1EAF3
(241,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #797C99 color. Also use rgb(121,124,153) instead hex code.

Text Font Color

.myTextColor { color: #797C99; }

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

This text font color is #797C99.


Background Color

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

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

This div background color is #797C99.


Border color

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

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

This div border color is #797C99.


Opacity

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

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

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

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

This text has shadow with #797C99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #797C99 on black background.


Color preview on white background

This text has color #797C99 on white background.



Black color preview on #797C99 background

This text has black color on #797C99 background.


White color preview on #797C99 background

This text has white color on #797C99 background.