COLOR #797687

HEX: #797687
RGB: (121,118,135)

Color info

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

RGB color model

#797687 color RGB value is (121,118,135).

  • red value is 121;
  • green value is 118;
  • blue value is 135.
RGB:
(121,118,135)
(47%,46%,53%)

RGB channels and saturation

R 121 of 255 = 47%
G 118 of 255 = 46%
B 135 of 255 = 53%

121
118
135

R + G + B ~ 49%. #797687 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
121 + 118 + 135 = 374 (100%)
R 121 of 374 ~ 32.35%
G 118 of 374 ~ 31.55%
B 135 of 374 ~ 36.1%

%32.35
%31.55
%36.1

CMYK color model

#797687 color CMYK value is (10,13,0,47).

  • cyan value is 10.37%
  • magenta value is 12.59%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(10,13,0,47)
C10M13Y0K47 
(10%,13%,0%,47%)
(0.10/0.13/0.00/0.47)	

CMYK percentages

%10.37
%12.59
%0
%47.06

Codes

Color #797687 in popluar color models

797687
RGB121118135
HSL251°6.72%49.61%
HSB/HSV251°12.59%52.94%
CMYK10.37%12.59%0.00%
47.06%

Color #797687 in popluar number systems.

HEX797687
Decimal121118135
Binary1111001111011010000111
Octal171166207

Shades and tints

Shades of #797687

#797687
(121,118,135)
#6E6C7B
(110,108,123)
#63626F
(99,98,111)
#585863
(88,88,99)
#4D4E57
(77,78,87)
#42444B
(66,68,75)
#373A3F
(55,58,63)
#2C3033
(44,48,51)
#212627
(33,38,39)
#161C1B
(22,28,27)
#0B120F
(11,18,15)
#000000
(0,0,0)

Tints of #797687

#797687
(121,118,135)
#858291
(133,130,145)
#918E9B
(145,142,155)
#9D9AA5
(157,154,165)
#A9A6AF
(169,166,175)
#B5B2B9
(181,178,185)
#C1BEC3
(193,190,195)
#CDCACD
(205,202,205)
#D9D6D7
(217,214,215)
#E5E2E1
(229,226,225)
#F1EEEB
(241,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #797687 color. Also use rgb(121,118,135) instead hex code.

Text Font Color

.myTextColor { color: #797687; }

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

This text font color is #797687.


Background Color

.myBgColor { background-color: #797687; }

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

This div background color is #797687.


Border color

.myBorderColor { border: 1px solid #797687; }

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

This div border color is #797687.


Opacity

.myOpacity80 { color: #797687; opacity: 0.8; }

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

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

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

This text has shadow with #797687 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #797687 on black background.


Color preview on white background

This text has color #797687 on white background.



Black color preview on #797687 background

This text has black color on #797687 background.


White color preview on #797687 background

This text has white color on #797687 background.