COLOR #797595

HEX: #797595
RGB: (121,117,149)

Color info

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

RGB color model

#797595 color RGB value is (121,117,149).

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

RGB channels and saturation

R 121 of 255 = 47%
G 117 of 255 = 46%
B 149 of 255 = 58%

121
117
149

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

Portions of RGB colors in percentages

R + G + B =
121 + 117 + 149 = 387 (100%)
R 121 of 387 ~ 31.27%
G 117 of 387 ~ 30.23%
B 149 of 387 ~ 38.5%

%31.27
%30.23
%38.5

CMYK color model

#797595 color CMYK value is (19,21,0,42).

  • cyan value is 18.79%
  • magenta value is 21.48%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(19,21,0,42)
C19M21Y0K42 
(19%,21%,0%,42%)
(0.19/0.21/0.00/0.42)	

CMYK percentages

%18.79
%21.48
%0
%41.57

Codes

Color #797595 in popluar color models

797595
RGB121117149
HSL248°13.11%52.16%
HSB/HSV248°21.48%58.43%
CMYK18.79%21.48%0.00%
41.57%

Color #797595 in popluar number systems.

HEX797595
Decimal121117149
Binary1111001111010110010101
Octal171165225

Shades and tints

Shades of #797595

#797595
(121,117,149)
#6E6B88
(110,107,136)
#63617B
(99,97,123)
#58576E
(88,87,110)
#4D4D61
(77,77,97)
#424354
(66,67,84)
#373947
(55,57,71)
#2C2F3A
(44,47,58)
#21252D
(33,37,45)
#161B20
(22,27,32)
#0B1113
(11,17,19)
#000000
(0,0,0)

Tints of #797595

#797595
(121,117,149)
#85819E
(133,129,158)
#918DA7
(145,141,167)
#9D99B0
(157,153,176)
#A9A5B9
(169,165,185)
#B5B1C2
(181,177,194)
#C1BDCB
(193,189,203)
#CDC9D4
(205,201,212)
#D9D5DD
(217,213,221)
#E5E1E6
(229,225,230)
#F1EDEF
(241,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #797595; }

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

This text font color is #797595.


Background Color

.myBgColor { background-color: #797595; }

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

This div background color is #797595.


Border color

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

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

This div border color is #797595.


Opacity

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

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

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

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

This text has shadow with #797595 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #797595 on black background.


Color preview on white background

This text has color #797595 on white background.



Black color preview on #797595 background

This text has black color on #797595 background.


White color preview on #797595 background

This text has white color on #797595 background.