COLOR #796A90

HEX: #796A90 RGB: (121,106,144)

Color info

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

RGB color model

#796A90 color RGB value is (121,106,144).

RGB: (121,106,144) (47%, 42%, 56%)

RGB channels and saturation

R 121 of 255 = 47%
G 106 of 255 = 42%
B 144 of 255 = 56%

121
106
144

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

Portions of RGB colors in percentages

R + G + B = 121 + 106 + 144 = 371 (100%)
R 121 of 371 ~ 32.61%
G 106 of 371 ~ 28.57%
B 144 of 371 ~ 38.81'%

%32.61
%28.57
%38.81

CMYK color model

#796A90 color CMYK value is (16,26,0,44).

  • cyan value is 15.97%
  • magenta value is 26.39%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK: (16,26,0,44) C16M26Y0K44 (16%,26%,0%,44%) (0.16/0.26/0.00/0.44) 

CMYK percentages

%15.97
%26.39
%0
%43.53

Codes

Color #796A90 in popluar color models

79 6A 90
RGB 121 106 144
HSL 264° 15.20% 49.02%
HSB/HSV 264° 26.39% 56.47%
CMYK 15.97% 26.39% 0.00%
43.53%

Color #796A90 in popluar number systems.

HEX 79 6A 90
Decimal 121 106 144
Binary 1111001 1101010 10010000
Octal 171 152 220

Shades and tints

Shades of #796A90

#796A90
(121,106,144)
#6E6183
(110,97,131)
#635876
(99,88,118)
#584F69
(88,79,105)
#4D465C
(77,70,92)
#423D4F
(66,61,79)
#373442
(55,52,66)
#2C2B35
(44,43,53)
#212228
(33,34,40)
#16191B
(22,25,27)
#0B100E
(11,16,14)
#000000
(0,0,0)

Tints of #796A90

#796A90
(121,106,144)
#85779A
(133,119,154)
#9184A4
(145,132,164)
#9D91AE
(157,145,174)
#A99EB8
(169,158,184)
#B5ABC2
(181,171,194)
#C1B8CC
(193,184,204)
#CDC5D6
(205,197,214)
#D9D2E0
(217,210,224)
#E5DFEA
(229,223,234)
#F1ECF4
(241,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #796A90; }

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

This text font color is #796A90.

Background Color

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

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

This div background color is #796A90.

Border color

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

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

This div border color is #796A90.

Opacity

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

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

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

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

This text has shadow with #796A90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #796A90.

Preview

Color preview on black background

This text has color #796A90 on black background.


Color preview on white background

This text has color #796A90 on white background.


Black color preview on #796A90 background

This text has black color on #796A90 background.


White color preview on #796A90 background

This text has white color on #796A90 background.


Related colors

Complementary color

Complementary color for #hex is #86956F.


I love getcolorcode.com

Triadic colors

1 #90796A and #6A9079 with #796A90 are triadic colors.

2 #906A79 and #6A7990 with #796A90 are triadic colors.