COLOR #796A91

HEX: #796A91
RGB: (121,106,145)

Color info

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

RGB color model

#796A91 color RGB value is (121,106,145).

  • red value is 121;
  • green value is 106;
  • blue value is 145.
RGB:
(121,106,145)
(47%,42%,57%)

RGB channels and saturation

R 121 of 255 = 47%
G 106 of 255 = 42%
B 145 of 255 = 57%

121
106
145

R + G + B ~ 49%. #796A91 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
121 + 106 + 145 = 372 (100%)
R 121 of 372 ~ 32.53%
G 106 of 372 ~ 28.49%
B 145 of 372 ~ 38.98%

%32.53
%28.49
%38.98

CMYK color model

#796A91 color CMYK value is (17,27,0,43).

  • cyan value is 16.55%
  • magenta value is 26.90%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(17,27,0,43)
C17M27Y0K43 
(17%,27%,0%,43%)
(0.17/0.27/0.00/0.43)	

CMYK percentages

%16.55
%26.9
%0
%43.14

Codes

Color #796A91 in popluar color models

796A91
RGB121106145
HSL263°15.54%49.22%
HSB/HSV263°26.90%56.86%
CMYK16.55%26.90%0.00%
43.14%

Color #796A91 in popluar number systems.

HEX796A91
Decimal121106145
Binary1111001110101010010001
Octal171152221

Shades and tints

Shades of #796A91

#796A91
(121,106,145)
#6E6184
(110,97,132)
#635877
(99,88,119)
#584F6A
(88,79,106)
#4D465D
(77,70,93)
#423D50
(66,61,80)
#373443
(55,52,67)
#2C2B36
(44,43,54)
#212229
(33,34,41)
#16191C
(22,25,28)
#0B100F
(11,16,15)
#000000
(0,0,0)

Tints of #796A91

#796A91
(121,106,145)
#85779B
(133,119,155)
#9184A5
(145,132,165)
#9D91AF
(157,145,175)
#A99EB9
(169,158,185)
#B5ABC3
(181,171,195)
#C1B8CD
(193,184,205)
#CDC5D7
(205,197,215)
#D9D2E1
(217,210,225)
#E5DFEB
(229,223,235)
#F1ECF5
(241,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #796A91 color. Also use rgb(121,106,145) instead hex code.

Text Font Color

.myTextColor { color: #796A91; }

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

This text font color is #796A91.


Background Color

.myBgColor { background-color: #796A91; }

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

This div background color is #796A91.


Border color

.myBorderColor { border: 1px solid #796A91; }

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

This div border color is #796A91.


Opacity

.myOpacity80 { color: #796A91; opacity: 0.8; }

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

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

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

This text has shadow with #796A91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #796A91 on black background.


Color preview on white background

This text has color #796A91 on white background.



Black color preview on #796A91 background

This text has black color on #796A91 background.


White color preview on #796A91 background

This text has white color on #796A91 background.