COLOR #797599

HEX: #797599
RGB: (121,117,153)

Color info

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

RGB color model

#797599 color RGB value is (121,117,153).

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

RGB channels and saturation

R 121 of 255 = 47%
G 117 of 255 = 46%
B 153 of 255 = 60%

121
117
153

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

Portions of RGB colors in percentages

R + G + B =
121 + 117 + 153 = 391 (100%)
R 121 of 391 ~ 30.95%
G 117 of 391 ~ 29.92%
B 153 of 391 ~ 39.13%

%30.95
%29.92
%39.13

CMYK color model

#797599 color CMYK value is (21,24,0,40).

  • cyan value is 20.92%
  • magenta value is 23.53%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(21,24,0,40)
C21M24Y0K40 
(21%,24%,0%,40%)
(0.21/0.24/0.00/0.40)	

CMYK percentages

%20.92
%23.53
%0
%40

Codes

Color #797599 in popluar color models

797599
RGB121117153
HSL247°15.00%52.94%
HSB/HSV247°23.53%60.00%
CMYK20.92%23.53%0.00%
40.00%

Color #797599 in popluar number systems.

HEX797599
Decimal121117153
Binary1111001111010110011001
Octal171165231

Shades and tints

Shades of #797599

#797599
(121,117,153)
#6E6B8C
(110,107,140)
#63617F
(99,97,127)
#585772
(88,87,114)
#4D4D65
(77,77,101)
#424358
(66,67,88)
#37394B
(55,57,75)
#2C2F3E
(44,47,62)
#212531
(33,37,49)
#161B24
(22,27,36)
#0B1117
(11,17,23)
#000000
(0,0,0)

Tints of #797599

#797599
(121,117,153)
#8581A2
(133,129,162)
#918DAB
(145,141,171)
#9D99B4
(157,153,180)
#A9A5BD
(169,165,189)
#B5B1C6
(181,177,198)
#C1BDCF
(193,189,207)
#CDC9D8
(205,201,216)
#D9D5E1
(217,213,225)
#E5E1EA
(229,225,234)
#F1EDF3
(241,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #797599; }

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

This text font color is #797599.


Background Color

.myBgColor { background-color: #797599; }

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

This div background color is #797599.


Border color

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

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

This div border color is #797599.


Opacity

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

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

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

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

This text has shadow with #797599 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #797599 on black background.


Color preview on white background

This text has color #797599 on white background.



Black color preview on #797599 background

This text has black color on #797599 background.


White color preview on #797599 background

This text has white color on #797599 background.