COLOR #797085

HEX: #797085
RGB: (121,112,133)

Color info

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

RGB color model

#797085 color RGB value is (121,112,133).

  • red value is 121;
  • green value is 112;
  • blue value is 133.
RGB:
(121,112,133)
(47%,44%,52%)

RGB channels and saturation

R 121 of 255 = 47%
G 112 of 255 = 44%
B 133 of 255 = 52%

121
112
133

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

Portions of RGB colors in percentages

R + G + B =
121 + 112 + 133 = 366 (100%)
R 121 of 366 ~ 33.06%
G 112 of 366 ~ 30.6%
B 133 of 366 ~ 36.34%

%33.06
%30.6
%36.34

CMYK color model

#797085 color CMYK value is (9,16,0,48).

  • cyan value is 9.02%
  • magenta value is 15.79%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(9,16,0,48)
C9M16Y0K48 
(9%,16%,0%,48%)
(0.09/0.16/0.00/0.48)	

CMYK percentages

%9.02
%15.79
%0
%47.84

Codes

Color #797085 in popluar color models

797085
RGB121112133
HSL266°8.57%48.04%
HSB/HSV266°15.79%52.16%
CMYK9.02%15.79%0.00%
47.84%

Color #797085 in popluar number systems.

HEX797085
Decimal121112133
Binary1111001111000010000101
Octal171160205

Shades and tints

Shades of #797085

#797085
(121,112,133)
#6E6679
(110,102,121)
#635C6D
(99,92,109)
#585261
(88,82,97)
#4D4855
(77,72,85)
#423E49
(66,62,73)
#37343D
(55,52,61)
#2C2A31
(44,42,49)
#212025
(33,32,37)
#161619
(22,22,25)
#0B0C0D
(11,12,13)
#000000
(0,0,0)

Tints of #797085

#797085
(121,112,133)
#857D90
(133,125,144)
#918A9B
(145,138,155)
#9D97A6
(157,151,166)
#A9A4B1
(169,164,177)
#B5B1BC
(181,177,188)
#C1BEC7
(193,190,199)
#CDCBD2
(205,203,210)
#D9D8DD
(217,216,221)
#E5E5E8
(229,229,232)
#F1F2F3
(241,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #797085 color. Also use rgb(121,112,133) instead hex code.

Text Font Color

.myTextColor { color: #797085; }

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

This text font color is #797085.


Background Color

.myBgColor { background-color: #797085; }

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

This div background color is #797085.


Border color

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

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

This div border color is #797085.


Opacity

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

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

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

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

This text has shadow with #797085 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #797085 on black background.


Color preview on white background

This text has color #797085 on white background.



Black color preview on #797085 background

This text has black color on #797085 background.


White color preview on #797085 background

This text has white color on #797085 background.