COLOR #798795

HEX: #798795
RGB: (121,135,149)

Color info

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

RGB color model

#798795 color RGB value is (121,135,149).

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

RGB channels and saturation

R 121 of 255 = 47%
G 135 of 255 = 53%
B 149 of 255 = 58%

121
135
149

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

Portions of RGB colors in percentages

R + G + B =
121 + 135 + 149 = 405 (100%)
R 121 of 405 ~ 29.88%
G 135 of 405 ~ 33.33%
B 149 of 405 ~ 36.79%

%29.88
%33.33
%36.79

CMYK color model

#798795 color CMYK value is (19,9,0,42).

  • cyan value is 18.79%
  • magenta value is 9.40%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(19,9,0,42)
C19M9Y0K42 
(19%,9%,0%,42%)
(0.19/0.09/0.00/0.42)	

CMYK percentages

%18.79
%9.4
%0
%41.57

Codes

Color #798795 in popluar color models

798795
RGB121135149
HSL210°11.67%52.94%
HSB/HSV210°18.79%58.43%
CMYK18.79%9.40%0.00%
41.57%

Color #798795 in popluar number systems.

HEX798795
Decimal121135149
Binary11110011000011110010101
Octal171207225

Shades and tints

Shades of #798795

#798795
(121,135,149)
#6E7B88
(110,123,136)
#636F7B
(99,111,123)
#58636E
(88,99,110)
#4D5761
(77,87,97)
#424B54
(66,75,84)
#373F47
(55,63,71)
#2C333A
(44,51,58)
#21272D
(33,39,45)
#161B20
(22,27,32)
#0B0F13
(11,15,19)
#000000
(0,0,0)

Tints of #798795

#798795
(121,135,149)
#85919E
(133,145,158)
#919BA7
(145,155,167)
#9DA5B0
(157,165,176)
#A9AFB9
(169,175,185)
#B5B9C2
(181,185,194)
#C1C3CB
(193,195,203)
#CDCDD4
(205,205,212)
#D9D7DD
(217,215,221)
#E5E1E6
(229,225,230)
#F1EBEF
(241,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #798795; }

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

This text font color is #798795.


Background Color

.myBgColor { background-color: #798795; }

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

This div background color is #798795.


Border color

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

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

This div border color is #798795.


Opacity

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

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

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

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

This text has shadow with #798795 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #798795 on black background.


Color preview on white background

This text has color #798795 on white background.



Black color preview on #798795 background

This text has black color on #798795 background.


White color preview on #798795 background

This text has white color on #798795 background.