COLOR #796087

HEX: #796087
RGB: (121,96,135)

Color info

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

RGB color model

#796087 color RGB value is (121,96,135).

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

RGB channels and saturation

R 121 of 255 = 47%
G 96 of 255 = 38%
B 135 of 255 = 53%

121
96
135

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

Portions of RGB colors in percentages

R + G + B =
121 + 96 + 135 = 352 (100%)
R 121 of 352 ~ 34.38%
G 96 of 352 ~ 27.27%
B 135 of 352 ~ 38.35%

%34.38
%27.27
%38.35

CMYK color model

#796087 color CMYK value is (10,29,0,47).

  • cyan value is 10.37%
  • magenta value is 28.89%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(10,29,0,47)
C10M29Y0K47 
(10%,29%,0%,47%)
(0.10/0.29/0.00/0.47)	

CMYK percentages

%10.37
%28.89
%0
%47.06

Codes

Color #796087 in popluar color models

796087
RGB12196135
HSL278°16.88%45.29%
HSB/HSV278°28.89%52.94%
CMYK10.37%28.89%0.00%
47.06%

Color #796087 in popluar number systems.

HEX796087
Decimal12196135
Binary1111001110000010000111
Octal171140207

Shades and tints

Shades of #796087

#796087
(121,96,135)
#6E587B
(110,88,123)
#63506F
(99,80,111)
#584863
(88,72,99)
#4D4057
(77,64,87)
#42384B
(66,56,75)
#37303F
(55,48,63)
#2C2833
(44,40,51)
#212027
(33,32,39)
#16181B
(22,24,27)
#0B100F
(11,16,15)
#000000
(0,0,0)

Tints of #796087

#796087
(121,96,135)
#856E91
(133,110,145)
#917C9B
(145,124,155)
#9D8AA5
(157,138,165)
#A998AF
(169,152,175)
#B5A6B9
(181,166,185)
#C1B4C3
(193,180,195)
#CDC2CD
(205,194,205)
#D9D0D7
(217,208,215)
#E5DEE1
(229,222,225)
#F1ECEB
(241,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #796087; }

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

This text font color is #796087.


Background Color

.myBgColor { background-color: #796087; }

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

This div background color is #796087.


Border color

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

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

This div border color is #796087.


Opacity

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

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

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

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

This text has shadow with #796087 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #796087 on black background.


Color preview on white background

This text has color #796087 on white background.



Black color preview on #796087 background

This text has black color on #796087 background.


White color preview on #796087 background

This text has white color on #796087 background.