COLOR #798685

HEX: #798685
RGB: (121,134,133)

Color info

#798685 contains red, green and blue colors in about the same proportion. Web safe color of #798685 is #669999 (or #699).

RGB color model

#798685 color RGB value is (121,134,133).

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

RGB channels and saturation

R 121 of 255 = 47%
G 134 of 255 = 53%
B 133 of 255 = 52%

121
134
133

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

Portions of RGB colors in percentages

R + G + B =
121 + 134 + 133 = 388 (100%)
R 121 of 388 ~ 31.19%
G 134 of 388 ~ 34.54%
B 133 of 388 ~ 34.28%

%31.19
%34.54
%34.28

CMYK color model

#798685 color CMYK value is (10,0,1,47).

  • cyan value is 9.70%
  • magenta value is 0.00%
  • yellow value is 0.75%
  • key color value is 47.45%
CMYK:
(10,0,1,47)
C10M0Y1K47 
(10%,0%,1%,47%)
(0.10/0.00/0.01/0.47)	

CMYK percentages

%9.7
%0
%0.75
%47.45

Codes

Color #798685 in popluar color models

798685
RGB121134133
HSL175°5.10%50.00%
HSB/HSV175°9.70%52.55%
CMYK9.70%0.00%0.75%
47.45%

Color #798685 in popluar number systems.

HEX798685
Decimal121134133
Binary11110011000011010000101
Octal171206205

Shades and tints

Shades of #798685

#798685
(121,134,133)
#6E7A79
(110,122,121)
#636E6D
(99,110,109)
#586261
(88,98,97)
#4D5655
(77,86,85)
#424A49
(66,74,73)
#373E3D
(55,62,61)
#2C3231
(44,50,49)
#212625
(33,38,37)
#161A19
(22,26,25)
#0B0E0D
(11,14,13)
#000000
(0,0,0)

Tints of #798685

#798685
(121,134,133)
#859190
(133,145,144)
#919C9B
(145,156,155)
#9DA7A6
(157,167,166)
#A9B2B1
(169,178,177)
#B5BDBC
(181,189,188)
#C1C8C7
(193,200,199)
#CDD3D2
(205,211,210)
#D9DEDD
(217,222,221)
#E5E9E8
(229,233,232)
#F1F4F3
(241,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #798685; }

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

This text font color is #798685.


Background Color

.myBgColor { background-color: #798685; }

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

This div background color is #798685.


Border color

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

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

This div border color is #798685.


Opacity

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

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

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

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

This text has shadow with #798685 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #798685 on black background.


Color preview on white background

This text has color #798685 on white background.



Black color preview on #798685 background

This text has black color on #798685 background.


White color preview on #798685 background

This text has white color on #798685 background.